[html5] r8014 - [e] (0) typo in canvas section Fixing https://www.w3.org/Bugs/Public/show_bug.cg [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 2 15:31:55 PDT 2013
Author: ianh
Date: 2013-07-02 15:31:54 -0700 (Tue, 02 Jul 2013)
New Revision: 8014
Modified:
complete.html
index
source
Log:
[e] (0) typo in canvas section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22408
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2013-07-02 22:26:13 UTC (rev 8013)
+++ complete.html 2013-07-02 22:31:54 UTC (rev 8014)
@@ -38273,7 +38273,7 @@
height <var title="">sh</var> representing the <a href=#scratch-bitmap>scratch bitmap</a> for the area of that
bitmap denoted by the rectangle whose corners are the four points (<var title="">sx</var>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <span title=""><var title="">sy</var>+<var title="">sh</var></span>), (<var title="">sx</var>, <span title=""><var title="">sy</var>+<var title="">sh</var></span>), in the bitmap's coordinate space
units. If the bitmap does not represent each coordinate space unit square using exactly one pixel,
- the value of each pixel in the returned abject must be derived from the value(s) of the pixel(s)
+ the value of each pixel in the returned object must be derived from the value(s) of the pixel(s)
in the bitmap that correspond to the same coordinate. Pixels outside the <a href=#scratch-bitmap>scratch
bitmap</a> must be returned as transparent black. Pixels must be returned as non-premultiplied
alpha values. The pixel density of the object returned must be 1.0.</p>
Modified: index
===================================================================
--- index 2013-07-02 22:26:13 UTC (rev 8013)
+++ index 2013-07-02 22:31:54 UTC (rev 8014)
@@ -38273,7 +38273,7 @@
height <var title="">sh</var> representing the <a href=#scratch-bitmap>scratch bitmap</a> for the area of that
bitmap denoted by the rectangle whose corners are the four points (<var title="">sx</var>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <span title=""><var title="">sy</var>+<var title="">sh</var></span>), (<var title="">sx</var>, <span title=""><var title="">sy</var>+<var title="">sh</var></span>), in the bitmap's coordinate space
units. If the bitmap does not represent each coordinate space unit square using exactly one pixel,
- the value of each pixel in the returned abject must be derived from the value(s) of the pixel(s)
+ the value of each pixel in the returned object must be derived from the value(s) of the pixel(s)
in the bitmap that correspond to the same coordinate. Pixels outside the <a href=#scratch-bitmap>scratch
bitmap</a> must be returned as transparent black. Pixels must be returned as non-premultiplied
alpha values. The pixel density of the object returned must be 1.0.</p>
Modified: source
===================================================================
--- source 2013-07-02 22:26:13 UTC (rev 8013)
+++ source 2013-07-02 22:31:54 UTC (rev 8014)
@@ -41855,7 +41855,7 @@
title=""><var title="">sy</var>+<var title="">sh</var></span>), (<var title="">sx</var>, <span
title=""><var title="">sy</var>+<var title="">sh</var></span>), in the bitmap's coordinate space
units. If the bitmap does not represent each coordinate space unit square using exactly one pixel,
- the value of each pixel in the returned abject must be derived from the value(s) of the pixel(s)
+ the value of each pixel in the returned object must be derived from the value(s) of the pixel(s)
in the bitmap that correspond to the same coordinate. Pixels outside the <span>scratch
bitmap</span> must be returned as transparent black. Pixels must be returned as non-premultiplied
alpha values. The pixel density of the object returned must be 1.0.</p>
More information about the Commit-Watchers
mailing list