To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41343





------- Additional comments from [EMAIL PROTECTED] Mon Jan 31 11:54:17 -0800 
2005 -------
AW: The code for svg:d import and export is in xmloff as a helper class. The
helper class converts between PolyPolygons and svg:d, so the exchange format is
a PolyPolygon where edges may be cubic beziers. This means that a 'a' command is
at the moment converted just to a straight edge, but could be changed to
something like 4 edges of cubic beziers to represent the arc. This also means
that there is no way to get back the 'a' command when exporting (saving) again.
You may add extended import code to do the 4Edge cubic bezier representation in
the polygon, though. There should be a switch...case where the 'c' (and 'C')
case just adds one edge to the end point of the arc.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to