2017-11-05 17:33:04 +13:00
# Dotgrid
2016-12-31 14:16:25 -07:00
2017-11-05 18:26:25 +13:00
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
2017-11-05 18:26:25 +13:00
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.
2017-11-05 14:52:05 +14:00
## Controls
2017-11-05 17:33:04 +13:00
### Layer 1
2016-12-31 14:18:41 -07:00
2017-11-05 17:33:04 +13:00
- `q` Erase control points.
- `w` Erase last segment.
- `e` Export SVG file.
- `r` Close Path.
2017-01-04 11:25:40 -07:00
2017-11-05 17:33:04 +13:00
### Layer 2
2017-01-04 11:25:40 -07:00
2017-11-05 17:33:04 +13:00
- `a` Draw Arc(counter-clockwise).
- `s` Draw Arc(clockwise).
- `d` Draw Line.
- `f` Draw Bezier.
2017-11-05 14:52:05 +14:00
2017-11-05 17:33:04 +13:00
### Parametric
2017-11-05 14:52:05 +14:00
2017-11-05 17:33:04 +13:00
- `+` Increase stroke size.
- `-` Reduce stroke size.
- `/` Toggle linecap.
2017-11-05 14:52:05 +14:00
2017-11-08 10:40:13 +13:00
### Shortcuts
- `ctrl+n` New canvas.
- `alt+click` Erase target stroke.
2017-11-05 14:52:05 +14:00
## License
See the [LICENSE ](LICENSE.md ) file for license rights and limitations (CC).