File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -466,8 +466,10 @@ Supported Shapes
466
466
467
467
The <> represents an
468
468
469
- The path data string must be conform
470
- to the grammar and parsing rules of SVG 1.1.
469
+ A path data string that does not conform to the
470
+ to the grammar and parsing rules of SVG 1.1,
471
+ or that does conform but defines an empty path,
472
+ is [=invalid=] and causes the entire ''path()'' to be [=invalid=] .
471
473
The initial position is defined
472
474
by the first “move to” argument
473
475
in the path string.
1129
1131
Added clarifications to shape-margin examples
1130
1132
Added margin=0 case for margin-box shape
1131
1133
Changed rules about degenerate shapes to use shape edges
1134
+ Clarified that invalid path strings make the ''path()'' invalid.
1132
1135
1133
1136
1134
1137
You can’t perform that action at this time.
0 commit comments