[Webkit-unassigned] [Bug 230753] REGRESSION (r276370): Elements with animated transform property might not properly rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 19:04:56 PDT 2021


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

--- Comment #8 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The logic in https://trac.webkit.org/changeset/276370/webkit is wrong.

In this content, the element has transform and preserves-3d, so:

if (current->hasTransformRelatedProperty() && !current->style().preserves3D())
  return false;

does not return, so it incorrectly uses the geometry map when there is a transform.

-- 
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/20211015/6e8eef24/attachment-0001.htm>


More information about the webkit-unassigned mailing list