[html5] r7677 - [e] (0) Be more precise by having fewer words... Fixing https://www.w3.org/Bugs/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 30 16:04:53 PST 2013
Author: ianh
Date: 2013-01-30 16:04:52 -0800 (Wed, 30 Jan 2013)
New Revision: 7677
Modified:
complete.html
index
source
Log:
[e] (0) Be more precise by having fewer words...
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19818
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2013-01-30 23:49:48 UTC (rev 7676)
+++ complete.html 2013-01-31 00:04:52 UTC (rev 7677)
@@ -38476,7 +38476,7 @@
<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
Modified: index
===================================================================
--- index 2013-01-30 23:49:48 UTC (rev 7676)
+++ index 2013-01-31 00:04:52 UTC (rev 7677)
@@ -38476,7 +38476,7 @@
<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
Modified: source
===================================================================
--- source 2013-01-30 23:49:48 UTC (rev 7676)
+++ source 2013-01-31 00:04:52 UTC (rev 7677)
@@ -44977,7 +44977,7 @@
<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
More information about the Commit-Watchers
mailing list