[html5] r8564 - [giow] (0) Make addHitRegion() honour clip regions. Affected topics: Canvas

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 2 20:44:41 PDT 2014


Author: ianh
Date: 2014-04-02 20:44:35 -0700 (Wed, 02 Apr 2014)
New Revision: 8564

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Make addHitRegion() honour clip regions.
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2014-04-03 00:07:44 UTC (rev 8563)
+++ complete.html	2014-04-03 03:44:35 UTC (rev 8564)
@@ -58892,7 +58892,8 @@
    <li><p>Let <var title="">specified pixels</var> be the pixels contained in <var title="">source
    path</var>, using the <a href=#fill-rule>fill rule</a> indicated by the <code title=dom-HitRegionOptions-fillRule><a href=#dom-hitregionoptions-fillrule>fillRule</a></code> member.</li>
 
-<!--XXX-->
+   <li><p>Remove from <var title="">specified pixels</var> any pixels not contained within the
+   <a href=#clipping-region>clipping region</a>.</li>
 
    <li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-id><a href=#dom-hitregionoptions-id>id</a></code> member is the empty string, let it be null
    instead.</li>

Modified: index
===================================================================
--- index	2014-04-03 00:07:44 UTC (rev 8563)
+++ index	2014-04-03 03:44:35 UTC (rev 8564)
@@ -58892,7 +58892,8 @@
    <li><p>Let <var title="">specified pixels</var> be the pixels contained in <var title="">source
    path</var>, using the <a href=#fill-rule>fill rule</a> indicated by the <code title=dom-HitRegionOptions-fillRule><a href=#dom-hitregionoptions-fillrule>fillRule</a></code> member.</li>
 
-<!--XXX-->
+   <li><p>Remove from <var title="">specified pixels</var> any pixels not contained within the
+   <a href=#clipping-region>clipping region</a>.</li>
 
    <li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-id><a href=#dom-hitregionoptions-id>id</a></code> member is the empty string, let it be null
    instead.</li>

Modified: source
===================================================================
--- source	2014-04-03 00:07:44 UTC (rev 8563)
+++ source	2014-04-03 03:44:35 UTC (rev 8564)
@@ -65554,7 +65554,8 @@
    path</var>, using the <span>fill rule</span> indicated by the <code
    data-x="dom-HitRegionOptions-fillRule">fillRule</code> member.</p></li>
 
-<!--XXX-->
+   <li><p>Remove from <var data-x="">specified pixels</var> any pixels not contained within the
+   <span>clipping region</span>.</p></li>
 
    <li><p>If the <var data-x="">arguments</var> object's <code
    data-x="dom-HitRegionOptions-id">id</code> member is the empty string, let it be null




More information about the Commit-Watchers mailing list