[Webkit-unassigned] [Bug 135419] Black canvas when using RTL/webGL on Google Maps
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 30 12:24:16 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135419
--- Comment #6 from Michael Davidson <mdavids at gmail.com> 2014-07-30 12:24:28 PST ---
A clue:
In non-Safari high DPI browsers, we scale the canvas using style.width/style.height. If you emulate the Chrome UA, you'll see that it does render, but not with correct crisp text.
In Safari, we scale using a webkit-transform of scale(.5, .5), which yields sharp text in LTR languages but a black canvas in RTL languages.
--
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