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