[Webkit-unassigned] [Bug 71309] Allow SVG elements to be transformed using webkit-transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 12:07:04 PST 2011


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


Dean Jackson <dino at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115604|review?                     |review+
               Flag|                            |




--- Comment #19 from Dean Jackson <dino at apple.com>  2011-11-18 12:07:03 PST ---
(From update of attachment 115604)
View in context: https://bugs.webkit.org/attachment.cgi?id=115604&action=review

Great tests. Since Nikolas said r=him I'll expect he's ok with this.

> Source/WebCore/ChangeLog:41
> +        (WebCore::RenderSVGModelObject::styleWillChange):
> +   
> +            Set the updateTransform flag on SVG elements whenever a CSS transform is present on the style
> +
> +        * svg/SVGStyledTransformableElement.cpp:
> +        (WebCore::SVGStyledTransformableElement::animatedLocalTransform):
> +
> +            Use the RenderStyle's transform (if it exists) over the SVG's transform
> +
> +        * svg/SVGTextElement.cpp:
> +        (WebCore::SVGTextElement::animatedLocalTransform):
> +
> +            Use the RenderStyle's transform (if it exists) over the SVG's transform

Typically these messages start from the same line as the filename.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list