36 lines
803 B
Markdown
36 lines
803 B
Markdown
# Dotgrid
|
|
|
|
Dotgrid is a simple vector drawing application.
|
|
|
|
<img src='https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg' width="600"/>
|
|
|
|
## Guide
|
|
|
|
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.
|
|
|
|
## Controls
|
|
|
|
### Layer 1
|
|
|
|
- `q` Erase control points.
|
|
- `w` Erase last segment.
|
|
- `e` Export SVG file.
|
|
- `r` Close Path.
|
|
|
|
### Layer 2
|
|
|
|
- `a` Draw Arc(counter-clockwise).
|
|
- `s` Draw Arc(clockwise).
|
|
- `d` Draw Line.
|
|
- `f` Draw Bezier.
|
|
|
|
### Parametric
|
|
|
|
- `+` Increase stroke size.
|
|
- `-` Reduce stroke size.
|
|
- `/` Toggle linecap.
|
|
|
|
## License
|
|
|
|
See the [LICENSE](LICENSE.md) file for license rights and limitations (CC).
|