DescriptionReset SVGAnimationElement values animation state on attribute changes
If the animation element is moved in the DOM, and it is a 'values'
animation, then m_lastValuesAnimation{From,To} would not be reset, which
could mean that if the current from/to values matched those prior to the
move (reinsertion), calculateFromAndtoValues would not be called, and
the SVGAnimateElement::m_{from,to}Type values would not be initialized,
and hence cause a crash when trying to compute the animated value.
BUG=329822
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164599
Patch Set 1 #
Total comments: 1
Patch Set 2 : Lower TC pass timeout. #Patch Set 3 : 0ms timeout for pass. #
Messages
Total messages: 8 (0 generated)
|