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 stroke: black;
13 }
14 ]]>
15 </style>
16 <!--
17 Test that SVG glyphs are being drawn instead of TrueType glyphs
18 Also testing that this does not happen if the
19 gfx.font_rendering.opentype_svg.enabled preference is set to true.
20 -->
21 <!-- glyphid -->
22 <text x="0" y="200">
23 L
24 </text>
25 </svg>