To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101598
------- Additional comments from [email protected] Wed Jun 10 10:18:01 +0000 2009 ------- AW: The difference is the GraphicExporter. When the selection is exported, single shapes are rendered. The standard rendering always creates a MetaFile and converts this to a Bitmap if wanted. This will do no AAing, the MetaFileToBitmap converters in VCL do not know about AA. When the page is exported, the GraphicExporter uses the normal View::CompleteRedraw path where AA is supported. There are two solutions: (a) Teach the VCL mechanisms to use AA when converting MetaFiles to Bitmaps (b) Do render to raster representation directly I alredy tried (b) and it works well, but there may be more cases of (a), e.g. the local convert to bitmap command. Checking... --------------------------------------------------------------------- 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]
