Add missing image file for paint-order example.
--- /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>