JavaScript Library For Vector Graphics: Raphaël
8
Aug
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
Related Posts
Popular Posts
- Free Vector World Maps Collection
- Photoshop Heart Brushes Collection
- 64 Beautiful And Free Nature Brush Sets And Vectors - Giant Design Pack
- Photoshop Flower Brushes - 28 Flowers
- Free Admin Template For Web Applications
- Oriental Photoshop Brushes And Vector Images For Mysterious Designs
- 27 Adobe AIR Applications - Handy For Web Designers
- 55 Free Human Brush Sets And Vector Images - Giant Design Pack
- Sliding Top Menu With jQuery
- Test (Sample) Data Generators
















2 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 [...]
Valid XHTML | Valid CSS