layout/reftests/bugs/584400-dash-length-ref.svg

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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