From: ellson Date: Fri, 15 Sep 2006 15:18:52 +0000 (+0000) Subject: disable all transformations in -Txdot output X-Git-Tag: LAST_LIBGRAPH~32^2~5881 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ade5314518df547a84250be9e102b0a2ef49bbc8;p=graphviz disable all transformations in -Txdot output --- diff --git a/plugin/core/gvrender_core_dot.c b/plugin/core/gvrender_core_dot.c index ed9c66e96..682e7d12e 100644 --- a/plugin/core/gvrender_core_dot.c +++ b/plugin/core/gvrender_core_dot.c @@ -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 */