Typos, missing image files.
authorCameron McCormack <cam@mcc.id.au>
Fri, 25 May 2012 08:43:33 +1000
changeset 148 340c7c2b6bce
parent 147 89fbe624a719
child 149 c4f42db55cc3
Typos, missing image files.
master/images/painting/markers-positioned.png
master/images/painting/markers-positioned.svg
master/painting.html
Binary file master/images/painting/markers-positioned.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/master/images/painting/markers-positioned.svg	Fri May 25 08:43:33 2012 +1000
@@ -0,0 +1,24 @@
+<svg xmlns="http://www.w3.org/2000/svg"
+     width="450" height="200" viewBox="0 0 450 200">
+
+   <marker id="m" markerWidth="10" markerHeight="10" refX="5" refY="5" orient="auto">
+     <path d="M 5,1 L 9,5 5,9 1,5 z" fill="#6a9100"/>
+   </marker>
+   <marker id="m2" markerWidth="10" markerHeight="10" refX="5" refY="5" orient="auto">
+     <circle cx="5" cy="5" r="2" fill="dodgerblue"/>
+   </marker>
+   <marker id="m3" markerWidth="10" markerHeight="10" refX="5" refY="5" orient="-22.5">
+     <path d="M 3,3 L 7,7 M 3,7 L 7,3" fill="none" stroke="black" stroke-width="2"/>
+   </marker>
+   <path d="M 100,50 C 100,250 500,-50 300,150" fill="none" stroke="deeppink" stroke-width="3" stroke-linecap="round"
+     marker-start="url(#m)" marker-end="url(#m)"/>
+
+   <!-- 50 -->
+   <path d="M 112.1631851196289,97.71469116210938" stroke-width="3" marker-start="url(#m2)"/>
+
+   <!-- 50% -->
+   <path d="M 252.30154418945312,107.19843292236328" stroke-width="3" marker-start="url(#m3)"/>
+
+   <!-- 50 from end -->
+   <path d="M 334.529296875,113.84600830078125" stroke-width="3" marker-start="url(#m2)"/>
+</svg>
--- a/master/painting.html	Thu May 24 22:43:50 2012 +0200
+++ b/master/painting.html	Fri May 25 08:43:33 2012 +1000
@@ -1228,8 +1228,8 @@
 and <a>text content elements</a>:
 <a>'display'</a> and <a>'visibility'</a>.</p>
 
-<p>When applied to certain <a>container element</a>, <a>graphics element</a>
-or <a>text content element</a>, setting <a>'display'</a> to
+<p>When applied to certain <a>container elements</a>, <a>graphics elements</a>
+or <a>text content elements</a>, setting <a>'display'</a> to
 <span class="prop-value">none</span> results in the element not becoming part of
 the rendering tree.  Such elements and all of their descendants (regardless of
 their own <a>'display'</a> property value):</p>
@@ -1955,7 +1955,7 @@
 
 <p class="issue">Extend the shorthand so that it can set
 <a>'marker-start'</a>, <a>'marker-mid'</a> and <a>'marker-end'</a>
-separately, and also set <a>'marker-pattern'</a>.</p>
+separately, and also set <a>'marker-segment'</a> and <a>'marker-pattern'</a>.</p>
 
 <p>The <a>'marker property'</a> property specifies
 the marker symbol that shall be used for all points on the given