Skip to content

Commit

Permalink
[e] (0) Editorial fixes: more mis-xreffing
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3996 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2009
1 parent 8c8d7ed commit 89cee04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions index
Expand Up @@ -25495,10 +25495,10 @@ notes on what would need to be defined for dashed lines:
<p>The <a href=#transformations title=dom-context-2d-transformation>current
transformation matrix</a> must be applied to the following four
coordinates, which form the path that must then be closed to get the
specified rectangle: <span>(<var title="">x</var>, <var title="">y</var>)</span>, <span>(<span title=""><var title="">x</var>+<var title="">w</var></span>, <var title="">y</var>)</span>,
<span>(<span title=""><var title="">x</var>+<var title="">w</var></span>,
specified rectangle: <span title="">(<var title="">x</var>, <var title="">y</var>)</span>, <span title="">(<span title=""><var title="">x</var>+<var title="">w</var></span>, <var title="">y</var>)</span>,
<span title="">(<span title=""><var title="">x</var>+<var title="">w</var></span>,
<span title=""><var title="">y</var>+<var title="">h</var></span>)</span>,
<span>(<var title="">x</var>, <span title=""><var title="">y</var>+<var title="">h</var></span>)</span>.</p>
<span title="">(<var title="">x</var>, <span title=""><var title="">y</var>+<var title="">h</var></span>)</span>.</p>

<p>Shapes are painted without affecting the current path, and are
subject to the <a href=#clipping-region title="clipping region">clipping region</a>,
Expand Down Expand Up @@ -25805,24 +25805,24 @@ notes on what would need to be defined for dashed lines:

<p>If the <var title="">anticlockwise</var> argument is false and
<span title=""><var title="">endAngle</var>-<var title="">startAngle</var></span> is equal to or greater than
<span>2&pi;</span>, or, if the <var title="">anticlockwise</var>
<span title="">2&pi;</span>, or, if the <var title="">anticlockwise</var>
argument is <em>true</em> and <span title=""><var title="">startAngle</var>-<var title="">endAngle</var></span> is
equal to or greater than <span>2&pi;</span>, then the arc is the
equal to or greater than <span title="">2&pi;</span>, then the arc is the
whole circumference of this circle.</p>

<!--alternatively (this is not equivalent, but might make more
sense, if browsers are willing to change to it: <p>If the absolute
magnitude of the difference between the <var
title="">startAngle</var> and <var title="">endAngle</var> angles is
equal to or greater than <span>2&pi;</span>, then the arc is the
equal to or greater than <span title="">2&pi;</span>, then the arc is the
whole circumference of this circle.</p>-->

<p>Otherwise, the arc is the path along the circumference of this
circle from the start point to the end point, going anti-clockwise
if the <var title="">anticlockwise</var> argument is true, and
clockwise otherwise. Since the points are on the circle, as opposed
to being simply angles from zero, the arc can never cover an angle
greater than <span>2&pi;</span> radians. If the two points are the
greater than <span title="">2&pi;</span> radians. If the two points are the
same, or if the radius is zero, then the arc is defined as being of
zero length in both directions.</p>

Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -27829,12 +27829,12 @@ notes on what would need to be defined for dashed lines:
<p>The <span title="dom-context-2d-transformation">current
transformation matrix</span> must be applied to the following four
coordinates, which form the path that must then be closed to get the
specified rectangle: <span>(<var title="">x</var>, <var
title="">y</var>)</span>, <span>(<span title=""><var title="">x</var>+<var
specified rectangle: <span title="">(<var title="">x</var>, <var
title="">y</var>)</span>, <span title="">(<span title=""><var title="">x</var>+<var
title="">w</var></span>, <var title="">y</var>)</span>,
<span>(<span title=""><var title="">x</var>+<var title="">w</var></span>,
<span title="">(<span title=""><var title="">x</var>+<var title="">w</var></span>,
<span title=""><var title="">y</var>+<var title="">h</var></span>)</span>,
<span>(<var title="">x</var>, <span title=""><var title="">y</var>+<var
<span title="">(<var title="">x</var>, <span title=""><var title="">y</var>+<var
title="">h</var></span>)</span>.</p>

<p>Shapes are painted without affecting the current path, and are
Expand Down Expand Up @@ -28208,25 +28208,25 @@ notes on what would need to be defined for dashed lines:
<p>If the <var title="">anticlockwise</var> argument is false and
<span title=""><var title="">endAngle</var>-<var
title="">startAngle</var></span> is equal to or greater than
<span>2&pi;</span>, or, if the <var title="">anticlockwise</var>
<span title="">2&pi;</span>, or, if the <var title="">anticlockwise</var>
argument is <em>true</em> and <span title=""><var
title="">startAngle</var>-<var title="">endAngle</var></span> is
equal to or greater than <span>2&pi;</span>, then the arc is the
equal to or greater than <span title="">2&pi;</span>, then the arc is the
whole circumference of this circle.</p>

<!--alternatively (this is not equivalent, but might make more
sense, if browsers are willing to change to it: <p>If the absolute
magnitude of the difference between the <var
title="">startAngle</var> and <var title="">endAngle</var> angles is
equal to or greater than <span>2&pi;</span>, then the arc is the
equal to or greater than <span title="">2&pi;</span>, then the arc is the
whole circumference of this circle.</p>-->

<p>Otherwise, the arc is the path along the circumference of this
circle from the start point to the end point, going anti-clockwise
if the <var title="">anticlockwise</var> argument is true, and
clockwise otherwise. Since the points are on the circle, as opposed
to being simply angles from zero, the arc can never cover an angle
greater than <span>2&pi;</span> radians. If the two points are the
greater than <span title="">2&pi;</span> radians. If the two points are the
same, or if the radius is zero, then the arc is defined as being of
zero length in both directions.</p>

Expand Down

0 comments on commit 89cee04

Please sign in to comment.