<!-- | |
Any copyright is dedicated to the Public Domain. | |
http://creativecommons.org/publicdomain/zero/1.0/ | |
--> | |
<html xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:svg="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<body style="margin:0"> | |
<svg:svg width="200" height="300"> | |
<svg:rect width="200" height="150" fill="lime"/> | |
<svg:rect x="100" y="150" width="100" height="50" fill="lime"/> | |
<svg:rect x="100" y="200" width="100" height="100" fill="blue"/> | |
</svg:svg> | |
</body> | |
</html> |