- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Feb 2012 18:39:51 -0500
- To: public-html-diffs@w3.org
2Dapi; hixie: Update notes in canvas source regarding upcoming new features. (whatwg r7011) http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.120&r2=1.121&f=h http://html5.org/tools/web-apps-tracker?from=7010&to=7011 =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.120 retrieving revision 1.121 diff -u -d -r1.120 -r1.121 --- Overview.html 29 Feb 2012 21:25:02 -0000 1.120 +++ Overview.html 29 Feb 2012 23:39:30 -0000 1.121 @@ -1417,6 +1417,8 @@ + + </div><h2 id="shadows"><span class="secno">7 </span><dfn>Shadows</dfn></h2><p>All drawing operations are affected by the four global shadow attributes.<dl class="domintro"><dt><var title="">context</var> . <code title="dom-context-2d-shadowColor"><a href="#dom-context-2d-shadowcolor">shadowColor</a></code> [ = <var title="">value</var> ]</dt> @@ -2059,6 +2061,7 @@ height of the coordinate space.</p> + <hr><p>The <dfn id="dom-context-2d-ispointinpath" title="dom-context-2d-isPointInPath"><code>isPointInPath(<var title="">x</var>, <var title="">y</var>)</code></dfn> method must return true if the point given by the <var title="">x</var> and <var title="">y</var> coordinates passed to the method, when treated as
Received on Wednesday, 29 February 2012 23:39:56 UTC