View Single Post
Dear Omnigraffle developers,

The SVG export feature behaves badly with arrow heads. However if I replace by hand
Code:
viewBox="x y 10 8"
with
Code:
viewBox="0 0 10 8"
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">
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 ?

Last edited by Vincent22; 2006-12-29 at 04:42 PM..