[Webkit-unassigned] [Bug 254702] New: Make SMIL interval position calculations more resilient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 29 16:22:55 PDT 2023


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

            Bug ID: 254702
           Summary: Make SMIL interval position calculations more
                    resilient
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          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,

While going through Blink's commits, I came across another potential merge.

Blink Commit - https://chromium.googlesource.com/chromium/src.git/+/c9db58439d9c5218b26640fa65780d6dd505734c

WebKit Source - https://searchfox.org/wubkat/source/Source/WebCore/svg/animation/SVGSMILElement.cpp#1033

________

double lastActiveDuration = elapsed >= m_intervalEnd ? m_intervalEnd.value() - m_intervalBegin.value() : repeatingDuration.value();
        double percent = lastActiveDuration / simpleDuration.value();

__________

It compiles on local build on ToT based on above.

Just wanted to raise so we can fix it.

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/20230329/4acc67e3/attachment.htm>


More information about the webkit-unassigned mailing list