Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18795
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@7481 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2012
1 parent 5d9ea50 commit b4a142c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -39487,7 +39487,7 @@ <h6 id=drawing-rectangles-to-the-canvas><span class=secno>4.8.11.1.10 </span>Dra
consisting of two points, with coordinates (<span title=""><var title="">x</var></span>, <span title=""><var title="">y</var></span>) and (<span title=""><var title="">x</var>+<var title="">w</var></span>, <span title=""><var title="">y</var></span>+<var title="">h</var>), in that order,
connected by a single straight line.</p>

<p>Otherwise, the path has a single subpath are four points, with
<p>Otherwise, the path has a single subpath consisting of four points, with
coordinates (<span title=""><var title="">x</var></span>, <span title=""><var title="">y</var></span>), (<span title=""><var title="">x</var>+<var title="">w</var></span>, <span title=""><var title="">y</var></span>), (<span title=""><var title="">x</var>+<var title="">w</var></span>, <span title=""><var title="">y</var></span>+<var title="">h</var>), and (<span title=""><var title="">x</var></span>, <span title=""><var title="">y</var>+<var title="">h</var></span>), connected to each
other in that order by straight lines.</p>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -39487,7 +39487,7 @@ try {
consisting of two points, with coordinates (<span title=""><var title="">x</var></span>, <span title=""><var title="">y</var></span>) and (<span title=""><var title="">x</var>+<var title="">w</var></span>, <span title=""><var title="">y</var></span>+<var title="">h</var>), in that order,
connected by a single straight line.</p>

<p>Otherwise, the path has a single subpath are four points, with
<p>Otherwise, the path has a single subpath consisting of four points, with
coordinates (<span title=""><var title="">x</var></span>, <span title=""><var title="">y</var></span>), (<span title=""><var title="">x</var>+<var title="">w</var></span>, <span title=""><var title="">y</var></span>), (<span title=""><var title="">x</var>+<var title="">w</var></span>, <span title=""><var title="">y</var></span>+<var title="">h</var>), and (<span title=""><var title="">x</var></span>, <span title=""><var title="">y</var>+<var title="">h</var></span>), connected to each
other in that order by straight lines.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -46172,7 +46172,7 @@ try {
title="">y</var></span>+<var title="">h</var>), in that order,
connected by a single straight line.</p>

<p>Otherwise, the path has a single subpath are four points, with
<p>Otherwise, the path has a single subpath consisting of four points, with
coordinates (<span title=""><var title="">x</var></span>, <span
title=""><var title="">y</var></span>), (<span title=""><var
title="">x</var>+<var title="">w</var></span>, <span title=""><var
Expand Down

0 comments on commit b4a142c

Please sign in to comment.