[webkit-reviews] review granted: [Bug 230172] Fix computed style for transform-origin on SVG boxes : [Attachment 437910] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 15:00:05 PDT 2021


zalan <zalan at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 230172: Fix computed style for transform-origin on SVG boxes
https://bugs.webkit.org/show_bug.cgi?id=230172

Attachment 437910: Patch

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




--- Comment #2 from zalan <zalan at apple.com> ---
Comment on attachment 437910
  --> https://bugs.webkit.org/attachment.cgi?id=437910
Patch

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

> Source/WebCore/css/CSSComputedStyleDeclaration.cpp:562
> +static FloatRect transformReferenceBox(const RenderStyle& style,
RenderElement& renderer)

const RenderElement&?

> Source/WebCore/rendering/svg/SVGRenderSupport.cpp:338
> +FloatRect SVGRenderSupport::transformReferenceBox(RenderElement& renderer,
const SVGElement& element, const RenderStyle& style)

const?


More information about the webkit-reviews mailing list