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 <!--
3 Test that solid colors are inherited when using the objectFill
4 paint server value in SVG glyphs
5 -->
7 <style type="text/css">
8 <![CDATA[
9 @font-face {
10 font-family: "Liberation";
11 src:url(resources/svg.woff);
12 }
13 text
14 {
15 font-family: Liberation;
16 font-size: 200px;
17 }
18 ]]>
19 </style>
21 <text fill="turquoise" x="0" y="200">
22 N
23 </text>
24 <text fill="thistle" x="0" y="400">
25 O
26 </text>
27 </svg>