README 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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. Drawing is a project that sits on top of DojoX GFX and uses SVG and VML vector
  16. graphics to draw and display.
  17. -------------------------------------------------------------------------------
  18. Dependencies:
  19. dojo.gfx
  20. -------------------------------------------------------------------------------
  21. Documentation
  22. http://docs.dojocampus.org/dojox/drawing
  23. -------------------------------------------------------------------------------
  24. Installation instructions
  25. Grab the following from the Dojo SVN Repository:
  26. http://svn.dojotoolkit.org/dojo/dojox/trunk/drawing.js
  27. http://svn.dojotoolkit.org/dojo/dojox/trunk/drawing/*
  28. Install into the following directory structure:
  29. /dojox/drawing/
  30. ...which should be at the same level as your Dojo checkout.