Skip to content

Commit cb1b108

Browse files
83N17083N170
authored andcommitted
Move details from changelog to docs
1 parent 7e6c000 commit cb1b108

2 files changed

Lines changed: 40 additions & 7 deletions

File tree

changelog.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,10 @@ Template for new versions:
1616

1717
## New Features
1818

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.
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
2420

2521
## Fixes
2622

27-
- `gui/design`: reduced diameter of star as thickness increases to remain within bounding box
28-
2923
## Misc Improvements
3024

3125
## Removed

docs/gui/design.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,45 @@ Usage
1717

1818
gui/design
1919

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+
2059
Overlay
2160
-------
2261

0 commit comments

Comments
 (0)