blob: ae4c8aa6f6106e6613c849597d0bc54d490b8524 [file] [log] [blame]
<!DOCTYPE html>
<style>
#target {
fill: green;
stroke: black;
stroke-width: 20;
stroke-dasharray: 100 50;
}
</style>
<svg width="400" height="300">
<rect id="target" width="50" height="100" x="50" y="80"/>
</svg>