Az svg grafikát egyszerűen svg tagként illesztem a weboldalra:
<!doctpye html> <html> <head> <title></title> <meta charset="utf-8" /> </head> <body> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200" height="200"> <line x1="10" y1="10" x2="100" y2="100" style="stroke:blue" /> </svg> </body> </html>
<embed src="example1_basic_evt_properties_and_methods.svg" width="600" height="375" type="image/svg+xml"></embed>