blob: 6029426ee7d2b62a330f0ab798d086ab22631c47 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<body style="margin: 0px;">
<svg width="200" height="200">
<rect x="10" y="10" width="180" height="180" fill="blue" opacity="0.5"/>
</svg>
</body>
</html>
|