orientation of arc segment is inverted upon saving and viewing in other software.
Bug #1237734 reported by
Alvin Penner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Markus Engel |
Bug Description
- running Windows XP, Inkscape r12676
- draw ellipse, set start = 90, end = 0
- note that open quadrant is at bottom right, as it previously was
- save as quad.svg, attached
- reload into Inkscape and note that image is the same as before.
- load into IE8, or Gimp, and the image is inverted, closed quadrant is at bottom right, the rest is open.
Related branches
Changed in inkscape: | |
milestone: | 0.49 → none |
To post a comment you must log in.
the flags in the arc element are being set differently than before. In current trunk the arc looks like:
d="m 261.42856,249.50504 a 115.71429,40 0 0 0 115.71429,-40 l -115.71429,0 z"
where the three direction determining flags are set at (0, 0, 0). In Inkscape 0.48.4 these flags would have been set at (0, 1, 1)