layout/reftests/bugs/584400-dash-length-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.

michael@0 1 <svg xmlns="http://www.w3.org/2000/svg">
michael@0 2 <style>
michael@0 3 rect { stroke: blue; stroke-width: 15px; }
michael@0 4 </style>
michael@0 5
michael@0 6 <rect x="70px" y="20px" width="145px" height="145px"
michael@0 7 style="stroke: none; stroke-dasharray: 20px, 5px">
michael@0 8 </rect>
michael@0 9 <rect x="270px" y="20px" width="145px" height="145px"
michael@0 10 style="stroke: none; stroke-dasharray: 20px, 5px">
michael@0 11 </rect>
michael@0 12
michael@0 13 <line x1="60px" y1="280px" x2="440px" y2="280px"
michael@0 14 style="stroke: blue; stroke-width: 200px; stroke-dasharray: 165px, 40px">
michael@0 15 </line>
michael@0 16 </svg>

mercurial