Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .gv filename extension #5

Closed
GoogleCodeExporter opened this issue Jun 30, 2015 · 2 comments
Closed

Support .gv filename extension #5

GoogleCodeExporter opened this issue Jun 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant