- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 19 Sep 2009 22:15:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10340 Modified Files: Overview.html Log Message: Clarify that drawImage() and createPattern() aren't useless with anamorphic video. (whatwg r3913) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3074 retrieving revision 1.3075 diff -u -d -r1.3074 -r1.3075 --- Overview.html 19 Sep 2009 22:10:33 -0000 1.3074 +++ Overview.html 19 Sep 2009 22:15:43 -0000 1.3075 @@ -22118,7 +22118,11 @@ <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 --> <!-- @@ -23420,7 +23424,11 @@ <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
Received on Saturday, 19 September 2009 22:15:57 UTC