You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,16 @@ Template for new versions:
16
16
17
17
## New Features
18
18
19
-
- `gui/design`: add option to draw N-point stars, hollow or filled or inverted, and change the main axis to orient in any direction
19
+
- `gui/design`: add new option to draw N-point stars.
20
+
- The default has 5 points, use 'B'/'b' to increase/decrease points.
21
+
- They can be hollow or filled, and inverted.
22
+
- The next-point offset can be increased/decreased using 'N'/'n' which particularly affects 7 point stars and above to make them spikier or smoother, but can also be used to decrease to 1 to make symmetrical polygons or increase to N which only paints the vertexes.
23
+
- The orientation can be changed by adding a main axis point using 'v' and moving this to point in the desired direction.
20
24
21
25
## Fixes
22
26
27
+
- `gui/design`: reduced diameter of star as thickness increases to remain within bounding box
0 commit comments