Raphaël (JavaScript library): Difference between revisions

Content deleted Content added
No edit summary
Line 12:
'''Raphaël''' is a [[cross-browser]] [[JavaScript]] library that draws [[Vector graphics]] for web sites. It will use [[SVG]] for most browsers, but will use [[VML]] for older versions of [[Internet Explorer]]. Raphaël currently supports [[Chrome browser|Chrome]] 5.0+ [[Firefox]] 3.0+, [[Safari (web browser)|Safari]] 3.0+, [[Opera (web browser)|Opera]] 9.5+ and [[Internet Explorer]] 6.0+.
== Cross Browser ==
Raphaël is cross browser compatible, it supports almost all browsers including IE6. Raphaël uses either [[VML]](vectorVector markupMarkup languageLanguage) or [[SVG]](Scalable vectorVector graphicsGraphics) to draw, depending on the browser. Most versions of Internet explorer support VML whereas a majority of other browsers support SVG. Therefore Raphaël can work with a wide range of browsers.
 
== Use ==