[Webkit-unassigned] [Bug 184780] [GTK] fast/repaint/fixed-scale.html failing since r230479 "[TexMap] TextureMapperLayer unnecessarily duplicates state in GraphicsLayerTransform"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 05:15:17 PDT 2018


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

--- Comment #1 from Miguel Gomez <magomez at igalia.com> ---
The problem is that the anchor point used in GraphicsLayerTransform was initialized to (0.5, 0.5, 0) when used for transformation calculations, but now that we don't use that class, it's being initialized to (0, 0, 0), causing some transformations to produce buggy results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180425/445ef475/attachment-0001.html>


More information about the webkit-unassigned mailing list