To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=109122 Issue #|109122 Summary|API: Path object does not resize via transformation ma |trix Component|Drawing Version|DEV300m70 Platform|PC URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|graphicsneedsconfirm Reported by|regina
------- Additional comments from [email protected] Wed Feb 10 18:59:42 +0000 2010 ------- The attached document contains the macro “Change Shape via Matrix”. It reads the property “Transformation” from the selected shape, multiplies it with the matrix (1 -1 0 1 1 0 0 0 1) (read row wise) and writes the result back to the property. When applying the macro, the shape should perform a 45°-rotation and enlarge with factor sqrt(2). So when applying the macro twice you get a shape, which is rotated with 90° and has double size. Set a break point in the macro “Examine shape” and watch the object “oShape” to see this property. The first page of the document contains a classical ellipse shape. Select it and click twice on the icon “Change Shape via Matrix”. You see that the shape rotates around the top left corner of the page and is enlarged. Now go to the second page. It contains a curve which looks like a ellipse. Select it and again click twice on the icon “Change Shape via Matrix” to apply the macro. You see, that the shape rotates around the corner but it is not enlarged. You will see the same error, if you use a polygon. --------------------------------------------------------------------- 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]
