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 | <rect x="30" y="30" width="160" height="160" stroke-width="10" |
michael@0 | 3 | fill="darkorchid" stroke="none" |
michael@0 | 4 | fill-opacity="0.5" /> |
michael@0 | 5 | |
michael@0 | 6 | <rect x="30" y="230" width="160" height="160" stroke-width="10" |
michael@0 | 7 | stroke="goldenrod" fill="none" |
michael@0 | 8 | stroke-opacity="0.5" /> |
michael@0 | 9 | |
michael@0 | 10 | <rect x="230" y="30" width="160" height="160" stroke-width="10" |
michael@0 | 11 | stroke="goldenrod" fill="none" |
michael@0 | 12 | stroke-opacity="0.5" /> |
michael@0 | 13 | |
michael@0 | 14 | <rect x="230" y="230" width="160" height="160" stroke-width="10" |
michael@0 | 15 | fill="darkorchid" stroke="none" |
michael@0 | 16 | fill-opacity="0.5" /> |
michael@0 | 17 | </svg> |