[Webkit-unassigned] [Bug 120783] Custom CSS cursors do not use -webkit-image-set on retina displays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 11 22:01:21 PDT 2013


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





--- Comment #7 from evan.exe at gmail.com  2013-09-11 22:00:33 PST ---
The documentation for imageWithSize:flipped:drawingHandler: says that the provided drawing handler is invoked at a later time and may be invoked on a separate thread. I'm not familiar enough with the WebKit codebase to feel confident evaluating and resolving the potential threading issues, so I'd like to keep the code simple and straightforward if possible.

If I use lockFocusFlipped: then the image would be upside down, which would require an additional translation and scale transform to fix. Just using lockFocus with an offset seemed simpler.

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