[Webkit-unassigned] [Bug 217286] CSS transform doesn't override transform attribute on SVG element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 08:55:12 PDT 2020


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

Antoine Quint <graouts at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |graouts at webkit.org

--- Comment #2 from Antoine Quint <graouts at webkit.org> ---
I bet this is due to this in SVGGraphicsElement::animatedLocalTransform():

    bool hasSpecifiedTransform = style && style->hasTransform();

I don't think this can tell whether the transform property was set explicitly on the element, it only checks whether there are operations in the StyleTransformData. We need a different call that determines whether the transform property was explicitly set on this element.

-- 
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/20201019/4bba7dff/attachment.htm>


More information about the webkit-unassigned mailing list