Fork of dotgrid with additional features and refractoring.
Go to file
Aarni Koskela 1920112500 perf: Draw grid as a single path
Drawing the grid as a single path is much more efficient than each
marker having their own path that's begun, filled, and closed,
especially when there are plenty of them.
2020-05-18 09:48:25 +03: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 perf: Draw grid as a single path 2020-05-18 09:48:25 +03: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 Added extra docs 2020-04-22 08:19:14 +09:00
index.html perf: Draw grid as a single path 2020-05-18 09:48:25 +03: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

Drag

- Hold Shift to drag a segment.
- Hold Alt to drag all segments.
- Right-click to delete a vertex.

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
Edit     Undo             ^Z
Edit     Redo             ^Shift+Z
View     Color Picker     G
View     Toggle Grid      H
View     Toggle Tools     ^H
Layers   Foreground       ^1
Layers   Middleground     ^2
Layers   Background       ^3
Layers   Merge Layers     ^M
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
Stroke   Erase Segment    Backspace
Control  Add Point        Enter
Control  Move Up          Up
Control  Move Right       Right
Control  Move Down        Down
Control  Move Left        Left
Control  Remove Point     X
Style    Linecap          Q
Style    Linejoin         W
Style    Mirror           E
Style    Fill             R
Style    Thicker          }
Style    Thinner          {
Style    Thicker +5       ]
Style    Thinner -5       [

Extras

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