Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Easiest way to embed SVG/SVGZ Vector Graphics in HTML website (for all major 2016 browsers)

What is the easiest way to embed vector SVG or compresed SVGZ illustrations in a website?
It must work correctly under 2016 versions of Firefox, Chrome, Opera and Safari and Internet Explorer.

like image 652
Sam Avatar asked Dec 02 '22 03:12

Sam


1 Answers

this will help you...

<embed src="svg.svgz" width="200px" height="200px" type="image/svg+xml" /> 
like image 75
cgvector Avatar answered Dec 19 '22 15:12

cgvector