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 | @font-face { |
michael@0 | 4 | font-family: "Liberation"; |
michael@0 | 5 | src: url(resources/svg.woff); |
michael@0 | 6 | } |
michael@0 | 7 | </style> |
michael@0 | 8 | <mask id="m" x="0" y="0" width="200" height="200"> |
michael@0 | 9 | <rect x="30" y="60" width="80" height="80" stroke-width="5" |
michael@0 | 10 | stroke="black" fill="red"/> |
michael@0 | 11 | <rect x="30" y="50" width="10" height="10" stroke="none" |
michael@0 | 12 | fill="turquoise" /> |
michael@0 | 13 | </mask> |
michael@0 | 14 | <rect width="200" height="200" mask="url(#m)"/> |
michael@0 | 15 | </svg> |