layout/reftests/text-svgglyphs/svg-glyph-objectvalue-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   <style type="text/css"><![CDATA[
     3     rect {
     4       stroke-width: 10;
     5       stroke-dasharray: 10 10;
     6       stroke-dashoffset: 7;
     7     }
     8   ]]></style>
     9   <rect x="20" y="20" width="160" height="160" stroke="powderblue" />
    10   <rect x="220" y="20" width="160" height="160" stroke="chartreuse" />
    11   <rect x="20" y="220" width="160" height="160" stroke="sienna" />
    12   <rect x="220" y="220" width="160" height="160" stroke="olivedrab" />
    13 </svg>

mercurial