All graphics are drawn using JS code, without any HTML 5 Canvas, VML, SVG or browser plugins needed.
Because of this, jsDraw2D can even be used on mobile devices as tablets or smartphones.
Because it's written in an OOP manner, jsDraw2D can be easily extended with new functionality.
A newer version of the library, working with SVG/VML has been developed under the name jsDraw2D.
Here are some key features of "jsDraw2D":
Supported graphic elements:
· Lines
· Curves (Bezier or general Bezier)
· Shapes (circles, squares, ellipses, arcs, rectangles, etc.)
· Text
· Images
· Grids
· Add colors to all above elements
Requirements:
· JavaScript enabled on client side