summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/drawing/README
blob: e14f3a2cfe30807bf74c2a99588733462ae0ab18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.