Bug 1919788 - LSNG: Always acquire a directory lock for PreparedDatastoreOp; r=dom...
[gecko.git] / layout / reftests / svg / stroke-dasharray-03.svg
blobb8dd8928c2e5afa89b9a65132daa9f8e172809d6
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg">
7 <title>Test the start point and direction of dashing on rect</title>
9 <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1122578 -->
11 <rect width="100%" height="100%" fill="lime"/>
13 <rect x="20" y="20" width="100" height="60" fill="none" stroke="red" stroke-width="10" stroke-dasharray="120,10000"/>
14 <path d="M20,20 h100 v20" fill="none" stroke="lime" stroke-width="10"/>
16 <rect x="20" y="100" width="100" height="60" fill="none" stroke="red" stroke-width="10" stroke-dasharray="120,10000" rx="10" ry="10"/>
17 <path d="M30,100 h80 a10,10 0 0 1 10,10 v25" fill="none" stroke="lime" stroke-width="14"/>
19 </svg>