layout/reftests/text-svgglyphs/svg-glyph-paint-server-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   <defs>
     3     <linearGradient id="grad">
     4       <stop offset="0%" stop-color="papayawhip" />
     5       <stop offset="100%" stop-color="plum" />
     6     </linearGradient>
     7   </defs>
     9   <rect x="50" y="50" width="100" height="100" fill="url(#grad)" />
    10 </svg>

mercurial