File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ <h3 id="TheDProperty">Specifying path data: the <span class='property'>'d'</span
237
237
</ tr >
238
238
< tr >
239
239
< th > Value:</ th >
240
- < td > none | < a > <string></ a > </ td >
240
+ < td > none | path( < a > <string></ a > ) </ td >
241
241
</ tr >
242
242
< tr >
243
243
< th > Initial:</ th >
@@ -303,6 +303,10 @@ <h3 id="TheDProperty">Specifying path data: the <span class='property'>'d'</span
303
303
< a href ="https://w3c.github.io/web-animations/#discrete-animation-type-section "> discrete</ a >
304
304
animation type.
305
305
</ p >
306
+ < p >
307
+ Lowercase commands (with relative coordinates) are converted to equivalent uppercase commands
308
+ (with absolute coordinates) before determining if the path data strings have the same structure.
309
+ </ p >
306
310
< p >
307
311
If the list of path data commands have the same structure, then each
308
312
parameter to each path data command must be
@@ -313,16 +317,9 @@ <h3 id="TheDProperty">Specifying path data: the <span class='property'>'d'</span
313
317
to be a value of one/true.
314
318
</ p >
315
319
316
- < p class ="annotation ">
317
- Resolved that "d will become a presentation attribute (no name
318
- change) with path data string as value" at
319
- < a href ="https://www.w3.org/2016/04/21-svg-minutes.html "> London
320
- Editor's Meeting</ a > .
321
- </ p >
322
-
323
320
</ div >
324
321
325
- < p > The following sections list the commands that canbe used
322
+ < p > The following sections list the commands that can be used
326
323
in path data strings. Those that
327
324
draw straight line segments include the < a href ="paths.html#PathDataLinetoCommands "> lineto commands</ a >
328
325
(< strong > L</ strong > , < strong > l</ strong > ,
You can’t perform that action at this time.
0 commit comments