Move paint-order annotation in to place.
authorCameron McCormack <cam@mcc.id.au>
Wed, 23 May 2012 12:36:21 +1000
changeset 138 b25e41f089f3
parent 137 c9bfae2f660d
child 139 e9aa2cc48cfa
Move paint-order annotation in to place.
master/painting.html
--- a/master/painting.html	Wed May 23 12:30:49 2012 +1000
+++ b/master/painting.html	Wed May 23 12:36:21 2012 +1000
@@ -14,14 +14,6 @@
 
 <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
@@ -1851,6 +1843,14 @@
 <h2 id="PaintOrder">Controlling paint operation order: the
 <span class="property">'paint-order'</span> property</h2>
 
+<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>
+
 <table class="propdef">
   <tr>
     <th>Name:</th>