- From: poot <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 14:19:15 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: correct domintro for createPattern() (whatwg r4887) http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.28&r2=1.29&f=h http://html5.org/tools/web-apps-tracker?from=4886&to=4887 =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- Overview.html 29 Mar 2010 05:15:26 -0000 1.28 +++ Overview.html 29 Mar 2010 05:19:07 -0000 1.29 @@ -1164,7 +1164,7 @@ <p>Returns a <code><a href="#canvaspattern">CanvasPattern</a></code> object that uses the given image and repeats in the direction(s) given by the <var title="">repetition</var> argument.</p> - <p>The allowed values for <code title="">repeat</code> are <code title="">repeat</code> (both directions), <code title="">repeat-x</code> (horizontal only), <code title="">repeat-y</code> (vertical only), and <code title="">no-repeat</code> (neither). If the <var title="">repetition</var> argument is empty or null, the value + <p>The allowed values for <var title="">repetition</var> are <code title="">repeat</code> (both directions), <code title="">repeat-x</code> (horizontal only), <code title="">repeat-y</code> (vertical only), and <code title="">no-repeat</code> (neither). If the <var title="">repetition</var> argument is empty or null, the value <code title="">repeat</code> is used.</p> <p>If the first argument isn't an <code>img</code>,
Received on Monday, 29 March 2010 05:19:45 UTC