Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it sensible to dynamically generate SVG images on websites yet?

Tags:

svg

I'm just learning about SVG, and it seems great but I'm not sure about browser support - have people successfully got around this, or is it still too early?

like image 750
Rich Bradshaw Avatar asked Dec 04 '22 16:12

Rich Bradshaw


2 Answers

Raphael is a cross-browser vector graphics library which might be worth a look.

like image 138
nickf Avatar answered Jan 04 '23 12:01

nickf


You can use John Resig's processing.js library to get cross-browser compatibility.

There is also Walter Zorn's (lot of DIVs) technique, that doesn't use SVG.

like image 23
Diodeus - James MacFarlane Avatar answered Jan 04 '23 12:01

Diodeus - James MacFarlane