Add missing image file for paint-order example.
authorCameron McCormack <cam@mcc.id.au>
Tue, 22 May 2012 22:08:07 +1000
changeset 136 f03bbd765303
parent 135 b86512594366
child 137 c9bfae2f660d
Add missing image file for paint-order example.
master/images/painting/paintorder.svg
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/master/images/painting/paintorder.svg	Tue May 22 22:08:07 2012 +1000
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg"
+     width="600" height="150" viewBox="0 0 600 150">
+
+  <g font-family="sans-serif" font-size="80px" font-weight="bold"
+     stroke-width="6px" stroke-linejoin="round" text-anchor="middle">
+
+    <text x="150" y="100" fill="peachpuff" stroke="crimson">pizazz</text>
+
+    <g stroke-width="12px">
+      <text x="450" y="100" fill="none" stroke="crimson">pizazz</text>
+      <text x="450" y="100" fill="peachpuff" stroke="none">pizazz</text>
+    </g>
+  </g>
+</svg>