HTML and SVG
จาก Wiki2
การใช้ Graphic หรือรูปแบบ Vector กับ HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SVG Demo</title>
</head>
<body>
<embed src="drawing.svg" type="image/svg+xml"
width="800" height="500" />
</body>
</html>
Ref:
