2020-08-02 05:26:22 -05:00
# Method Draw
2021-05-28 11:55:52 -05:00
Method Draw is a web based vector drawing application. The purpose of Method Draw is to provide a simple and easy-to-use SVG editor experience. It purposely removes some features such as layers and line-caps/corners in exchange for a more simple and pleasant experience. If you are looking for a more complete vector editing open-source solution, please check out [SVG Edit ](https://github.com/SVG-Edit/svgedit ).
2020-08-02 05:26:22 -05:00
2021-05-28 11:52:20 -05:00
#### [Try Method Draw](https://editor.method.ac) online.
2021-05-28 11:47:03 -05:00
2021-05-28 11:52:20 -05:00

2021-05-28 11:47:03 -05:00
2020-08-02 05:26:22 -05:00
## Development
Develop and run a local web server under `src` ;
```
cd src
2021-03-24 16:06:59 -06:00
python -m SimpleHTTPServer 8000
```
or if you have Python 3:
```
cd src
python -m http.server 8000
2020-08-02 05:26:22 -05:00
```
## Build
2012-05-17 17:50:00 -05:00
2020-08-02 05:26:22 -05:00
Install dev dependencies:
2012-05-17 17:50:00 -05:00
2020-08-02 05:26:22 -05:00
`npm install`
2015-04-22 12:59:09 -05:00
2020-08-02 05:26:22 -05:00
Then you can build into `dist` by running:
2015-04-22 12:59:09 -05:00
2021-06-02 11:55:24 -05:00
`gulp build`
2020-07-14 23:25:13 -05:00
2020-08-02 05:26:22 -05:00
Deploy `dist` to your static file server of choice.
## Release notes
2021-05-24 22:35:09 -05:00
**2021.05.26** Minor redesign
2021-05-13 18:00:23 -05:00
**2021.05.12** Solved stability issues
2021-03-24 16:06:59 -06:00
**2021.02.15** Major code refactor
2021-01-15 13:39:20 -06:00
**2021.01.15** Added new fonts
**2021.01.01** Text handling improvements
**2020.12.10** Gradient fixes on Windows and Safari MacOS
2020-08-04 19:52:08 -05:00
**2020.08.04** Vast code simplification
2020-08-02 06:39:00 -05:00
**2020.08.02** File clean-up and gulp build implemented
**2020.08.01** Project thawed
**2015.01.01** Project frozen
2020-08-02 06:39:47 -05:00
**2013.01.01** Project forked from SVG-Edit
2020-08-02 05:26:22 -05:00
2021-10-27 10:24:06 -05:00
Sponsor development by [donating to the author ](https://method.ac/donate/ ).
2015-04-22 12:59:09 -05:00
2012-07-14 01:09:23 -05:00
Method Draw is Copyright (c)
2020-07-14 23:25:13 -05:00
Mark MacKay [mark@method.ac ](mailto:mark@method.ac )
2012-05-17 17:50:00 -05:00
2012-07-14 01:09:23 -05:00
Published under an MIT License. Enjoy.