blob: 530ae6d6d5ad6209bfddcaa1260ff07ad48b3ebd (
plain)
1
2
3
4
5
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
width="256" height="256">
<rect width="50%" height="100%" fill="lime"/>
<rect x="50%" width="50%" height="100%" fill="red"/>
</svg>
|