websch/README

27 lines
862 B
Plaintext
Raw Normal View History

Method Draw is a fork of SVG Edit, a web based SVG editor.
2012-05-17 22:50:00 +00:00
The purpose of Method Draw is to improve the usability and user experience of SVG Edit. It removes some features such as
layers and line-caps/corners in exchange for a more simple and pleasant experience.
2012-05-17 22:50:00 +00:00
Development takes place in /editor
Run this directory on a local webserver such as python -m SimpleHTTPServer
To deploy:
`Make -b` js/css is concatenated and you can deploy the `method-draw` directory anywhere you want.
Method Draw is Copyright (c)
Mark MacKay mark@method.ac
2012-05-17 22:50:00 +00:00
Published under an MIT License. Enjoy.
2012-05-17 22:50:00 +00:00
Based on SVG Edit:
http://code.google.com/p/svg-edit/
2012-05-17 22:50:00 +00:00
SVG Edit is Copyright (c)
Narendra Sisodiya <narendra.sisodiya@gmail.com>
Pavol Rusnak <rusnakp@gmail.com>
Jeff Schiller <codedread@gmail.com>
Vidar Hokstad <vidar.hokstad@gmail.com>
Alexis Deveria <adeveria@gmail.com>