Raphaël 基於html5繪製web圖形的javascript插件

昨天在羣裏看到一個海歸妹子的我的兼應聘做品網站(http://www.wendyshijia.com),遂一時引發衆狼騷動,裏面的設計和創意都教人讚歎,如此簡歷讓人大呼過癮,同時做爲前端開發工做的一員倍感壓力巨大XD。感謝如此賞心的做品,讓我注意到其中實現的核心插件 Raphaël,這名字無論讀寫都有難度。。 javascript

What is it?

Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library. html

Raphaël ['ræfeɪəl] uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOMobject, so you can attach JavaScript event handlers or modify them later. Raphaël’s goal is to provide an adapter that will make drawing vector art compatible cross-browser and easy. 前端

Raphaël currently supports Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ and Internet Explorer 6.0+. html5

------------------------------------------------- java

如下是中文翻譯: web

Raphaël 是一款輕量級的javascript插件,幫助你簡單地繪製出web上的矢量圖。經過它你能輕易地定製不一樣的圖表、截圖類和轉動式的窗口部件。 瀏覽器

Raphaël ['ræfeɪəl]使用SVG W3C 推薦標準和VML來生成圖形。這意味着任何生成的圖形都是一個DOM對象,你能夠使用javascript事件處理來綁定到它們之上,或在其後再修改。Raphaël’s 的目標是提供一個跨瀏覽器兼容來生成矢量圖形的適配器 ide

Raphaël  目前支持的瀏覽器有 Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ 和 Internet Explorer 6.0+. 網站


基於html5,方便用來繪製網頁中的各類圖形,值得之後上手派上用場;) this


Raphaël.js的官網地址:

http://raphaeljs.com

相關文章
相關標籤/搜索