Fork of dotgrid with additional features and refractoring.
sources | ||
.gitignore | ||
icon.icns | ||
icon.ico | ||
icon.svg | ||
LAYOUT.md | ||
LAYOUT.svg | ||
LICENSE.md | ||
main.js | ||
package.json | ||
PREVIEW.jpg | ||
README.md |
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
- Mirror:
Space
- Fill:
G
View
- Tools:
U
- Grid:
H
- Control Points:
J
- Expert Mode:
: