Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <style type="text/css">
3 <![CDATA[
4 @font-face {
5 font-family: "Liberation";
6 src:url(resources/svg.woff);
7 }
8 text
9 {
10 font-family: Liberation;
11 font-size: 200px;
12 }
13 ]]>
14 </style>
15 <!--
16 Test that the right SVG glyph is picked from a document containing various
17 invalid glyph IDs.
18 -->
19 <text x="0" y="200">
20 M
21 </text>
22 </svg>