You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
558 B

2 years ago
<svg id="color-fill" xmlns="http://www.w3.org/2000/svg" version="1.1" width="300" height="300" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect x="25" y="25" width="250" height="250" style="fill:#ff0000;fill-opacity:0.2;stroke:none" />
<rect x="50" y="50" width="100" height="200" style="fill:#000000;fill-opacity:1;stroke:none" />
<rect x="75" y="75" width="150" height="150" style="fill:#00ff00;fill-opacity:0.5;stroke:none" />
<rect x="100" y="100" width="100" height="100" style="fill:#000080;fill-opacity:1;stroke:none" />
</svg>