layout/reftests/text-svgglyphs/svg-glyph-objectfill-solid.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   <!--
     3         Test that solid colors are inherited when using the objectFill
     4       paint server value in SVG glyphs
     5   -->
     7   <style type="text/css">
     8     <![CDATA[
     9       @font-face {
    10         font-family: "Liberation";
    11         src:url(resources/svg.woff);
    12       }
    13       text
    14       {
    15         font-family: Liberation;
    16         font-size: 200px;
    17       }
    18     ]]>
    19   </style>
    21   <text fill="turquoise" x="0" y="200">
    22   N
    23   </text>
    24   <text fill="thistle" x="0" y="400">
    25   O
    26   </text>
    27 </svg>

mercurial