Skip to content

Commit

Permalink
[e] (0) v3 note for drawImage()
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3197 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 5, 2009
1 parent caf1a59 commit d55d166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -25098,7 +25098,7 @@ v4DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
<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.</p>
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -27530,6 +27530,8 @@ v4DVT (also check for '- -' bits in the part above) -->
<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>

<!-- 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>HTMLImageElement</code>, an <code>HTMLCanvasElement</code>, or
an <code>HTMLVideoElement</code> for the <var title="">image</var>
Expand Down

0 comments on commit d55d166

Please sign in to comment.