After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144401 - Arc has wrong orientation when being exported to SVG
Arc has wrong orientation when being exported to SVG
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: exports
0.93
Other opensolaris
: Normal normal
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-15 09:45 UTC by Colin Marquardt
Modified: 2005-03-06 22:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Testcase for arc displaying wrong when exported to SVG. (637 bytes, application/octet-stream)
2004-06-15 09:46 UTC, Colin Marquardt
Details
Arc testcase; the exported SVG file. (441 bytes, image/svg+xml)
2004-06-15 09:47 UTC, Colin Marquardt
Details

Description Colin Marquardt 2004-06-15 09:45:47 UTC
When I export the attached dia file (an arc with an arrow)
to SVG, inkscape and batik display it with the wrong 
"orientation" (the arc opens in the other direction).
batik seems to cut off part of the arc (too small bounding box?),
inkscape displays an extra box (looks a bit like a textbox).
dia itself only displays the arrow, not the arc, when re-opening 
the SVG file.
Comment 1 Colin Marquardt 2004-06-15 09:46:59 UTC
Created attachment 28716 [details]
Testcase for arc displaying wrong when exported to SVG.
Comment 2 Colin Marquardt 2004-06-15 09:47:56 UTC
Created attachment 28717 [details]
Arc testcase; the exported SVG file.
Comment 3 Colin Marquardt 2004-06-15 11:37:03 UTC
"inkscape displays an extra box" - this was the page boundary that
I mistook for a box because the arc was bigger than the page.
Comment 4 Hans Breuer 2005-03-06 22:41:34 UTC
2005-03-06  Hans Breuer  <hans@breuer.org>

	* lib/diasvgenderer.c(draw_arc|fill_arc) : finally correct sweep and 
	large_arc, thus produce correct arc output (like diasvg.py does;),
	fixes bug #144401