To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101050
------- Additional comments from [email protected] Thu Apr 30 16:01:32 +0000 2009 ------- This is how points are removed by automatisms by the drawingengine code: The normals polygon is set via the API with correct sizes. This leads to the call Svx3DPolygonObject::setPropertyValueImpl - case OWN_ATTR_3D_VALUE_NORMALSPOLYGON3D. Here the method PolyPolygonShape3D_to_B3dPolyPolygon is called which itself calls basegfx::tools::checkClosed(aNewPolygon); -> polygons are out of sync. --------------------------------------------------------------------- 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]
