HTML and SVG

จาก Wiki2

ข้ามไปที่: นำทาง, สืบค้น

การใช้ Graphic หรือรูปแบบ Vector กับ HTML

See Link

<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:

รับข้อมูลจาก "http://www.noklek.com/wiki2/index.php/HTML_and_SVG"
เครื่องมือส่วนตัว