| Posted by kyle on October 24, 2006 11:45 PM | bookmark / share: |
|
Notice: This is an ancient blog entry on JSViz! It may refer to outdated code and APIs. For the latest on JSViz, visit http://www.jsviz.org.
I'm super excited about the new Dojo2D, available in Dojo 0.4.0, which now enables support for vector graphics in virtually every browser!
They've created an abstraction layer that supports vector graphics implementations in SVG and VML. So this covers:
- Internet Explorer 5.0+ (VML)
- Firefox 1.5+ (SVG)
- Opera 9.0+ (SVG)
- Safari (current dev builds) (SVG)
Check out these demos (in every browser you can find):
The implications of this are huge. Developers and designers can now treat a web page as a 2D canvas and use the familiar DOM event model for user interaction. I'm eager to see what emerges without the constraints of HTML elements, CSS, and their disperate implementations.
Comments
It works! Unbelievable.
Posted by: evan | October 25, 2006 02:44 AM
Exactly my reaction. :P
Posted by: Kyle Scholz | October 25, 2006 10:47 AM