]> granicus.if.org Git - graphviz/commitdiff
disable all transformations in -Txdot output
authorellson <devnull@localhost>
Fri, 15 Sep 2006 15:18:52 +0000 (15:18 +0000)
committerellson <devnull@localhost>
Fri, 15 Sep 2006 15:18:52 +0000 (15:18 +0000)
plugin/core/gvrender_core_dot.c

index ed9c66e9694d91b4ff6a6a3ba088484c2a51384e..682e7d12ea14250be0ef302707d1c95b72c9dacb 100644 (file)
@@ -315,7 +315,8 @@ gvrender_engine_t xdot_engine = {
 };
 
 gvrender_features_t canon_features = {
-    LAYOUT_NOT_REQUIRED,       /* flags */
+    GVRENDER_DOES_TRANSFORM        /* not really - uses raw graph coords */
+       | LAYOUT_NOT_REQUIRED,  /* flags */
     0.,                                /* default margin - points */
     0.,                         /* default pad - graph units */
     {0,0},                      /* default height, width - device units */