blob: cff3f924a589ac8b4421c31a7ef59d778daf574c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0 0 300 300">
<style id="style2">
g rect {fill:green;}
</style>
<g>
<rect x="00" y="0" height="50" width="50" fill="blue"></rect>
</g>
<rect x="60" y="0" height="50" width="50" fill="blue"></rect>
</svg>
|