Skip to content

Commit 2fdf365

Browse files
author
ratan@microsoft.com
committed
Adding clarification about strokes not being part of the shapes
considered from SVG.
1 parent 5a3673e commit 2fdf365

2 files changed

Lines changed: 759 additions & 617 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,8 +1211,8 @@ <h3 id="shapes-from-svg-syntax">Shapes from SVG Syntax</h3>
12111211
The definitions use <code><a href="http://www.w3.org/TR/css3-values/#lengths">&lt;length&gt;</a></code> type and the <code><a href="">&lt;percentage&gt;</a></code> types (see [[!CSS3VAL]]).
12121212
Percentages are resolved from the border box of the element to which the property applies. For the radius
12131213
<code>r</code> of the <code>circle</code> shape, a percentage value is resolved as
1214-
<a href="http://www.w3.org/TR/SVG/coords.html#Units">specified</a> in the SVG recommendation (see [[!SVG11]])</p>
1215-
1214+
<a href="http://www.w3.org/TR/SVG/coords.html#Units">specified</a> in the SVG recommendation (see [[!SVG11]]).
1215+
SVG strokes are not considered part of the shape, thus only the following geometries are valid.
12161216
</p>
12171217

12181218

0 commit comments

Comments
 (0)