Chromium Code Reviews
DescriptionWeb Animations: Animate d property using CSSInterpolationType
CSS Animations and Web Animations use CSSInterpolationType
to animate the d property (used by SVG <path> elements).
There is a slight change in behavior: CSSInterpolationType is
not affected by crbug.com/578727 .
When moveto commands (M or m) appear in a path, they set the
initial point of the current subpath. The next closepath
command (Z or z) resets the current point back to this
initial point.
CSS Transitions still use SVGPathBlender (affected by 578727)
so we currently have a slight difference in behavior.
BUG=535429
Committed: https://crrev.com/ca4dc518e9b940f3e03ea229b69161e578b7c533
Cr-Commit-Position: refs/heads/master@{#370059}
Patch Set 1 : inherit-responsive #Patch Set 2 : #
Total comments: 6
Patch Set 3 : PathInterpolationFunctions #Patch Set 4 : remove assert #Messages
Total messages: 24 (12 generated)
|