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

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <svg xmlns="http://www.w3.org/2000/svg">
     2   <style>
     3     rect { stroke: blue; stroke-width: 15px; }
     4   </style>
     5   <rect x="90px" y="80px" width="245px" height="45px"
     6         style="fill: none; stroke-dasharray: 120px, 89px">
     7   </rect>
     9   <rect x="70px" y="20px" width="145px" height="145px"
    10         style="stroke: none; stroke-dasharray: 20px, 5px">
    11   </rect>
    12   <rect x="270px" y="20px" width="145px" height="145px"
    13         style="stroke: none; stroke-dasharray: 20px, 5px">
    14   </rect>
    16   <rect x="70px" y="220px" width="145px" height="145px"
    17         style="stroke: none; stroke-dasharray: 20px, 5px">
    18   </rect>
    19   <rect x="270px" y="220px" width="145px" height="145px"
    20         style="stroke: none; stroke-dasharray: 20px, 5px">
    21   </rect>
    22   <line x1="60px" y1="280px" x2="440px" y2="280px"
    23         style="stroke: blue; stroke-width: 200px; stroke-dasharray: 165px, 40px">
    24   </line>
    25 </svg>

mercurial