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.

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 <rect x="90px" y="80px" width="245px" height="45px"
michael@0 6 style="fill: none; stroke-dasharray: 120px, 89px">
michael@0 7 </rect>
michael@0 8
michael@0 9 <rect x="70px" y="20px" width="145px" height="145px"
michael@0 10 style="stroke: none; stroke-dasharray: 20px, 5px">
michael@0 11 </rect>
michael@0 12 <rect x="270px" y="20px" width="145px" height="145px"
michael@0 13 style="stroke: none; stroke-dasharray: 20px, 5px">
michael@0 14 </rect>
michael@0 15
michael@0 16 <rect x="70px" y="220px" width="145px" height="145px"
michael@0 17 style="stroke: none; stroke-dasharray: 20px, 5px">
michael@0 18 </rect>
michael@0 19 <rect x="270px" y="220px" width="145px" height="145px"
michael@0 20 style="stroke: none; stroke-dasharray: 20px, 5px">
michael@0 21 </rect>
michael@0 22 <line x1="60px" y1="280px" x2="440px" y2="280px"
michael@0 23 style="stroke: blue; stroke-width: 200px; stroke-dasharray: 165px, 40px">
michael@0 24 </line>
michael@0 25 </svg>

mercurial