Fork of dotgrid with additional features and refractoring.
Go to file
Devine Lu Linvega d30a451574 Updated graphic
2017-11-14 10:45:38 +13:00
sources Clean handles after translation 2017-11-14 10:41:16 +13:00
.gitignore Version 1? 2017-11-05 17:33:04 +13:00
BUILD.md Improved shortcuts further 2017-11-14 08:45:31 +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 Improved shortcuts further 2017-11-14 08:45:31 +13:00
package.json Almost there 2017-11-05 14:52:05 +14:00
PREVIEW.jpg Updated graphic 2017-11-14 10:45:38 +13:00
README.md Improved shortcuts and drag/drop 2017-11-14 07:52:53 +13:00

Dotgrid

Dotgrid is a simple vector drawing application.

Guide

Clicking on the canvas will insert control points, up to 3CPs. CPs can be moved with the arrows. Clicking one of the path icons, or pressing one of the shortcuts, will draw a stroke between them. The newly created segment's handles can be moved by clicking and dragging them.

Controls

Segments

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

Parametric

  • ] Increase stroke size.
  • [ Reduce stroke size.
  • / Toggle linecap.

Commands

  • space Mirror.
  • escape Remove control points.
  • arrows Move last control point.

Shortcuts

  • ctrl+n New canvas.
  • ctrl+s Export canvas.
  • ctrl+z Delete last segment.

Mouse

  • click/drag Translate target control point.
  • click+alt Erase target control point.

License

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