websch/readme.md

33 lines
1.2 KiB
Markdown
Raw Normal View History

2019-03-20 00:29:07 +00:00
*Method Draw is not actively developed, nor there are plans for it in the future. It is only updated when browser upgrades break the application.*
2019-03-20 00:27:14 +00:00
![Method Draw](https://method.ac/assets/editor.png)
Method Draw is a fork of [SVG Edit](https://github.com/SVG-Edit/svgedit), a web based vector drawing application.
2012-05-17 22:50:00 +00:00
2020-07-15 04:25:13 +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
2020-07-15 04:25:13 +00:00
Development takes place in `/editor`
Run this directory on a local webserver such as `python -m SimpleHTTPServer`
2020-07-15 04:25:13 +00:00
To compile:
2020-07-15 04:25:13 +00:00
first `make clean`
then `make -b`
Method Draw will be compiled into the `method-draw` directory, which you can then deploy anywhere you choose.
Method Draw is Copyright (c)
2020-07-15 04:25:13 +00:00
Mark MacKay [mark@method.ac](mailto: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:
https://github.com/SVG-Edit/svgedit
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>