Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <style type="text/css"><![CDATA[
3 rect {
4 stroke-width: 10;
5 stroke-dasharray: 10 10;
6 stroke-dashoffset: 7;
7 }
8 ]]></style>
9 <rect x="20" y="20" width="160" height="160" stroke="powderblue" />
10 <rect x="220" y="20" width="160" height="160" stroke="chartreuse" />
11 <rect x="20" y="220" width="160" height="160" stroke="sienna" />
12 <rect x="220" y="220" width="160" height="160" stroke="olivedrab" />
13 </svg>