Y
Hacker News
new
|
ask
|
show
|
jobs
by
felxh
4371 days ago
I can't speak for others, but if you write browser apps/websites for a generic audience you basically have no choice. The reason consist of two letters: IE
1 comments
throwaway_yy2Di
4371 days ago
But IE didn't support SVG either until recently? If I read right, it was supported since the same version as HTML5 canvas (IE 9),
http://caniuse.com/#cats=SVG
http://caniuse.com/canvas
link
timmclean
4371 days ago
Tools like
http://raphaeljs.com/
allow you to support older versions of IE.
link
vidarh
4370 days ago
But likewise you can use excanvas.js to let your canvas code run on IE (emulates it using VML)
link
felxh
4371 days ago
It is true, you can probably stop supporting IE8 depending on your audience.
[UPDATE: also I was reading SVG/DOM as an or]
link
http://caniuse.com/#cats=SVG
http://caniuse.com/canvas