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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

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     }
     8     text {
     9       font-family: svgwoff;
    10       font-size: 200px;
    11       stroke-width: 10;
    12       stroke-dasharray: 10 10;
    13       stroke-dashoffset: 7;
    14       stroke: black;
    15     }
    16   ]]></style>
    17   <text x="0" y="200">a</text>
    18   <text x="200" y="200">b</text>
    19   <text x="0" y="400">c</text>
    20   <text x="200" y="400">d</text>
    21 </svg>

mercurial