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 | <!-- The "L" glyph in Fira Sans has been hacked to have an advance of |
michael@0 | 3 | exactly 500/1000 em, or 100px at a font size of 200px. --> |
michael@0 | 4 | <!-- L --> |
michael@0 | 5 | <rect x="20" y="20" width="160" height="160" stroke-width="10" |
michael@0 | 6 | stroke="black" fill="red" /> |
michael@0 | 7 | <rect x="20" y="0" width="20" height="20" stroke="none" |
michael@0 | 8 | fill="turquoise" /> |
michael@0 | 9 | |
michael@0 | 10 | <!-- L --> |
michael@0 | 11 | <rect x="120" y="20" width="160" height="160" stroke-width="10" |
michael@0 | 12 | stroke="black" fill="red" /> |
michael@0 | 13 | <rect x="120" y="0" width="20" height="20" stroke="none" |
michael@0 | 14 | fill="turquoise" /> |
michael@0 | 15 | |
michael@0 | 16 | <!-- L --> |
michael@0 | 17 | <rect x="220" y="20" width="160" height="160" stroke-width="10" |
michael@0 | 18 | stroke="black" fill="red" /> |
michael@0 | 19 | <rect x="220" y="0" width="20" height="20" stroke="none" |
michael@0 | 20 | fill="turquoise" /> |
michael@0 | 21 | </svg> |