Skip to content

Commit

Permalink
Update index.html (mdn#3282)
Browse files Browse the repository at this point in the history
anticlockwise -> counterclockwise
  • Loading branch information
timohaver authored Mar 18, 2021
1 parent 4e8a624 commit 6e19770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/svg/attribute/d/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ <h3 id="Elliptical_Arc_Curve">Elliptical Arc Curve</h3>
<li><code><var>large-arc-flag</var></code> and <code><var>sweep-flag</var></code> allows to chose which arc must be drawn as 4 possible arcs can be drawn out of the other parameters.
<ul>
<li><code><var>large-arc-flag</var></code> allows to chose one of the large arc (<code>1</code>) or small arc (<code>0</code>),</li>
<li><code><var>sweep-flag</var></code> allows to chose one of the clockwise turning arc (<code>1</code>) or anticlockwise turning arc (<code>0</code>)</li>
<li><code><var>sweep-flag</var></code> allows to chose one of the clockwise turning arc (<code>1</code>) or counterclockwise turning arc (<code>0</code>)</li>
</ul>
</li>
</ul>
Expand All @@ -545,7 +545,7 @@ <h3 id="Elliptical_Arc_Curve">Elliptical Arc Curve</h3>
<li><code><var>large-arc-flag</var></code> and <code><var>sweep-flag</var></code> allows to chose which arc must be drawn as 4 possible arcs can be drawn out of the other parameters.
<ul>
<li><code><var>large-arc-flag</var></code> allows a choice of large arc (<code>1</code>) or small arc (<code>0</code>),</li>
<li><code><var>sweep-flag</var></code> allows a choice of a clockwise arc (<code>1</code>) or anticlockwise arc (<code>0</code>)</li>
<li><code><var>sweep-flag</var></code> allows a choice of a clockwise arc (<code>1</code>) or counterclockwise arc (<code>0</code>)</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 6e19770

Please sign in to comment.