forked from methodofaction/Method-Draw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (18 loc) · 862 Bytes
/
README
File metadata and controls
26 lines (18 loc) · 862 Bytes
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
Method Draw is a fork of SVG Edit, a web based SVG editor.
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.
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
Published under an MIT License. Enjoy.
Based on SVG Edit:
http://code.google.com/p/svg-edit/
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>