Skip to content

Commit

Permalink
[e] (0) Be more precise by having fewer words...
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19818
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@7677 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2013
1 parent 7ec14cb commit b437f94
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 @@ -38476,7 +38476,7 @@ <h6 id=drawing-images><span class=secno>4.8.11.2.14 </span>Drawing images</h6>
<p>Paint the region of the <var title="">image</var> argument specified by the source rectangle
on the region of the rendering context's <a href=#scratch-bitmap>scratch bitmap</a> specified by the
destination rectangle, after applying the <a href=#transformations title=dom-context-2d-transformation>current
transformation matrix</a> to the points of the destination rectangle.</p>
transformation matrix</a> to the destination rectangle.</p>

<p>The image data must be processed in the original direction, even if the dimensions given are
negative. <!-- note: that last sentence has several times been needed to correct people who
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -38476,7 +38476,7 @@ v6DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
<p>Paint the region of the <var title="">image</var> argument specified by the source rectangle
on the region of the rendering context's <a href=#scratch-bitmap>scratch bitmap</a> specified by the
destination rectangle, after applying the <a href=#transformations title=dom-context-2d-transformation>current
transformation matrix</a> to the points of the destination rectangle.</p>
transformation matrix</a> to the destination rectangle.</p>

<p>The image data must be processed in the original direction, even if the dimensions given are
negative. <!-- note: that last sentence has several times been needed to correct people who
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -44977,7 +44977,7 @@ v6DVT (also check for '- -' bits in the part above) -->
<p>Paint the region of the <var title="">image</var> argument specified by the source rectangle
on the region of the rendering context's <span>scratch bitmap</span> specified by the
destination rectangle, after applying the <span title="dom-context-2d-transformation">current
transformation matrix</span> to the points of the destination rectangle.</p>
transformation matrix</span> to the destination rectangle.</p>

<p>The image data must be processed in the original direction, even if the dimensions given are
negative. <!-- note: that last sentence has several times been needed to correct people who
Expand Down

0 comments on commit b437f94

Please sign in to comment.