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





------- Additional comments from a...@openoffice.org Tue Apr  7 13:16:46 +0000 
2009 -------
AW->HDU: What maybe expensive for me in X11SalGraphics::drawPolyPolygon is:

        if( aOuterPolygon.areControlPointsUsed() )
            aOuterPolygon = ::basegfx::tools::adaptiveSubdivideByDistance(
aOuterPolygon, 0.125 );

since this subdivides all polygons (which are in discrete coordinates here) to
have deviations less than 0.125 pixels. Maybe a higher value should be tested
here or not giving a bound at all or usage of adaptiveSubdivideByAngle with no
angle bound. That should be sufficient for precision. HTH.

---------------------------------------------------------------------
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to