Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions master/paths.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,14 @@ <h3 id="TheDProperty">Specifying path data: the <span class='property'>'d'</span
<a href="https://drafts.csswg.org/web-animations/#discrete-animation-type-section">discrete</a>
animation type.
</p>
<p>
For <a href="https://svgwg.org/specs/animations/#FromAttribute">from</a>/<a href="https://svgwg.org/specs/animations/#ByAttribute">by</a> animations
or additive animations, if the specified animation values are
incompatible (i.e. the path data command lists do not have the same
structure), then the animation has no effect and the
element must render using the base value during and after the
animation.
</p>
<p>
If the list of path data commands have the same structure, then each
parameter to each path data command must be
Expand Down