1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/584400-dash-length-ref.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg"> 1.5 + <style> 1.6 + rect { stroke: blue; stroke-width: 15px; } 1.7 + </style> 1.8 + 1.9 + <rect x="70px" y="20px" width="145px" height="145px" 1.10 + style="stroke: none; stroke-dasharray: 20px, 5px"> 1.11 + </rect> 1.12 + <rect x="270px" y="20px" width="145px" height="145px" 1.13 + style="stroke: none; stroke-dasharray: 20px, 5px"> 1.14 + </rect> 1.15 + 1.16 + <line x1="60px" y1="280px" x2="440px" y2="280px" 1.17 + style="stroke: blue; stroke-width: 200px; stroke-dasharray: 165px, 40px"> 1.18 + </line> 1.19 +</svg>