reubano / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

Support .gv filename extension #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some time in the Graphviz 2.21.x development cycle the official extension for 
Graphviz files 
changed from .dot to .gv and the example filenames changed. generate.sh and 
index.php need to 
be updated to recognize these files. Canviz should support both .dot and .gv 
extensions.

Original issue reported on code.google.com by ryandesi...@gmail.com on 21 Sep 2008 at 6:04

GoogleCodeExporter commented 8 years ago
Partial fix committed in r83: generate.sh now handles .gv or .dot files in the 
sample graph directory, but the 
xdot file is still written with the .dot extension.

Original comment by ryandesi...@gmail.com on 2 Oct 2008 at 8:09

GoogleCodeExporter commented 8 years ago
The example now supports both .dot and .gv files as of r91, and generate.sh now 
preserves the filename 
extension as of r92.

Original comment by ryandesi...@gmail.com on 2 Oct 2008 at 9:54