[Webkit-unassigned] [Bug 156790] Position of WebGL <canvas> on iOS is incorrect with CSS borders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 30 07:54:56 PDT 2016


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

--- Comment #5 from Antoine Quint <graouts at webkit.org> ---
It looks like the device pixel ratio may have something to do with this. If we measure the distance from the border to the WebGL layer (dGL) and the distance from the border to the background (dBG) I can see that on a 2x display dBG is 2x dGL while on a 3x display it is 3x dGL. Alas, I can't test on a 1x iOS display, but my guess is that the bug would not reproduce there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160530/908bb75d/attachment.html>


More information about the webkit-unassigned mailing list