[Webkit-unassigned] [Bug 39329] [WinCairo] Correct scaling for print preview

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 17:08:15 PDT 2010


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





--- Comment #2 from Brent Fulgham <bfulgham at webkit.org>  2010-05-18 17:08:15 PST ---
Cairo does not properly deal with Windows HDC's that have been scaled using MM_ANISOTROPIC mapping mode, and a WindowExt and ViewportExt setting. (see http://bugs.freedesktop.org/show_bug.cgi?id=28161)

Instead, reset the HDC's WorldTransform to unity, scale the cairo context to the desired scaling, and perform the drawing operation.

-- 
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