layout/reftests/text-svgglyphs/svg-glyph-positioning-ref.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   <!-- The "L" glyph in Fira Sans has been hacked to have an advance of
     3        exactly 500/1000 em, or 100px at a font size of 200px. -->
     4   <!-- L -->
     5   <rect x="20" y="20" width="160" height="160" stroke-width="10"
     6     stroke="black" fill="red" />
     7   <rect x="20" y="0" width="20" height="20" stroke="none"
     8     fill="turquoise" />
    10   <!-- L -->
    11   <rect x="120" y="20" width="160" height="160" stroke-width="10"
    12     stroke="black" fill="red" />
    13   <rect x="120" y="0" width="20" height="20" stroke="none"
    14     fill="turquoise" />
    16   <!-- L -->
    17   <rect x="220" y="20" width="160" height="160" stroke-width="10"
    18     stroke="black" fill="red" />
    19   <rect x="220" y="0" width="20" height="20" stroke="none"
    20     fill="turquoise" />
    21 </svg>

mercurial