To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86456
User aw changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Feb 28 05:27:32 +0000
2008 -------
AW: Reworked the SVG export and import due to some problems found. First thing
was to change export to edge-oriented. That worked well. I also found some
exceptions when looking/testing all the extreme cases.
- It is not allowd to write a 'S' or 's' statement for the first point of a
polygon, even when it has C2 continuity in that point (see SVG path
descriptions). Force to 'C' resp. 'c' there.
- At Import, when the last edge was extra-exported and polygon was closed, the
last and first point will be double at import. This needs to be corrected with
control vector correction, too.
- Suppress export of the last edge of a closed polygon when it's not a bezier.
Added all that and tested carefully. While testing, i stumbled about the fact
that B2DPolygon comparision always is 'sharp' in the numerical sense. So i added
the usual equal() operators to 2D and 3D polygons and polypolygons. Still
sometimes the equal() compare is too rigorous since it's implementations at the
basic objects pint and vector use the ApproxEqual(). Thinking about that...
---------------------------------------------------------------------
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]