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"><![CDATA[
3 @font-face {
4 font-family : svgwoff;
5 src : url(resources/svg.woff);
6 }
7 text {
8 font-family : svgwoff;
9 font-size : 200px;
10 fill-opacity : 0.5;
11 stroke-opacity : 0.5;
12 }
13 ]]></style>
15 <!--
16 Test for a bug where cached fill-opacity and stroke-opacity values were
17 being destroyed
18 -->
19 <text x="0" y="200" stroke="black">Y</text>
20 </svg>