What's the best javascript framework for drawing (lines, curves whatnot) on images?
|
|
jQuery has several plugins available for doing graphics. Raphael is a plugin that uses SVG (for Firefox and other browsers that support SVG), and VML for the IE products. In addition, jQuery provides a great architecture for javascript projects with plenty of support and plug-ins. Raphael is available here: http://raphaeljs.com/index.html jQuery is available here: http://jquery.com/ |
||
|
|
|
|
Take a look at this library that is a jquery plugin: http://www.openstudio.fr/Library-for-simple-drawing-with.html |
||
|
|
|
|
|
||
|
|
|
|
Refer to this question. |
||
|
|
|
|
You can create "images" using javascript's flot library. It's on google code: flot Here's an example, how a graph might look like |
||
|
|
