]> granicus.if.org Git - graphviz/commitdiff
fix svg invversion
authorellson <devnull@localhost>
Fri, 9 Jun 2006 17:11:15 +0000 (17:11 +0000)
committerellson <devnull@localhost>
Fri, 9 Jun 2006 17:11:15 +0000 (17:11 +0000)
add bitmap usershapes to new ps renderrer

lib/common/emit.c

index 5110f7a86a61087de4edd1ab06448ff2a65555e6..96b50aaa2719a69bba0d6693d692dbb55ad7f812 100644 (file)
@@ -91,7 +91,7 @@ static void init_job_flags(GVJ_t * job, graph_t * g)
         job->flags = chkOrder(g) | GVRENDER_DOES_MULTIGRAPH_OUTPUT_FILES;
         break;
     case SVG:
-        job->flags = chkOrder(g) | GVRENDER_Y_GOES_DOWN;
+        job->flags = chkOrder(g);
         break;
     case GD: /* bitmap formats supported by gdgen.c */
     case GD2: