7 lines
234 B
XML
7 lines
234 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
|
|
<g transform="translate(20, 20)">
|
|
<rect x="0" y="0" width="60" height="60" style="fill:blue; opacity:0.5;"/>
|
|
</g>
|
|
</svg>
|