layout/reftests/text-svgglyphs/svg-glyph-html-ref.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-html-ref.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +<svg xmlns="http://www.w3.org/2000/svg">
     1.5 +  <title>Reference for SVG glyphs being used in HTML content</title>
     1.6 +  <style>
     1.7 +    @font-face {
     1.8 +      font-family: "Liberation";
     1.9 +      src: url(resources/svg.woff);
    1.10 +    }
    1.11 +    text { font: 200px Liberation; fill: fuchsia; stroke: black; }
    1.12 +  </style>
    1.13 +  <text x="0" y="200">b</text>
    1.14 +</svg>

mercurial