[webkit-reviews] review granted: [Bug 230753] REGRESSION (r276370): Elements with animated transform property might not properly rendered : [Attachment 441329] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 21:24:50 PDT 2021


Myles C. Maxfield <mmaxfield at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 230753: REGRESSION (r276370): Elements with animated transform property
might not properly rendered
https://bugs.webkit.org/show_bug.cgi?id=230753

Attachment 441329: Patch

https://bugs.webkit.org/attachment.cgi?id=441329&action=review




--- Comment #10 from Myles C. Maxfield <mmaxfield at apple.com> ---
Comment on attachment 441329
  --> https://bugs.webkit.org/attachment.cgi?id=441329
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=441329&action=review

> Source/WebCore/rendering/RenderGeometryMap.cpp:153
> +	   if (current->hasTransformRelatedProperty() && (style.hasTransform()
|| style.translate() || style.scale() || style.rotate() ||
style.hasPerspective()))

Surely there’s a more direct way of representing this condition?


More information about the webkit-reviews mailing list