Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.SVG Browser Support

I'm working on a responsive design and I'm thinking of creating navigation icons as .svg files. What is current browser support like and is there a workaround/plugin for older browser versions?

like image 930
Jedda Avatar asked Jan 19 '12 12:01

Jedda


People also ask

Can browsers open SVG?

All modern web browsers support viewing SVG files. That includes Chrome, Edge, Firefox, and Safari. So if you have an SVG and can't open it with anything else, open your favorite browser, select File > Open, then choose the SVG file you'd like to see. It will appear in your browser window.

Does Google Chrome support SVG?

Chrome was the first browser to launch with native SVG support from the beginming.

Can you use SVG on web?

SVG is an image format for vector graphics. It literally means Scalable Vector Graphics. Basically, what you work with in Adobe Illustrator. You can use SVG on the web pretty easily, but there is plenty you should know.


1 Answers

All major browsers have had support for years except <= IE8. Workaround could be for instance RaphaelJS.

Sources:

  • http://caniuse.com/#search=svg
  • https://github.com/DmitryBaranovskiy/raphael
like image 87
bennedich Avatar answered Sep 29 '22 17:09

bennedich