[Webkit-unassigned] [Bug 257906] <animateTransform> broken with no type attribute
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 5 08:32:03 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=257906
--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Changing this:
https://searchfox.org/wubkat/source/Source/WebCore/svg/SVGAnimateTransformElement.cpp#36
from:
, m_type(SVGTransformValue::SVG_TRANSFORM_UNKNOWN)
to:
, m_type(SVGTransformValue::SVG_TRANSFORM_TRANSLATE)
_____
It progress one test. While we still fail last one, still looking into it.
--
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/20230705/5e732719/attachment.htm>
More information about the webkit-unassigned
mailing list