blob: ce0bc78f12d37707b4ee93bd0cf97046465091f1 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<svg xmlns="http://www.w3.org/2000/svg" width="120px" height="120px">
<rect width="100" height="100" fill="green"/>
</svg>
</body>
</html>
|