Fork of dotgrid with additional features and refractoring.
Go to file
2017-11-12 12:23:02 -08:00
sources Revert "added resizing of the window" 2017-11-12 12:23:02 -08:00
.gitignore Version 1? 2017-11-05 17:33:04 +13:00
BUILD.md Added new shortcuts 2017-11-08 10:40:13 +13:00
icon.icns Added icons 2017-11-05 15:14:30 +14:00
icon.ico Added icons 2017-11-05 15:14:30 +14:00
LICENSE.md Almost there 2017-11-05 14:52:05 +14:00
main.js Revert "added resizing of the window" 2017-11-12 12:23:02 -08:00
package.json Almost there 2017-11-05 14:52:05 +14:00
PREVIEW.jpg Updated preview 2017-11-05 17:43:57 +13:00
README.md Added new shortcuts 2017-11-08 10:40:13 +13:00

Dotgrid

Dotgrid is a simple vector drawing application.

Guide

It works by adding control points and selecting a stroke type. So clicking the canvas a few times will place up to 3 control points. Clicking one of the icons, or pressing one of the shortcuts, will draw a stroke.

Controls

Layer 1

  • q Erase control points.
  • w Erase last segment.
  • e Export SVG file.
  • r Close Path.

Layer 2

  • a Draw Arc(counter-clockwise).
  • s Draw Arc(clockwise).
  • d Draw Line.
  • f Draw Bezier.

Parametric

  • + Increase stroke size.
  • - Reduce stroke size.
  • / Toggle linecap.

Shortcuts

  • ctrl+n New canvas.
  • alt+click Erase target stroke.

License

See the LICENSE file for license rights and limitations (CC).