Skip to content

Commit

Permalink
[] (0) Clarify that drawImage() and createPattern() aren't useless wi…
Browse files Browse the repository at this point in the history
…th anamorphic video.

git-svn-id: http://svn.whatwg.org/webapps@3913 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 19, 2009
1 parent 28635f7 commit 06e3541
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
12 changes: 10 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -25049,7 +25049,11 @@ idea from Mihai:

<p>When the <var title="">image</var> argument is an
<code><a href=#htmlvideoelement>HTMLVideoElement</a></code>, then the frame at the <a href=#current-playback-position>current
playback position</a> must be used as the source image.</p>
playback position</a> must be used as the source image, and the
source image's dimensions must be the <a href=#concept-video-intrinsic-width title=concept-video-intrinsic-width>intrinsic width</a> and
<a href=#concept-video-intrinsic-height title=concept-video-intrinsic-height>intrinsic height</a>
of the <a href=#media-resource>media resource</a> (i.e. after any aspect-ratio
correction has been applied).</p>
<!-- drawImage() has an equivalent paragraph -->

<!--
Expand Down Expand Up @@ -26409,7 +26413,11 @@ v4DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex

<p>When the <var title="">image</var> argument is an
<code><a href=#htmlvideoelement>HTMLVideoElement</a></code>, then the frame at the <a href=#current-playback-position>current
playback position</a> must be used as the source image.</p>
playback position</a> must be used as the source image, and the
source image's dimensions must be the <a href=#concept-video-intrinsic-width title=concept-video-intrinsic-width>intrinsic width</a> and
<a href=#concept-video-intrinsic-height title=concept-video-intrinsic-height>intrinsic height</a>
of the <a href=#media-resource>media resource</a> (i.e. after any aspect-ratio
correction has been applied).</p>
<!-- createPattern() has an equivalent paragraph -->

<p>Images are painted without affecting the current path, and are
Expand Down
14 changes: 12 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -27317,7 +27317,12 @@ idea from Mihai:

<p>When the <var title="">image</var> argument is an
<code>HTMLVideoElement</code>, then the frame at the <span>current
playback position</span> must be used as the source image.</p>
playback position</span> must be used as the source image, and the
source image's dimensions must be the <span
title="concept-video-intrinsic-width">intrinsic width</span> and
<span title="concept-video-intrinsic-height">intrinsic height</span>
of the <span>media resource</span> (i.e. after any aspect-ratio
correction has been applied).</p>
<!-- drawImage() has an equivalent paragraph -->

<!--
Expand Down Expand Up @@ -28942,7 +28947,12 @@ v4DVT (also check for '- -' bits in the part above) -->

<p>When the <var title="">image</var> argument is an
<code>HTMLVideoElement</code>, then the frame at the <span>current
playback position</span> must be used as the source image.</p>
playback position</span> must be used as the source image, and the
source image's dimensions must be the <span
title="concept-video-intrinsic-width">intrinsic width</span> and
<span title="concept-video-intrinsic-height">intrinsic height</span>
of the <span>media resource</span> (i.e. after any aspect-ratio
correction has been applied).</p>
<!-- createPattern() has an equivalent paragraph -->

<p>Images are painted without affecting the current path, and are
Expand Down

0 comments on commit 06e3541

Please sign in to comment.