JavaScript Library For Vector Graphics: Raphaël
8
Aug
// php the_time('Y') ?>
Raphaël is a JavaScript library that facilitates using & creating vector graphics in websites.
It uses SVG & VML for creating graphics. As every graphic generated is a DOM object, you can manipulate them via JavaScript.
This graphics JavaScript library is very ideal for creating charts, images effects like rotation or reflection.
An example:
Creating graphics is much easier with Raphaël compared to writing everything from scratch as a circle can be created with:
paper.circle(320, 240, 50).attr({fill: "#223fa3", stroke: "#223fa3", "stroke-width": 3, "fill-opacity": 0.5});
The library currently works in all major browsers except Firefox 2 & it is still under development.
Requirements: No Requirements
Compatibility: Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+
Website: http://dmitry.baranovskiy.com/raphael/
Compatibility: Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+
Website: http://dmitry.baranovskiy.com/raphael/
- Tags:
Canvas Javascript SVG VML
- Filed under: Effects, Goodies, MIT License
- 4 Comments












4 Responses for "JavaScript Library For Vector Graphics: Raphaël"
[...] Source: WebResourcesDepot [...]
[...] Web Resources Depot me encontré con una librería JavaScript que sirve para hacernos mucho más fácil el trabajo a [...]
..excellent
it’s not fully compatible with IE. Some issue are documneted!
Good luck!