@@ -26,7 +26,7 @@ <h2 id="pagesubtitle">W3C <edit:maturity/> <em><edit:date/></em></h2>
26
26
<dd><edit:previousversion/></dd>
27
27
-->
28
28
< dt > GitHub repository:</ dt >
29
- < dd > < a href ="https://github.com/w3c/svgwg/tree/master /specs/strokes "> https://github.com/w3c/svgwg/tree/master /specs/strokes</ a > </ dd >
29
+ < dd > < a href ="https://github.com/w3c/svgwg/tree/main /specs/strokes "> https://github.com/w3c/svgwg/tree/main /specs/strokes</ a > </ dd >
30
30
< dt > Feedback:</ dt >
31
31
< dd > < a href ="mailto:www-svg@w3.org " class ='url '> www-svg@w3.org</ a > with subject line “< code > [svg-strokes] … < i > message topic</ i > …</ code > ” (< a href ="https://lists.w3.org/Archives/Public/www-svg/ "> archive</ a > )</ dd >
32
32
< dt class ="top-editors "> Editors:</ dt >
@@ -75,14 +75,14 @@ <h2 id="status">Status of This Document</h2>
75
75
the < a href ="https://www.w3.org/Graphics/Activity "> Graphics Activity</ a > within
76
76
the < a href ="https://www.w3.org/Interaction/ "> W3C Interaction Domain</ a > . The
77
77
goals of the W3C SVG Working Group are discussed in the
78
- < a href ="https://www.w3.org/Graphics/SVG/svg-2019.html "> W3C SVG Charter</ a > .
78
+ < a href ="https://www.w3.org/Graphics/SVG/svg-2019.html "> W3C SVG Charter</ a > .
79
79
The W3C SVG Working Group maintains a public Web page,
80
80
< a href ="https://www.w3.org/Graphics/SVG/ " class ='url '> https://www.w3.org/Graphics/SVG/</ a > ,
81
81
that contains further background information. The authors of
82
82
this document are the SVG Working Group participants.</ p >
83
83
84
84
< p > This document was produced by a group operating under the
85
- < a href ="https://www.w3.org/Consortium/Patent-Policy-20040205/ "> 5 February 2004 W3C Patent Policy</ a > .
85
+ < a href ="https://www.w3.org/Consortium/Patent-Policy-20040205/ "> 5 February 2004 W3C Patent Policy</ a > .
86
86
W3C maintains a < a rel ="disclosure " href ="https://www.w3.org/2004/01/pp-impl/19480/status "> public list of any patent disclosures</ a >
87
87
made in connection with the deliverables of the group; that page also includes
88
88
instructions for disclosing a patent. An individual who has actual knowledge of
@@ -458,7 +458,7 @@ <h3 id="StrokeOpacity">Stroke paint opacity: the <span class="property">'stroke-
458
458
< td > yes</ td >
459
459
</ tr >
460
460
</ table >
461
-
461
+
462
462
< p > The < a > 'stroke-opacity'</ a > property specifies the opacity of the
463
463
painting operation used to stroke the current object. (See
464
464
< a href ="[SVG2]/render.html#PaintingShapesAndText "> Painting shapes and text</ a > .)
@@ -695,7 +695,7 @@ <h3 id="LineJoin">Controlling line joins: the <span class="property">'stroke-lin
695
695
< a href ="https://www.w3.org/2015/02/12-svg-minutes.html#item03 "> Sydney
696
696
(2015) group meeting</ a > .
697
697
</ p >
698
-
698
+
699
699
< div class ="figure ">
700
700
< img class ="bordered " src ="images/linejoin-four.svg "
701
701
alt ="Image showing four paths, each with a different line join. "/>
@@ -1462,7 +1462,7 @@ <h2 id="StrokeShape">Computing the shape of the stroke</h2>
1462
1462
return the union of < var > bevel</ var > and a circular sector of radius
1463
1463
< a > 'stroke-width'</ a > , centered on < var > P</ var > , and which has
1464
1464
< var > P</ var > < sub > 1</ sub > and < var > P</ var > < sub > 2</ sub > as the two endpoints of
1465
- the arc.</ li >
1465
+ the arc.</ li >
1466
1466
1467
1467
< li > If < a > 'stroke-linejoin'</ a > is < span class ="prop-value "> arcs</ span > ,
1468
1468
then find the circles that are tangent to the stroke edges at
@@ -1478,7 +1478,7 @@ <h2 id="StrokeShape">Computing the shape of the stroke</h2>
1478
1478
with < var > P</ var > < sub > 1</ sub > and < var > P</ var > < sub > 2</ sub > and the
1479
1479
arcs defined by the circles (or arc and line) between the closest
1480
1480
intersection point to < var > P</ var > , and < var > P</ var > < sub > 1</ sub >
1481
- and < var > P</ var > < sub > 2</ sub > .
1481
+ and < var > P</ var > < sub > 2</ sub > .
1482
1482
1483
1483
Next calculate the < em > miter limit</ em > as defined in
1484
1484
the < a > 'stroke-miterlimit'</ a > section. Clip any part of the line
@@ -1507,7 +1507,7 @@ <h2 id="StrokeShape">Computing the shape of the stroke</h2>
1507
1507
then clip any part of the line join region that extends past the
1508
1508
miter limit and return this region.
1509
1509
</ li >
1510
-
1510
+
1511
1511
< li > Return < var > bevel</ var > .</ li >
1512
1512
</ ol >
1513
1513
0 commit comments