[Webkit-unassigned] [Bug 119289] New: Correct the elapsedTime calculation in SVG animations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 16:18:25 PDT 2013


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

           Summary: Correct the elapsedTime calculation in SVG animations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: zimmermann at kde.org, krit at webkit.org, thorton at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/338f9badca7fb7880abdb0cecd5f02493c1f7d2e

As per the SVG standard, SVG document on receiving the
pauseAnimations() should also pause the animation clock corresponding
to the SVG document. Whereas current implmentation also takes into
account the accumulated pause time which is not required.
So replacing the m_accumulatedPauseTime with m_accumulatedActiveTime
and other corresponding calculations.
Added the layout Test.

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