[Bps-public-commit] r18473 - Shipwright/trunk/lib/Shipwright/Backend

jesse at bestpractical.com jesse at bestpractical.com
Thu Feb 19 17:10:51 EST 2009


Author: jesse
Date: Thu Feb 19 17:10:51 2009
New Revision: 18473

Modified:
   Shipwright/trunk/lib/Shipwright/Backend/Base.pm

Log:
 format graph ltor

Modified: Shipwright/trunk/lib/Shipwright/Backend/Base.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Backend/Base.pm	(original)
+++ Shipwright/trunk/lib/Shipwright/Backend/Base.pm	Thu Feb 19 17:10:51 2009
@@ -384,7 +384,7 @@
     }
 
     print 'digraph g {
-        graph [ ];
+        graph [ overlap = scale, rankdir= LR ];
         node [ fontsize = "18", shape = record, fontsize = 18 ];
     ';
 



More information about the Bps-public-commit mailing list