<svg width="200px" height="200px" viewBox="0 0 200 200">
<line x1="0" y1="0" x2="0" y2="100" style="stroke: gray;"/>
<line x1="0" y1="0" x2="100" y2="0" style="stroke: gray;"/>
<rect x="10" y="10" width="20" height="15" style="fill: #ccc;"/>
<rect x="10" y="10" width="20" height="15"
transform=""
style="fill: black;"/>
</svg>