| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <svg style="position: absolute; top: 0px; left: 0px; width: 500px; height: 200px"> | |
| <image href="../W3C-SVG-1.1/resources/smiley.png" x="50" y="50" width="100" height="100" preserveAspectRatio="none"/> | |
| </svg> | |
| </body> | |
| </html> |