To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=86038 Issue #|86038 Summary|Reduce rounding artifacts in VCL by using subpixel acc |urracy Component|gsl Version|680m243 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|hdu Reported by|hdu
------- Additional comments from [EMAIL PROTECTED] Tue Feb 12 09:57:09 +0000 2008 ------- VCL's historical use of integer coordinates results in many subtle rounding and layout issues, especially when roundtrips between different integer based coordinate systems are involved. E.g. Writer's coordinate system is based on TWIPs, Calc+Impress+Draw are MM100TH based, the historic SalGraphics devices are pixel based. The infamous "dancing characters" are a result of the rounding problems when going from VCL to Writer and back. Addressing all the related issues in the whole OOo code base is way too dangerous and burdensome. A staggered approach seems to be the most reasonable thing. This issue will be used to start the work in VCL. --------------------------------------------------------------------- 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]
