To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100951 Issue #|100951 Summary|performance: avoid expensive clipping call Component|gsl Version|OOO310m9 Platform|All URL| OS/Version|Unix, X11 Status|NEW Status whiteboard| Keywords| Resolution| Issue type|ENHANCEMENT Priority|P3 Subcomponent|code Assigned to|hdu Reported by|hdu
------- Additional comments from [email protected] Wed Apr 8 11:53:50 +0000 2009 ------- Issue 100851 showed that the the call to basegfx::tools::clipPolygonOnRange() is especially expensive after the polygon has been subdivided into a non-bezier polygon, because there the number of points is significantly larger than in its bezier counterpart. The clipping has to be done on the non-bezier polygon, because the method clipPolygonOnRange() does not support bezier clipping yet. Since the extents of the polygon are already known though using it for a simple test can avoid a lot of unnecessary clipping requests. --------------------------------------------------------------------- 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]
