基于svg edit的在线电路原理图编辑工具
 
 
 
Go to file
Mark MacKay dd4195b1c7 Merge branch 'master' into fujikohsan 2020-12-10 16:30:30 -06:00
dist font changes 2020-12-10 15:19:25 -06:00
src Merge branch 'master' into fujikohsan 2020-12-10 16:30:30 -06:00
test initial commit 2020-08-02 05:26:22 -05:00
.gitignore initial commit 2020-08-02 05:26:22 -05:00
LICENSE removing unnecessary files and updating readme 2018-02-26 18:41:15 -06:00
gulpfile.js initial commit 2020-08-02 05:26:22 -05:00
package-lock.json initial commit 2020-08-02 05:26:22 -05:00
package.json initial commit 2020-08-02 05:26:22 -05:00
readme.md Gradient fixes on Windows and Safari MacOS 2020-12-10 16:09:53 -06:00

readme.md

Method Draw

Method Draw is a web based vector drawing application.

Try Method Draw online.

Method Draw

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 SVG Edit.

Development

Develop and run a local web server under src;

cd src
python -m SimpleHTTPServer

Build

Install dev dependencies:

npm install

Then you can build into dist by running:

gulp

Deploy dist to your static file server of choice.

Release notes

2020.12.10 Gradient fixes on Windows and Safari MacOS 2020.08.04 Vast code simplification
2020.08.02 File clean-up and gulp build implemented
2020.08.01 Project thawed
2015.01.01 Project frozen
2013.01.01 Project forked from SVG-Edit

Sponsor development in the form of one-time donations, or by hiring me to customize Method Draw for your own needs (only simple 2-20 hour projects).

Method Draw is Copyright (c) Mark MacKay mark@method.ac

Published under an MIT License. Enjoy.