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>
3 rect { stroke: blue; stroke-width: 15px; }
4 </style>
6 <rect x="70px" y="20px" width="145px" height="145px"
7 style="stroke: none; stroke-dasharray: 20px, 5px">
8 </rect>
9 <rect x="270px" y="20px" width="145px" height="145px"
10 style="stroke: none; stroke-dasharray: 20px, 5px">
11 </rect>
13 <line x1="60px" y1="280px" x2="440px" y2="280px"
14 style="stroke: blue; stroke-width: 200px; stroke-dasharray: 165px, 40px">
15 </line>
16 </svg>