[Webkit-unassigned] [Bug 107342] Clean up device scale factor with Skia GraphicsContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 17:53:43 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107342





--- Comment #4 from Nico Weber <thakis at chromium.org>  2013-01-18 17:55:31 PST ---
(From update of attachment 183581)
View in context: https://bugs.webkit.org/attachment.cgi?id=183581&action=review

> Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp:615
> +    int rasterScaleFactor = static_cast<int>(lroundf(effectiveScaleComponent(platformContext()->getTotalMatrix())));

This isn't able to differentiate between page zoom (user hits cmd-+ a few times) and device scale, is it? Like, if I zoom in often enough on a lowdpi screen to get >= 2x zoom, will spell marker size double all of a sudden?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list