blob: c354e44168273e507a3d44b4da363466758c5f3f (
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">
<g opacity="0.5">
<rect x="0" y="0" height="50" width="50"
style="fill: #ccccff">
</rect>
</g>
<rect x="60" y="0" height="50" width="50"
style="fill: #ccccff" opacity="0.5">
</rect>
</svg>
|