基于svg edit的在线电路原理图编辑工具
 
 
 
Go to file
Mark MacKay 3694a96049 Merge pull request #13 from lmartinho/fix-app-menu-typo
Fixes tiny typo in app menu
2015-07-10 12:28:00 +02:00
build/tools requestAnimationFrame fix for Chrome 26 2013-05-16 17:42:08 -05:00
docs removing unnecesary files and updating readme 2012-07-14 01:09:23 -05:00
editor Merge pull request #13 from lmartinho/fix-app-menu-typo 2015-07-10 12:28:00 +02:00
method-draw Merge pull request #13 from lmartinho/fix-app-menu-typo 2015-07-10 12:28:00 +02:00
test new file structure and switching from svgEditor to methodDraw 2012-12-13 20:58:55 -06:00
.gitignore removed unnecesary build files 2012-06-24 21:14:52 -05:00
AUTHORS initial commit 2012-05-17 17:50:00 -05:00
CHANGES initial commit 2012-05-17 17:50:00 -05:00
LICENSE initial commit 2012-05-17 17:50:00 -05:00
Makefile file cleanup 2015-06-26 11:41:56 +02:00
README Updated readme and removed Method of Action makefile code 2015-04-22 12:59:09 -05:00

README

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>