Svg-edit development environment setup
To get the latest version of the svg-edit app on your computer, you must have subversion, a version control system available for free for Mac, Windows, Linux, and more.
(FIXME: Link to sane "how to get svn" instructions for each of the above platforms.)
To download and run the latest version of the code
$ svn checkout http://svg-edit.googlecode.com/svn/trunk/ svg-edit-read-only $ cd svg-edit-read-only
Look within the svg-edit-read-only-folder, and notice two important things:
- The Javascript of the svg-edit app is stored in editor/
- In that folder there is also editor/svg-editor.html which you can open in a web browser. This is the actual SVG Editor.