1 <!-- This test is taken from http://svg-whiz.com/svg/w3c/dasharrayOrigin.svg -->
2 <!-- Cross-browser results can be seen here: http://svg-whiz.com/svg/w3c/dasharrayOrigin.png -->
3 <svg version='
1.1' xmlns='http://www.w3.org/
2000/svg' xmlns:xlink='http://www.w3.org/
1999/xlink'
>
4 <rect x='
50' y='
50' width='
100' height='
100' rx='
50' ry='
50' fill='none' stroke='lightgray' stroke-width='
15'
/>
5 <rect x='
50' y='
50' width='
100' height='
100' rx='
50' ry='
50' fill='none' stroke='green' stroke-width='
15' stroke-dasharray='
100,
20,
20,
1000'
/>
7 <circle cx='
100' cy='
100' r='
50' fill='none' stroke='gray' stroke-width='
5'
/>
8 <circle cx='
100' cy='
100' r='
50' fill='none' stroke='red' stroke-width='
5' stroke-dasharray='
100,
20,
20,
1000'
/>
10 <rect x='
30' y='
30' width='
140' height='
140' rx='
20' ry='
20' fill='none' stroke='lightgray' stroke-width='
5'
/>
11 <rect x='
30' y='
30' width='
140' height='
140' rx='
20' ry='
20' fill='none' stroke='blue' stroke-width='
10' stroke-dasharray='
100,
20,
20,
1000'
/>