This commit is contained in:
Devine Lu Linvega 2018-05-12 10:30:27 +12:00
parent bacb523558
commit c40b266076

View File

@ -1,12 +1,12 @@
# Dotgrid
Dotgrid is a simple vector drawing application.
[Dotgrid](http://wiki.xxiivv.com/dotgrid) is a simple vector drawing application.
<img src='https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg' width="600"/>
## 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.
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.
Hold `shift` to drag entire layer, hold `alt` to delete a vertex.