Add annotation for paint-order property
authorCameron McCormack <cam@mcc.id.au>
Tue, 08 May 2012 01:26:50 +1000
changeset 46 6927f61890f1
parent 45 579b6b5dcc17
child 47 be4be55b2273
Add annotation for paint-order property
master/painting.html
--- a/master/painting.html	Tue May 08 01:22:03 2012 +1000
+++ b/master/painting.html	Tue May 08 01:26:50 2012 +1000
@@ -14,6 +14,24 @@
 
 <h1>Painting: Filling, Stroking and Marker Symbols</h1>
 
+<div class="annotation">
+ <p>
+   SVG2 Requirement: Control the order of painting and filling and markers
+ </p>
+ <p>
+   Resolution: SVG2 will adopt the "paint-order" property proposal, though possibly with a different name.
+ </p>
+ <p>
+   <a href="http://www.w3.org/2012/05/07-svg-minutes#item05">Hamburg 2012 F2F Day 1</a>.
+ </p>
+ <p>
+   Purpose: To address the common desire to paint strokes below fills without having to duplicate an element
+ </p>
+ <p>
+   Owner: Cameron (ACTION-3285)
+ </p>
+</div>
+
 <h2 id="Introduction">Introduction</h2>
 
 <p><a>'path'</a> elements, <a>'text'</a> elements and <a href="shapes.html">basic shapes</a> can be