From c40b2660766a1217a073b1efb2fd2d4c74eed3f0 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sat, 12 May 2018 10:30:27 +1200 Subject: [PATCH] * --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bff861..a6c21fd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Dotgrid -Dotgrid is a simple vector drawing application. +[Dotgrid](http://wiki.xxiivv.com/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. +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.