- From: poot <cvsmail@w3.org>
- Date: Fri, 5 Jun 2009 18:22:24 +0900 (JST)
- To: public-html-diffs@w3.org
v3 note for drawImage() (whatwg r3197) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2350.html#images http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2349&r2=1.2350&f=h http://html5.org/tools/web-apps-tracker?from=3196&to=3197 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2349 retrieving revision 1.2350 diff -u -d -r1.2349 -r1.2350 --- Overview.html 5 Jun 2009 07:54:04 -0000 1.2349 +++ Overview.html 5 Jun 2009 09:20:47 -0000 1.2350 @@ -22183,7 +22183,7 @@ can be used.<p>This method can be invoked with three different sets of arguments:<ul class="brief"><li><code title="">drawImage(<var title="">image</var>, <var title="">dx</var>, <var title="">dy</var>)</code> <li><code title="">drawImage(<var title="">image</var>, <var title="">dx</var>, <var title="">dy</var>, <var title="">dw</var>, <var title="">dh</var>)</code> <li><code title="">drawImage(<var title="">image</var>, <var title="">sx</var>, <var title="">sy</var>, <var title="">sw</var>, <var title="">sh</var>, <var title="">dx</var>, <var title="">dy</var>, <var title="">dw</var>, <var title="">dh</var>)</code> - </ul><p>Each of those three can take either an + </ul><!-- v3: drawImage() of an ImageData object might make sense (when resizing as well as filtering) - ack Charles Pritchard --><p>Each of those three can take either an <code><a href="#htmlimageelement">HTMLImageElement</a></code>, an <code><a href="#htmlcanvaselement">HTMLCanvasElement</a></code>, or an <code><a href="#htmlvideoelement">HTMLVideoElement</a></code> for the <var title="">image</var> argument.<dl class="domintro"><dt><var title="">context</var> . <code title="">drawImage</code>(<var title="">image</var>, <var title="">dx</var>, <var title="">dy</var>)</dt>
Received on Friday, 5 June 2009 09:22:57 UTC