All Projects → methodofaction → Method Draw

methodofaction / Method Draw

Licence: mit
Method Draw, the SVG Editor for Method of Action

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Method Draw

PolyPal
▲◼A web-based SVG editor for low-poly style illustrations.
Stars: ✭ 50 (-97.63%)
Mutual labels:  drawing-app, svg-editor
drawsvg-editor
Full SVG Editor to be installed as desktop app
Stars: ✭ 19 (-99.1%)
Mutual labels:  drawing-app, svg-editor
ludigraphix.github.io
Documentation for Ludigraphix
Stars: ✭ 21 (-99%)
Mutual labels:  vector-graphics, drawing-app
AsyPad
A simple drawing tool that can convert diagrams into Asymptote code.
Stars: ✭ 18 (-99.15%)
Mutual labels:  vector-graphics, drawing-app
Vectorifydahome
📱 Minimal app to apply wallpapers from a vast (400+) collection of vector graphics 🙃
Stars: ✭ 119 (-94.36%)
Mutual labels:  vector-graphics
Sparta
Sparta on top of Moz2D for Smalltalk
Stars: ✭ 13 (-99.38%)
Mutual labels:  vector-graphics
Macsvg
macSVG - An open-source macOS app for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view ➤➤➤
Stars: ✭ 789 (-62.59%)
Mutual labels:  vector-graphics
Mathsharp
A vector and matrix library written in C# using hardware intrinsics
Stars: ✭ 616 (-70.79%)
Mutual labels:  vector-graphics
Svglib
Read SVG files and convert them to other formats.
Stars: ✭ 139 (-93.41%)
Mutual labels:  vector-graphics
Svg.skia
An SVG rendering library.
Stars: ✭ 122 (-94.22%)
Mutual labels:  vector-graphics
Scalable Vector Graphics Plugin For Paint.net
Paint.NET filetype plugin for loading SVG (Scalable Vector Graphics) and its compressed variant SVGZ files.
Stars: ✭ 109 (-94.83%)
Mutual labels:  vector-graphics
Smileyrating
SmileyRating is a simple rating bar for android. It displays animated smileys as rating icon.
Stars: ✭ 1,038 (-50.78%)
Mutual labels:  vector-graphics
Svg
Composer and parser for SVG
Stars: ✭ 119 (-94.36%)
Mutual labels:  vector-graphics
Graphicsjs
A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology.
Stars: ✭ 937 (-55.57%)
Mutual labels:  vector-graphics
Ragg
Graphic Devices Based on AGG
Stars: ✭ 127 (-93.98%)
Mutual labels:  vector-graphics
Svg
Fork of the ms svg library (http://svg.codeplex.com/)
Stars: ✭ 676 (-67.95%)
Mutual labels:  vector-graphics
Pathrenderinglab
Repository for research on complete SVG rendering
Stars: ✭ 83 (-96.06%)
Mutual labels:  vector-graphics
Rad Lines
Beautiful Vector Generator Tool
Stars: ✭ 121 (-94.26%)
Mutual labels:  vector-graphics
Fidocadj
FidoCadJ is a free user-friendly vector graphic editor for MacOSX, Linux, Windows and Android
Stars: ✭ 76 (-96.4%)
Mutual labels:  vector-graphics
Synfig
This is the Official source code repository of the Synfig project
Stars: ✭ 1,056 (-49.93%)
Mutual labels:  vector-graphics

Method Draw

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.

Online sync and sharing

Cloud sync and sharing are available on Method Draw for Deta.

Try Method Draw online.

Method Draw

Development

Develop and run a local web server under src;

cd src
python -m SimpleHTTPServer 8000

or if you have Python 3:

cd src
python -m http.server 8000

Build

Install dev dependencies:

npm install

Then you can build into dist by running:

gulp build

Deploy dist to your static file server of choice.

Release notes

2021.05.26 Minor redesign 2021.05.12 Solved stability issues 2021.02.15 Major code refactor
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 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 by donating to the author.

Method Draw is Copyright (c) Mark MacKay [email protected]

Published under an MIT License. Enjoy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].