Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Issue 21624005: [SVG] Position set by low priority animation is ignored even though it is active (Closed)

Created:
7 years, 4 months ago by pavane
Modified:
7 years, 4 months ago
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), eae+blinkwatch, dglazkov+blink, dstockwell, Timothy Loh, f(malita), darktears, pdr, Stephen Chennney, Steve Block, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[SVG] Position set by low priority animation is ignored even though it is active In accordance with SMIL animation sandwich model for multiple animations acting on the same element: http://www.w3.org/TR/2005/REC-SMIL2-20051213/animation.html#animationNS-AnimationSandwichModel Once the higher priority animation is completed, the animValue should be the value set by low priority animation if it is still active. In our case, the value is wrongly set to the baseValue even though there is still an active low priority animation. Modified the logic for higher priority animation to not clear the value set by low priority animation in such a case. R=pdr@chromium.org, schenney@chromium.org, fmalita@chromium.org, dschulze@chromium.org BUG=267074 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155414

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -1 line) Patch
A LayoutTests/svg/animations/animateMotion-multiple.html View 1 chunk +14 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/animateMotion-multiple-expected.txt View 1 chunk +18 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/resources/animateMotion-multiple.svg View 1 chunk +8 lines, -0 lines 0 comments Download
A LayoutTests/svg/animations/script-tests/animateMotion-multiple.js View 1 chunk +47 lines, -0 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 9 (0 generated)
pavane
Please have a look at this patch
7 years, 4 months ago (2013-08-01 21:41:01 UTC) #1
pdr.
https://codereview.chromium.org/21624005/diff/1/Source/core/svg/animation/SVGSMILElement.cpp File Source/core/svg/animation/SVGSMILElement.cpp (right): https://codereview.chromium.org/21624005/diff/1/Source/core/svg/animation/SVGSMILElement.cpp#newcode1113 Source/core/svg/animation/SVGSMILElement.cpp:1113: endedActiveInterval(); Will this endedActiveInterval() call break dynamic times for ...
7 years, 4 months ago (2013-08-01 21:58:51 UTC) #2
pdr.
LGTM On 2013/08/01 21:58:51, pdr wrote: > https://codereview.chromium.org/21624005/diff/1/Source/core/svg/animation/SVGSMILElement.cpp > File Source/core/svg/animation/SVGSMILElement.cpp (right): > > https://codereview.chromium.org/21624005/diff/1/Source/core/svg/animation/SVGSMILElement.cpp#newcode1113 ...
7 years, 4 months ago (2013-08-01 22:20:41 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavan.e@samsung.com/21624005/1
7 years, 4 months ago (2013-08-01 23:03:46 UTC) #4
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=855
7 years, 4 months ago (2013-08-02 02:35:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavan.e@samsung.com/21624005/1
7 years, 4 months ago (2013-08-02 06:13:31 UTC) #6
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-02 06:41:37 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavan.e@samsung.com/21624005/1
7 years, 4 months ago (2013-08-02 06:51:35 UTC) #8
commit-bot: I haz the power
7 years, 4 months ago (2013-08-02 07:26:37 UTC) #9
Message was sent while issue was closed.
Change committed as 155414

Powered by Google App Engine
This is Rietveld 408576698