2017-11-05 17:33:04 +13:00
# Dotgrid
2016-12-31 14:16:25 -07:00
2018-05-12 10:30:27 +12:00
[Dotgrid ](http://wiki.xxiivv.com/dotgrid ) is a simple vector drawing application.
2016-12-31 14:16:25 -07:00
2017-11-05 17:33:04 +13:00
< img src = 'https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg' width = "600" / >
2016-12-31 14:18:41 -07:00
2017-11-05 14:52:05 +14:00
## Guide
2018-05-12 10:30:27 +12:00
Clicking on the canvas will insert **control points** . 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.
2017-11-05 18:26:25 +13:00
2018-03-21 20:35:28 +13:00
Hold `shift` to drag entire layer, hold `alt` to delete a vertex.
2018-01-14 11:13:05 +13:00
## Controls
2018-01-30 09:48:58 +13:00
### File
- New: `CmdOrCtrl+N`
- Open: `CmdOrCtrl+O`
2018-05-11 11:21:43 +12:00
- Save(.grid): `CmdOrCtrl+S`
- Render(.png): `CmdOrCtrl+R`
- Export(.svg): `CmdOrCtrl+E`
- Build Icons: `CmdOrCtrl+B`
2018-01-30 09:48:58 +13:00
### Edit
- Copy: `CmdOrCtrl+C`
2018-02-19 15:29:07 +13:00
- Cut: `CmdOrCtrl+X`
2018-01-30 09:48:58 +13:00
- Paste: `CmdOrCtrl+V`
- Undo: `CmdOrCtrl+Z`
2018-02-01 09:21:59 +13:00
- Redo: `CmdOrCtrl+Shift+Z`
2018-01-30 09:48:58 +13:00
- Delete: `Backspace`
- Deselect: `Esc`
### Stroke
- Line: `A`
- Arc: `S`
- Arc Rev: `D`
- Bezier: `F`
2018-05-11 11:21:43 +12:00
- Close: `Z`
2018-01-30 09:48:58 +13:00
### Effect
2018-02-07 09:48:04 +13:00
- Linecap: `Q`
- Linejoin: `W`
- Mirror: `E`
2018-03-21 20:10:09 +13:00
- Fill: `R`
2018-05-08 11:43:31 +12:00
- Color: `G`
2018-01-30 09:48:58 +13:00
- Thicker: `}`
- Thinner: `{`
- Thicker +5: `]`
- Thinner -5: `[`
2018-02-07 09:48:04 +13:00
2018-05-08 11:43:31 +12:00
### Manual
- Add Point: `Enter`
- Move Up: `Up`
- Move Right: `Right`
- Move Down: `Down`
- Move Left: `Left`
- Remove Point: `CmdOrCtrl+Backspace`
2018-02-07 09:48:04 +13:00
### Layers
2018-03-07 13:50:41 +13:00
- Foreground: `CmdOrCtrl+1`
- Middleground: `CmdOrCtrl+2`
- Background: `CmdOrCtrl+3`
2018-01-30 09:48:58 +13:00
### View
- Tools: `U`
- Grid: `H`
2018-02-19 15:29:07 +13:00
### Mode
2018-03-07 13:50:41 +13:00
- Picker: `CmdOrCtrl+P`
2018-02-19 15:29:07 +13:00
2018-05-11 11:21:43 +12:00
< img src = 'https://cdn.rawgit.com/hundredrabbits/Dotgrid/master/LAYOUT.svg?v=5' width = "600" / >
2017-11-08 10:40:13 +13:00
2017-12-27 11:22:02 +13:00
## Extras
2017-11-27 17:53:19 +13:00
2017-12-27 11:22:02 +13:00
- Download additional [themes ](https://github.com/hundredrabbits/Themes ).
- Support this project through [Patreon ](https://patreon.com/100 ).
- See the [License ](LICENSE.md ) file for license rights and limitations (MIT).
2018-08-11 09:39:22 +12:00
- Pull Requests are welcome!