|
17 | 17 |
|
18 | 18 | gui/design |
19 | 19 |
|
| 20 | +Shapes |
| 21 | +------ |
| 22 | + |
| 23 | +- Rectangle |
| 24 | + - They can be hollow or filled using 'h'. |
| 25 | + - When hollow line thickness can be increased/decreased using 'T'/'t'. |
| 26 | + - They can be inverted using 'i'. |
| 27 | +- Ellipse |
| 28 | + - They can be hollow or filled using 'h'. |
| 29 | + - When hollow line thickness can be increased/decreased using 'T'/'t'. |
| 30 | + - They can be inverted using 'i'. |
| 31 | +- Star |
| 32 | + - The default has 5 points, use 'B'/'b' to increase/decrease points. |
| 33 | + - They can be hollow or filled using 'h'. |
| 34 | + - When hollow line thickness can be increased/decreased using 'T'/'t'. |
| 35 | + - They can be inverted using 'i'. |
| 36 | + - The next-point offset can be increased/decreased using 'N'/'n' which |
| 37 | + particularly affects 7 point stars and above to make them spikier or |
| 38 | + smoother, but can also be used to decrease to 1 to make symmetrical |
| 39 | + polygons or increase to N which only paints the vertexes. |
| 40 | + - The orientation can be changed by adding a main axis point using 'v' and |
| 41 | + moving this to point in the desired direction. |
| 42 | +- Rows |
| 43 | + - Vertical rows can be toggled using 'v'. |
| 44 | + - Horizontal rows can be toggled using 'h'. |
| 45 | + - Spacing can be increased/decreased using 'T'/'t'. |
| 46 | + - They can be inverted using 'i'. |
| 47 | +- Diagonal |
| 48 | + - Direction can be reversed using 'r'. |
| 49 | + - Spacing can be increased/decreased using 'T'/'t'. |
| 50 | + - They can be inverted using 'i'. |
| 51 | +- Line |
| 52 | + - Line thickness can be increased/decreased using 'T'/'t'. |
| 53 | + - Can be curved by adding one or more control points using 'v'. |
| 54 | +- FreeForm |
| 55 | + - Can be toggled open multi-line sequence or closed polygon using 'y' |
| 56 | + - Line thickness can be increased/decreased using 'T'/'t'. |
| 57 | + |
| 58 | + |
20 | 59 | Overlay |
21 | 60 | ------- |
22 | 61 |
|
|
0 commit comments