Fork of dotgrid with additional features and refractoring.
Go to file
neauoire 5096391429 Optimized interface 2020-03-24 20:40:17 +09:00
.github Create FUNDING.yml 2019-11-20 16:22:11 -05:00
links Updated readme 2020-03-24 17:00:10 +09:00
scripts Optimized interface 2020-03-24 20:39:49 +09:00
.gitignore Updated readme 2020-03-24 17:00:10 +09:00
.nojekyll Create .nojekyll 2019-11-06 20:21:07 -05:00
LICENSE.md * 2017-11-20 08:29:38 +13:00
README.txt Updated readme 2020-03-24 17:00:10 +09:00
index.html Optimized interface 2020-03-24 20:40:17 +09:00
push.sh Updated readme 2020-03-24 17:00:10 +09:00

README.txt

DOTGRID

---------------

Dotgrid is a grid-based vector drawing software designed to create logos, icons and type. 
It supports layers, the full SVG specs and additional effects such as mirroring and radial drawing. 
Dotgrid exports to both PNG and SVG files.

The application was initially created for internal use, 
and later made available as a free and open source software.

- Guide: https://100r.co/site/dotgrid.html
- Video Tutorial: https://www.youtube.com/watch?v=Xt1zYHhpypk
- Community: https://hundredrabbits.itch.io/dotgrid/community

Controls

∷        Toggle Menubar   Tab
∷        Open Theme       ^Shift+O
∷        Reset Theme      ^Backspace
File     New              ^N
File     Open             ^O
File     Save             ^S
File     Export Vector    ^E
File     Export Image     ^Shift+E
History  Undo             ^Z
History  Redo             ^Shift+Z
Stroke   Line             A
Stroke   Arc              S
Stroke   Arc Rev          D
Stroke   Bezier           F
Stroke   Close            Z
Stroke   Arc(full)        T
Stroke   Arc Rev(full)    Y
Stroke   Clear Selection  Escape
Effect   Linecap          Q
Effect   Linejoin         W
Effect   Mirror           E
Effect   Fill             R
Effect   Thicker          }
Effect   Thinner          {
Effect   Thicker +5       ]
Effect   Thinner -5       [
Manual   Add Point        Enter
Manual   Move Up          Up
Manual   Move Right       Right
Manual   Move Down        Down
Manual   Move Left        Left
Manual   Remove Point     Shift+Backspace
Manual   Remove Segment   Backspace
Layers   Foreground       ^1
Layers   Middleground     ^2
Layers   Background       ^3
Layers   Merge Layers     ^M
View     Color Picker     G
View     Toggle Grid      H

Extras

- Themes: https://github.com/hundredrabbits/Themes
- Support: https://patreon.com/100
- Pull Requests are welcome!