layout/reftests/text-svgglyphs/svg-glyph-transform.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" width="300" height="600">
     2   <style type="text/css">
     3     <![CDATA[
     4       @font-face {
     5         font-family: "Liberation";
     6         src:url(resources/svg.woff);
     7       }
     8       text
     9       {
    10         font-family: Liberation;
    11         font-size: 100px;
    12       }
    13     ]]>
    14   </style>
    15   <!-- 
    16       Test that transforms within SVG glyph documents are applied properly
    17   -->
    18   <text x="0" y="100">
    19   h
    20   </text>
    21   <text x="0" y="200">
    22   i
    23   </text>
    24   <text x="0" y="300">
    25   j
    26   </text>
    28   <text x="100" y="100">
    29   k
    30   </text>
    31   <text x="100" y="200">
    32   l
    33   </text>
    34   <text x="100" y="300">
    35   m
    36   </text>
    38   <text x="200" y="100">
    39   n
    40   </text>
    41   <!-- note that the next two are different from the preceding glyphs! -->
    42   <text x="200" y="200">
    43   o
    44   </text>
    45   <text x="200" y="300">
    46   p
    47   </text>
    48 </svg>

mercurial