Fork of dotgrid with additional features and refractoring.
Go to file
2018-02-06 16:27:48 +13:00
sources Progress on implementing tools 2018-02-06 16:27:48 +13:00
.gitignore Implement serialization, clipboard 2017-11-21 22:24:25 +01:00
icon.icns New icon 2018-01-30 10:24:16 +13:00
icon.ico New icon 2018-01-30 10:24:16 +13:00
icon.svg New icon 2018-01-30 10:07:03 +13:00
LAYOUT.md Updated layout 2018-02-05 12:05:06 +13:00
LAYOUT.svg Updated layout 2018-02-05 12:05:06 +13:00
LICENSE.md * 2017-11-20 08:29:38 +13:00
main.js Progress on new serialization, and multi vertex edit.(incomplete) 2018-02-06 12:39:25 +13:00
package.json Can now hide control points. 2018-01-20 09:54:44 +13:00
PREVIEW.jpg Updated graphic 2017-11-14 10:45:38 +13:00
README.md Updated layout 2018-02-05 12:05:06 +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

default Mode

File

  • New: CmdOrCtrl+N
  • Open: CmdOrCtrl+O
  • Save: CmdOrCtrl+S

Edit

  • Insert: I
  • Copy: CmdOrCtrl+C
  • Paste: CmdOrCtrl+V
  • Undo: CmdOrCtrl+Z
  • Redo: CmdOrCtrl+Shift+Z
  • Delete: Backspace
  • Move Up: Up
  • Move Down: Down
  • Move Left: Left
  • Move Right: Right
  • Deselect: Esc

Stroke

  • Line: A
  • Arc: S
  • Arc Rev: D
  • Bezier: F
  • Connect: Z

Effect

  • Thicker: }
  • Thinner: {
  • Thicker +5: ]
  • Thinner -5: [
  • Linecap: Y
  • Linejoin: T
  • Mirror: Space
  • Fill: G

View

  • Tools: U
  • Grid: H
  • Control Points: J
  • Expert Mode: :

Extras

  • Download additional themes.
  • Support this project through Patreon.
  • See the License file for license rights and limitations (MIT).