diff --git a/.gitignore b/.gitignore index 8c61013..032286e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules/ builds/ -package-lock.json +.DS_Store +*/.DS_Store +debug.* \ No newline at end of file diff --git a/README.txt b/README.txt index 3bde862..883a9ad 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ 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. @@ -13,6 +13,48 @@ and later made available as a free and open source software. - 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 diff --git a/index.html b/index.html index cf3fbfc..82f4424 100644 --- a/index.html +++ b/index.html @@ -10,15 +10,38 @@