summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/drawing/README
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/drawing/README')
-rw-r--r--js/dojo/dojox/drawing/README36
1 files changed, 36 insertions, 0 deletions
diff --git a/js/dojo/dojox/drawing/README b/js/dojo/dojox/drawing/README
new file mode 100644
index 0000000..e14f3a2
--- /dev/null
+++ b/js/dojo/dojox/drawing/README
@@ -0,0 +1,36 @@
+-------------------------------------------------------------------------------
+Drawing
+-------------------------------------------------------------------------------
+Version 0.1
+Release 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 description
+
+Drawing is a project that sits on top of DojoX GFX and uses SVG and VML vector
+graphics to draw and display.
+-------------------------------------------------------------------------------
+Dependencies:
+
+dojo.gfx
+-------------------------------------------------------------------------------
+Documentation
+
+http://dojotoolkit.org/reference-guide/dojox/drawing.html
+-------------------------------------------------------------------------------
+Installation instructions
+
+Grab the following from the Dojo SVN Repository:
+http://svn.dojotoolkit.org/dojo/dojox/trunk/drawing.js
+http://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.