The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniGraffle General (http://forums.omnigroup.com/forumdisplay.php?f=10)
-   -   SVG export/dot import (http://forums.omnigroup.com/showthread.php?t=2456)

Vincent22 2006-12-22 09:49 AM

SVG export/dot import
 
Dear Omnigraffle developers,

The SVG export feature behaves badly with arrow heads. However if I replace by hand
[CODE]viewBox="x y 10 8"[/CODE]
with
[CODE]viewBox="0 0 10 8"[/CODE]
in there (that's in the graffle generated svg file):
[CODE]<marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="StickArrow_Marker" viewBox="0 0 10 8" markerWidth="10" markerHeight="8" color="Black">[/CODE]
everything looks perfect again (in Firefox) !
It does not seem like a lot of work to have that right.
There are similar problems with Text not being centered in shapes.

I'd love a more comprehensive translation of dot including clusters, too.

Best,
Vincent

any developer reading this by any chance ?

watersb 2007-01-09 12:33 PM

[quote]any developer reading this by any chance? [/quote]

Well, I suppose I'm a developer, just not an OmniGraffle developer.

Thanks for the tip regarding SVG export!

I, too, am playing with dot import. It seems to be the only way to generate class diagrams programmatically. Sure you could use AppleScript, but I can't figure out how to do so reliably. So I use Perl to generate dot files, or modify the dot files generated by Doxygen.

Some sort of source code ---> diagram example for OmniGraffle would be much appreciated...

Vincent22 2007-01-10 03:24 PM

[QUOTE=watersb]
Some sort of source code ---> diagram example for OmniGraffle would be much appreciated...[/QUOTE]

I'll second that !


All times are GMT -8. The time now is 03:44 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.