]> granicus.if.org Git - graphviz/commitdiff
begin_label + end_label around each textpara rendering for future labeling support
authorglenlow <devnull@localhost>
Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)
committerglenlow <devnull@localhost>
Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)
plugin/gdiplus/gvrender_gdiplus.cpp

index 3fcc7ed18da8df5fc95e7f2c7a59eeb70d282eb9..a8bedae89f06eaeeefe4e65aab95ac38026bc331 100755 (executable)
@@ -319,6 +319,8 @@ static gvrender_engine_t gdiplusgen_engine = {
     0,                                                 /* gdiplusgen_end_edge */
     0,                                                 /* gdiplusgen_begin_anchor */
     0,                                                 /* gdiplusgen_end_anchor */
+    0,                                                 /* gdiplusgen_begin_label */
+    0,                                                 /* gdiplusgen_end_label */
     gdiplusgen_textpara,
     0,
     gdiplusgen_ellipse,