SVG: Rectangle properties
Using SVG to look at rectangle coordinates, stroke, fill, dotted lines, opacity
HTML
<svg width="500px" height="500px" viewBox="0 0 200 200">
<rect x="60" y="60" width="80" height="40" style="fill: none; stroke: green;"/>
</svg>