[Webkit-unassigned] [Bug 109010] New: SVG paced value animations overwrite user-provided keyTimes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 23:36:17 PST 2013


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

           Summary: SVG paced value animations overwrite user-provided
                    keyTimes
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com
                CC: zimmermann at kde.org


Created an attachment (id=186766)
 --> (https://bugs.webkit.org/attachment.cgi?id=186766&action=review)
Repro

Paced animations can synthesize keytimes in SVGAnimationElement::calculateKeyTimesForCalcModePaced() but this overwrites user-provided values. If an animation's calcMode is later changed to be something other than 'paced', m_keyTimes will contain synthesized values instead of the user-provided values.

-- 
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