Add annotation for stroke/fill/marker hit testing
authorCameron McCormack <cam@mcc.id.au>
Tue, 08 May 2012 00:51:01 +1000
changeset 40 9feda13f1185
parent 39 4607e4fcd78f
child 41 802e0be15fbd
Add annotation for stroke/fill/marker hit testing
master/types.html
--- a/master/types.html	Tue May 08 00:45:58 2012 +1000
+++ b/master/types.html	Tue May 08 00:51:01 2012 +1000
@@ -1512,6 +1512,24 @@
 
 <h3 id="InterfaceSVGLocatable">Interface SVGLocatable</h3>
 
+<div class="annotation">
+  <p>
+  SVG2 Requirement: Detect if a mouse event is on the fill or stroke
+  </p>
+  <p>
+  Resolution: SVG 2 will make it easier to detect if an mouse event is on the stroke or fill of an element
+  </p>
+  <p>
+  <a href="http://www.w3.org/2012/03/22-svg-irc#T20-20-03">22 March 2012 SVG WG telcon minutes</a>.
+  </p>
+  <p>
+  Purpose: To allow authors to discriminate between pointer events on the fill and stroke of an element without having to duplicate the element
+  </p>
+  <p>
+  Owner: Cameron (ACTION-3279)
+  </p>
+</div>
+
 <edit:interface name='::svg::SVGLocatable'/>
 
 <h3 id="InterfaceSVGTransformable">Interface SVGTransformable</h3>