[webkit-reviews] review denied: [Bug 79068] SVG should support transform-origin and relative values : [Attachment 130466] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 17:24:29 PST 2012


Simon Fraser (smfr) <simon.fraser at apple.com> has denied Hans Muller
<giles_joplin at yahoo.com>'s request for review:
Bug 79068: SVG should support transform-origin and relative values
https://bugs.webkit.org/show_bug.cgi?id=79068

Attachment 130466: Patch
https://bugs.webkit.org/attachment.cgi?id=130466&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=130466&action=review


> Source/WebCore/rendering/style/RenderStyle.cpp:798
> +    const TransformOperations transformOperations =
rareNonInheritedData->m_transform->m_operations;

This is a copy. You want a const TransformOperations&


More information about the webkit-reviews mailing list