layout/reftests/text-svgglyphs/svg-glyph-objectvalue.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text-svgglyphs/svg-glyph-objectvalue.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<svg xmlns="http://www.w3.org/2000/svg">
     1.5 +  <style type="text/css"><![CDATA[
     1.6 +    @font-face {
     1.7 +      font-family: svgwoff;
     1.8 +      src: url(resources/svg.woff);
     1.9 +    }
    1.10 +
    1.11 +    text {
    1.12 +      font-family: svgwoff;
    1.13 +      font-size: 200px;
    1.14 +      stroke-width: 10;
    1.15 +      stroke-dasharray: 10 10;
    1.16 +      stroke-dashoffset: 7;
    1.17 +      stroke: black;
    1.18 +    }
    1.19 +  ]]></style>
    1.20 +  <text x="0" y="200">a</text>
    1.21 +  <text x="200" y="200">b</text>
    1.22 +  <text x="0" y="400">c</text>
    1.23 +  <text x="200" y="400">d</text>
    1.24 +</svg>

mercurial