[html5] r7588 - [e] (0) Vaguely try to make this text more correct... Affected topics: Canvas, HTML
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 17 14:01:23 PST 2012
Author: ianh
Date: 2012-12-17 14:01:22 -0800 (Mon, 17 Dec 2012)
New Revision: 7588
Modified:
complete.html
index
source
Log:
[e] (0) Vaguely try to make this text more correct...
Affected topics: Canvas, HTML
Modified: complete.html
===================================================================
--- complete.html 2012-12-17 21:53:46 UTC (rev 7587)
+++ complete.html 2012-12-17 22:01:22 UTC (rev 7588)
@@ -36905,11 +36905,10 @@
<p>The following methods allow authors to manipulate the <a href=#concept-path title=concept-path>paths</a> of objects implementing the
<code><a href=#canvaspathmethods>CanvasPathMethods</a></code> interface.</p>
- <p>For <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects, the points
- passed to the methods, and the resulting lines added to
- <a href=#current-default-path>current default path</a> by these methods, must be
- transformed according to the <a href=#transformations title=dom-context-2d-transformation>current transformation
- matrix</a> before being used.</p>
+ <p>For <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects, the points passed to the methods, and the
+ resulting lines added to <a href=#current-default-path>current default path</a> by these methods, must be transformed
+ according to the <a href=#transformations title=dom-context-2d-transformation>current transformation matrix</a>
+ before being added to the path.</p>
<p>The <dfn id=dom-context-2d-moveto title=dom-context-2d-moveTo><code>moveTo(<var title="">x</var>, <var title="">y</var>)</code></dfn> method must
@@ -36975,8 +36974,10 @@
<code><a href=#indexsizeerror>IndexSizeError</a></code> exception. If <var title="">radiusY</var> is omitted, user agents must act as if it had
the same value as <var title="">radiusX</var>.</p>
- <p>Let the point (<var title="">x0</var>, <var title="">y0</var>) be
- the last point in the subpath.</p>
+ <p>Let the point (<var title="">x0</var>, <var title="">y0</var>) be the last point in the
+ subpath, transformed by the inverse of the <a href=#transformations title=dom-context-2d-transformation>current
+ transformation matrix</a> (so that it is in the same coordinate system as the points passed to
+ the method).</p>
<p>If the point (<var title="">x0</var>, <var title="">y0</var>) is
equal to the point (<var title="">x1</var>, <var title="">y1</var>),
@@ -104428,6 +104429,7 @@
Michael A. Puls II<!--Shadow2531-->,
Michael Carter,
Michael Daskalov,
+ Michael Day,
Michael Enright,
Michael Gratton,
Michael Nordman,
Modified: index
===================================================================
--- index 2012-12-17 21:53:46 UTC (rev 7587)
+++ index 2012-12-17 22:01:22 UTC (rev 7588)
@@ -36905,11 +36905,10 @@
<p>The following methods allow authors to manipulate the <a href=#concept-path title=concept-path>paths</a> of objects implementing the
<code><a href=#canvaspathmethods>CanvasPathMethods</a></code> interface.</p>
- <p>For <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects, the points
- passed to the methods, and the resulting lines added to
- <a href=#current-default-path>current default path</a> by these methods, must be
- transformed according to the <a href=#transformations title=dom-context-2d-transformation>current transformation
- matrix</a> before being used.</p>
+ <p>For <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects, the points passed to the methods, and the
+ resulting lines added to <a href=#current-default-path>current default path</a> by these methods, must be transformed
+ according to the <a href=#transformations title=dom-context-2d-transformation>current transformation matrix</a>
+ before being added to the path.</p>
<p>The <dfn id=dom-context-2d-moveto title=dom-context-2d-moveTo><code>moveTo(<var title="">x</var>, <var title="">y</var>)</code></dfn> method must
@@ -36975,8 +36974,10 @@
<code><a href=#indexsizeerror>IndexSizeError</a></code> exception. If <var title="">radiusY</var> is omitted, user agents must act as if it had
the same value as <var title="">radiusX</var>.</p>
- <p>Let the point (<var title="">x0</var>, <var title="">y0</var>) be
- the last point in the subpath.</p>
+ <p>Let the point (<var title="">x0</var>, <var title="">y0</var>) be the last point in the
+ subpath, transformed by the inverse of the <a href=#transformations title=dom-context-2d-transformation>current
+ transformation matrix</a> (so that it is in the same coordinate system as the points passed to
+ the method).</p>
<p>If the point (<var title="">x0</var>, <var title="">y0</var>) is
equal to the point (<var title="">x1</var>, <var title="">y1</var>),
@@ -104428,6 +104429,7 @@
Michael A. Puls II<!--Shadow2531-->,
Michael Carter,
Michael Daskalov,
+ Michael Day,
Michael Enright,
Michael Gratton,
Michael Nordman,
Modified: source
===================================================================
--- source 2012-12-17 21:53:46 UTC (rev 7587)
+++ source 2012-12-17 22:01:22 UTC (rev 7588)
@@ -43002,12 +43002,10 @@
title="concept-path">paths</span> of objects implementing the
<code>CanvasPathMethods</code> interface.</p>
- <p>For <code>CanvasRenderingContext2D</code> objects, the points
- passed to the methods, and the resulting lines added to
- <span>current default path</span> by these methods, must be
- transformed according to the <span
- title="dom-context-2d-transformation">current transformation
- matrix</span> before being used.</p>
+ <p>For <code>CanvasRenderingContext2D</code> objects, the points passed to the methods, and the
+ resulting lines added to <span>current default path</span> by these methods, must be transformed
+ according to the <span title="dom-context-2d-transformation">current transformation matrix</span>
+ before being added to the path.</p>
<p>The <dfn title="dom-context-2d-moveTo"><code>moveTo(<var
@@ -43102,8 +43100,10 @@
title="">radiusY</var> is omitted, user agents must act as if it had
the same value as <var title="">radiusX</var>.</p>
- <p>Let the point (<var title="">x0</var>, <var title="">y0</var>) be
- the last point in the subpath.</p>
+ <p>Let the point (<var title="">x0</var>, <var title="">y0</var>) be the last point in the
+ subpath, transformed by the inverse of the <span title="dom-context-2d-transformation">current
+ transformation matrix</span> (so that it is in the same coordinate system as the points passed to
+ the method).</p>
<p>If the point (<var title="">x0</var>, <var title="">y0</var>) is
equal to the point (<var title="">x1</var>, <var title="">y1</var>),
@@ -122205,6 +122205,7 @@
Michael A. Puls II<!--Shadow2531-->,
Michael Carter,
Michael Daskalov,
+ Michael Day,
Michael Enright,
Michael Gratton,
Michael Nordman,
More information about the Commit-Watchers
mailing list