source: Dev/branches/rest-dojo-ui/client/dojox/drawing/README @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 1.4 KB
Line 
1-------------------------------------------------------------------------------
2Drawing
3-------------------------------------------------------------------------------
4Version 0.1
5Release date: August 22, 2009
6-------------------------------------------------------------------------------
7Project 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-------------------------------------------------------------------------------
11Project author
12        Mike Wilcox anm8tr AT yahoo.com
13-------------------------------------------------------------------------------
14Project description
15
16Drawing is a project that sits on top of DojoX GFX and uses SVG and VML vector
17graphics to draw and display.
18-------------------------------------------------------------------------------
19Dependencies:
20
21dojo.gfx
22-------------------------------------------------------------------------------
23Documentation
24
25http://dojotoolkit.org/reference-guide/dojox/drawing.html
26-------------------------------------------------------------------------------
27Installation instructions
28
29Grab the following from the Dojo SVN Repository:
30http://svn.dojotoolkit.org/dojo/dojox/trunk/drawing.js
31http://svn.dojotoolkit.org/dojo/dojox/trunk/drawing/*
32
33Install into the following directory structure:
34/dojox/drawing/
35
36...which should be at the same level as your Dojo checkout.
Note: See TracBrowser for help on using the repository browser.