[cairo-bugs] [Bug 69796] HiDPI scaling not working with quartz cairo_surface_create_similar() implementation

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Nov 16 11:00:58 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=69796

--- Comment #2 from Emmanuele Bassi <ebassi at gmail.com> ---
looking around at various sources, it seems that we should do:

  CGContextScaleCTM (cgc, scaleFactor, scaleFactor);

when creating the CGBitmapContext inside cairo_quartz_surface_create(), where
scaleFactor is the device scale factor for the surface.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20141116/6d5030be/attachment.html>


More information about the cairo-bugs mailing list