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.

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

mercurial