Jim on November 25th, 2009




A jQuery plugin that lets you interact with an SVG canvas.

Continue reading about jQuery SVG Plugin

Jim on November 25th, 2009




Today I played around with jQuery and drawing some basic shapes using the jQuery SVG plugin. It is awesome!

Continue reading about Drawing with jQuery

Jim on November 25th, 2009




This Library for simple drawing with jQuery applies SVG (using Keith Wood plugin for jQuery) or canvas method if supported on the client browser (includes explorercanvas patch for ie). If not, applies methods derivated from the work of Walter Zorn for compatibility.

Continue reading about Library for simple drawing with jQuery

Jim on November 25th, 2009




This plugin was created after noticing Walter Zorns javascript for drawing shapes on screen with divs.I have also looked into the drawlibrary plugin, but it has a little too much overhead. Drawlibrary does use the same algorithms as Walter Zorns work as well, but relies on svg files when using Microsoft I.E. This plugin does not.

Continue reading about Draw – jQuery Drawing Plugin