root / trunk / web / dojo / dojox / drawing / README @ 13
History | View | Annotate | Download (1.37 KB)
| 1 |
------------------------------------------------------------------------------- |
|---|---|
| 2 |
Drawing |
| 3 |
------------------------------------------------------------------------------- |
| 4 |
Version 0.1 |
| 5 |
Release date: August 22, 2009 |
| 6 |
------------------------------------------------------------------------------- |
| 7 |
Project state: alpha |
| 8 |
The code is very well tested with relatively few bugs. But it is also in a |
| 9 |
state where APIs and methods can still change. |
| 10 |
------------------------------------------------------------------------------- |
| 11 |
Project author |
| 12 |
Mike Wilcox anm8tr AT yahoo.com |
| 13 |
------------------------------------------------------------------------------- |
| 14 |
Project description |
| 15 |
|
| 16 |
Drawing is a project that sits on top of DojoX GFX and uses SVG and VML vector |
| 17 |
graphics to draw and display. |
| 18 |
------------------------------------------------------------------------------- |
| 19 |
Dependencies: |
| 20 |
|
| 21 |
dojo.gfx |
| 22 |
------------------------------------------------------------------------------- |
| 23 |
Documentation |
| 24 |
|
| 25 |
http://docs.dojocampus.org/dojox/drawing |
| 26 |
------------------------------------------------------------------------------- |
| 27 |
Installation instructions |
| 28 |
|
| 29 |
Grab the following from the Dojo SVN Repository: |
| 30 |
http://svn.dojotoolkit.org/dojo/dojox/trunk/drawing.js |
| 31 |
http://svn.dojotoolkit.org/dojo/dojox/trunk/drawing/* |
| 32 |
|
| 33 |
Install into the following directory structure: |
| 34 |
/dojox/drawing/ |
| 35 |
|
| 36 |
...which should be at the same level as your Dojo checkout. |