top | item 5668905

(no title)

niggler | 13 years ago

How does this compare to raphael (http://raphaeljs.com/) ?

discuss

order

jonobr1|13 years ago

From my understanding Raphael is specific to the SVG context. Two.js is renderer agnostic, you can choose whether it draws in SVG, canvas, or webgl. This is one of many differences between the two.

tregoning|13 years ago

Rapahel does SVG but most importantly it also renders VML when SVG is not supported by the browser, as a result it supports IE6+ unlike two. (don't get me wrong I still think two is great)

micheljansen|13 years ago

On the contrary, Raphael is an abstraction on top of SVG and VML (Microsoft's vector format). It's quite useful when you have to support IE.

AdamTReineke|13 years ago

Raphael is SVG or VML (for IE <9)