svgbox-rect-dasharray-ref.html (223B)
1 <!DOCTYPE html> 2 <style> 3 #target { 4 fill: green; 5 stroke: black; 6 stroke-width: 20; 7 stroke-dasharray: 100 50; 8 } 9 </style> 10 <svg width="400" height="300"> 11 <rect id="target" width="50" height="100" x="50" y="80"/> 12 </svg>