]> granicus.if.org Git - graphviz/commitdiff
patch-three from Ryan Schmidt
authorellson <devnull@localhost>
Mon, 16 Feb 2009 21:21:56 +0000 (21:21 +0000)
committerellson <devnull@localhost>
Mon, 16 Feb 2009 21:21:56 +0000 (21:21 +0000)
patch-three.diff adds "circo" and "fdp" to the list of supported renderers.

contrib/webdot.cgi

index 5d098403c11f47ea5299466eb82f1103cf817885..286a0870df3643154d7fd01cbf13c780efe28b8c 100755 (executable)
@@ -99,7 +99,7 @@ my %KnownTypes = (
        svg =>    'image/svg+xml',
 );
 
-my %KnownServers = ( 'dot' => 1, 'neato' => 1 , 'twopi' => 1 );
+my %KnownServers = ( 'dot' => 1, 'neato' => 1, 'twopi' => 1, 'circo' => 1, 'fdp' => 1 );
 
 # What content type is returned.  Usually $KnownTypes{$tag},
 # but not always.