[Webkit-unassigned] [Bug 259885] New: Missing value default for <animateTransform> 'type' is 'translate'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 7 07:57:13 PDT 2023


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

            Bug ID: 259885
           Summary: Missing value default for <animateTransform> 'type' is
                    'translate'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: BrowserCompat, WPTImpact
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: sabouhallawa at apple.com, zimmermann at kde.org

Hi team,

This is separate from bug 257906, just to fix 'default' value by changing:

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)


Thanks!

-- 
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/20230807/a330aa72/attachment.htm>


More information about the webkit-unassigned mailing list