Raphaël (JavaScript library): Difference between revisions

Content deleted Content added
External links: fixes homepage url
KolbertBot (talk | contribs)
m Bot: HTTP→HTTPS (v477)
Line 9:
| genre =
| license = [[MIT License]]
| website = {{URL|httphttps://dmitrybaranovskiy.github.io/raphael/}}
}}
'''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+. According to JavaScript analytics service, [[Libscore]], Raphaël is used on over 3,000 websites, including the homepages of [[Apple Inc.|Apple]]'s [[iCloud]] [http://iCloud.com], [[Food Network]][http://foodnetwork.com], [[Cornell]][http://Cornell.edu], and [[Philips]][http://philips.com].<ref>http://libscore.com/?#Raphael</ref>
Line 45:
 
==External links==
*[httphttps://dmitrybaranovskiy.github.io/raphael/ Raphaël] homepage
*[httphttps://dmitrybaranovskiy.github.io/raphael/reference.html Raphaël] syntax
*[http://dev.opera.com/articles/view/raphael-a-javascript-api-for-svg/ Raphaël:] a JavaScript API for SVG
*[http://net.tutsplus.com/tutorials/javascript-ajax/an-introduction-to-the-raphael-js-library/ An introduction to Raphaël]