Raphaël (JavaScript library): Difference between revisions

Content deleted Content added
m Disambiguating links to SVG (disambiguation) (link changed to Scalable Vector Graphics) using DisamAssist.
m removing duplicate bracket
Line 12:
| website = {{URL|https://dmitrybaranovskiy.github.io/raphael/}}
}}
'''Raphaël''', named for Italian painter [[Raffaello Sanzio da Urbino]],<ref>{{cite web |title=An Intro to Raphaël|url=http://raphaeljs.com/}}</ref> is a [[cross-browser]] [[JavaScript]] library that draws [[Vector graphics]] for web sites. It will use [[Scalable Vector Graphics|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+. According to JavaScript analytics service, [[Libscore]], Raphaël is used on over 3,000 websites, including the homepages of [[Apple Inc.|Apple]]'s [[iCloud]], [[Food Network]], [[Cornell]], and [[Philips]]].<ref>http://libscore.com/?#Raphael</ref>
 
== Use ==