pointvec/README.txt

62 lines
1.8 KiB
Plaintext
Raw Normal View History

2020-03-24 01:41:27 +00:00
DOTGRID
2020-03-24 01:42:52 +00:00
---------------
2020-03-24 01:41:27 +00:00
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.
2020-03-24 08:00:10 +00:00
2020-03-24 01:41:27 +00:00
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
2020-03-24 08:00:10 +00:00
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
2020-03-24 01:41:27 +00:00
Extras
- Themes: https://github.com/hundredrabbits/Themes
2020-03-24 01:42:52 +00:00
- Support: https://patreon.com/100
2020-03-24 01:41:27 +00:00
- Pull Requests are welcome!