Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <svg xmlns="http://www.w3.org/2000/svg"> |
michael@0 | 2 | <style> |
michael@0 | 3 | rect { stroke: blue; stroke-width: 15px; } |
michael@0 | 4 | </style> |
michael@0 | 5 | |
michael@0 | 6 | <rect x="70px" y="20px" width="145px" height="145px" |
michael@0 | 7 | style="stroke: none; stroke-dasharray: 20px, 5px"> |
michael@0 | 8 | </rect> |
michael@0 | 9 | <rect x="270px" y="20px" width="145px" height="145px" |
michael@0 | 10 | style="stroke: none; stroke-dasharray: 20px, 5px"> |
michael@0 | 11 | </rect> |
michael@0 | 12 | |
michael@0 | 13 | <line x1="60px" y1="280px" x2="440px" y2="280px" |
michael@0 | 14 | style="stroke: blue; stroke-width: 200px; stroke-dasharray: 165px, 40px"> |
michael@0 | 15 | </line> |
michael@0 | 16 | </svg> |