Status: Untriaged Owner: [email protected] Labels: Type-Feature Pri-3 OS-All Area-BrowserBackend Size-Medium Printing
New issue 18383 by [email protected]: Increase the VectorDevice internal resolution by 10x when Printing http://code.google.com/p/chromium/issues/detail?id=18383 Increase the rendering resolution to (printer dpi) / 2 or 4. This would help a lot because GDI functions work with integers but skia works with floats. The idea is to premultiply the matrix with this factor and multiply each SkScalar that are passed to SkScalarRound(value) as SkScalarRound(value * factor). Safari is already doing the same for text rendering. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
