To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=115917 Issue #|115917 Summary|tools: bezier curve drawing and smoothness Component|framework Version|1.0.0 Platform|Macintosh URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|cd Reported by|osnola
------- Additional comments from [email protected] Sat Dec 4 11:13:34 +0000 2010 ------- To correct the smoothness of a bezier curve, the function impCorrectContinuity uses the actual point and the previous control point in order to define the position of the next control point, even if the vector between these two points is much smallest than the vector between the actual point and the next control point. This can lead to some odd drawing like in http://www.openoffice.org/nonav/issues/showattachment.cgi/75177/Image280.zoom.png ( see the last messages at the end of issue: http://www.openoffice.org/issues/show_bug.cgi?id=115096 ). Therefore, just a small proposition which first checks what is the longest vector and according to the result modifies the previous control point or the next control point. --------------------------------------------------------------------- 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]
