Skip to content

Commit

Permalink
Fix typo in stroke-linejoin (#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer authored Mar 23, 2021
1 parent ecfcb16 commit f1c6749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/svg/attribute/stroke-linejoin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2 id="Usage_context">Usage context</h2>

<h3 id="arcs">arcs</h3>

<div class="notecard note"><strong>Note:</strong> the <code>arcs</code> value as been introduced in SVG2 and it isn't widely supported yet, see <a href="#browser_compatibility">Browser compatibility</a> bellow for details.</div>
<div class="notecard note"><strong>Note:</strong> the <code>arcs</code> value as been introduced in SVG2 and it isn't widely supported yet, see <a href="#browser_compatibility">Browser compatibility</a> below for details.</div>

<p>The <code>arcs</code> value indicates that an arcs corner is to be used to join path segments. The arcs shape is formed by extending the outer edges of the stroke at the join point with arcs that have the same curvature as the outer edges at the join point.</p>

Expand Down Expand Up @@ -204,7 +204,7 @@ <h4 id="Example_3">Example</h4>

<h3 id="miter-clip">miter-clip</h3>

<div class="notecard note"><strong>Note:</strong> the <code>miter-clip</code> value as been introduced in SVG2 and it isn't widely supported yet, see <a href="#browser_compatibility">Browser compatibility</a> bellow for details.</div>
<div class="notecard note"><strong>Note:</strong> the <code>miter-clip</code> value as been introduced in SVG2 and it isn't widely supported yet, see <a href="#browser_compatibility">Browser compatibility</a> below for details.</div>

<p>The <code>miter-clip</code> value indicates that a sharp corner is to be used to join path segments. The corner is formed by extending the outer edges of the stroke at the tangents of the path segments until they intersect.</p>

Expand Down

0 comments on commit f1c6749

Please sign in to comment.