| 123456789101112131415161718192021222324252627282930313233343536 | -------------------------------------------------------------------------------Drawing-------------------------------------------------------------------------------Version 0.1Release date: August 22, 2009-------------------------------------------------------------------------------Project state: alpha	The code is very well tested with relatively few bugs. But it is also in a	state where APIs and methods can still change.-------------------------------------------------------------------------------Project author	Mike Wilcox anm8tr AT yahoo.com-------------------------------------------------------------------------------Project descriptionDrawing is a project that sits on top of DojoX GFX and uses SVG and VML vectorgraphics to draw and display.-------------------------------------------------------------------------------Dependencies:dojo.gfx-------------------------------------------------------------------------------Documentationhttp://dojotoolkit.org/reference-guide/dojox/drawing.html-------------------------------------------------------------------------------Installation instructionsGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/dojo/dojox/trunk/drawing.jshttp://svn.dojotoolkit.org/dojo/dojox/trunk/drawing/*Install into the following directory structure:/dojox/drawing/...which should be at the same level as your Dojo checkout.
 |