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 type="text/css"> |
michael@0 | 3 | <![CDATA[ |
michael@0 | 4 | @font-face { |
michael@0 | 5 | font-family: "Liberation"; |
michael@0 | 6 | src:url(resources/svg.woff); |
michael@0 | 7 | } |
michael@0 | 8 | text |
michael@0 | 9 | { |
michael@0 | 10 | font-family: Liberation; |
michael@0 | 11 | font-size: 100px; |
michael@0 | 12 | } |
michael@0 | 13 | ]]> |
michael@0 | 14 | </style> |
michael@0 | 15 | <!-- |
michael@0 | 16 | Test that transforms within SVG glyph documents are applied properly |
michael@0 | 17 | --> |
michael@0 | 18 | <text x="0" y="100"> |
michael@0 | 19 | g |
michael@0 | 20 | </text> |
michael@0 | 21 | <text x="0" y="200"> |
michael@0 | 22 | g |
michael@0 | 23 | </text> |
michael@0 | 24 | <text x="0" y="300"> |
michael@0 | 25 | g |
michael@0 | 26 | </text> |
michael@0 | 27 | |
michael@0 | 28 | <text x="100" y="100"> |
michael@0 | 29 | g |
michael@0 | 30 | </text> |
michael@0 | 31 | <text x="100" y="200"> |
michael@0 | 32 | g |
michael@0 | 33 | </text> |
michael@0 | 34 | <text x="100" y="300"> |
michael@0 | 35 | g |
michael@0 | 36 | </text> |
michael@0 | 37 | |
michael@0 | 38 | <text x="200" y="100"> |
michael@0 | 39 | g |
michael@0 | 40 | </text> |
michael@0 | 41 | <!-- note that the next two are different from the preceding glyphs! --> |
michael@0 | 42 | <text x="200" y="200"> |
michael@0 | 43 | q |
michael@0 | 44 | </text> |
michael@0 | 45 | <text x="200" y="300"> |
michael@0 | 46 | q |
michael@0 | 47 | </text> |
michael@0 | 48 | </svg> |