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=16482
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@7041 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 28, 2012
1 parent 23d867c commit 254cf6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -37915,9 +37915,9 @@ <h6 id=drawing-paths-to-the-canvas><span class=secno>4.8.11.1.11 </span>Drawing
once.</p>

<p>The <dfn id=dom-context-2d-stroke title=dom-context-2d-stroke><code>stroke()</code></dfn> method
must apply the <a href=#trace-a-path title="trace a path">trace</a> the intended
path, using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object for the
line styles, and then fill the combined stroke area using the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute.</p>
must <a href=#trace-a-path title="trace a path">trace</a> the intended path,
using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object for the line
styles, and then fill the combined stroke area using the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute.</p>

<p class=note>As a result of how the algorithm to <a href=#trace-a-path>trace a
path</a> is defined, overlapping parts of the paths in one stroke
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -37915,9 +37915,9 @@ v6DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
once.</p>

<p>The <dfn id=dom-context-2d-stroke title=dom-context-2d-stroke><code>stroke()</code></dfn> method
must apply the <a href=#trace-a-path title="trace a path">trace</a> the intended
path, using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object for the
line styles, and then fill the combined stroke area using the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute.</p>
must <a href=#trace-a-path title="trace a path">trace</a> the intended path,
using the <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object for the line
styles, and then fill the combined stroke area using the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute.</p>

<p class=note>As a result of how the algorithm to <a href=#trace-a-path>trace a
path</a> is defined, overlapping parts of the paths in one stroke
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -44153,9 +44153,9 @@ v6DVT (also check for '- -' bits in the part above) -->

<p>The <dfn
title="dom-context-2d-stroke"><code>stroke()</code></dfn> method
must apply the <span title="trace a path">trace</span> the intended
path, using the <code>CanvasRenderingContext2D</code> object for the
line styles, and then fill the combined stroke area using the <code
must <span title="trace a path">trace</span> the intended path,
using the <code>CanvasRenderingContext2D</code> object for the line
styles, and then fill the combined stroke area using the <code
title="dom-context-2d-strokeStyle">strokeStyle</code> attribute.</p>

<p class="note">As a result of how the algorithm to <span>trace a
Expand Down

0 comments on commit 254cf6c

Please sign in to comment.