File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
- [x] Nested hidden elements are not visible in the editor but are still exported
10
10
- [ ] Shapes drawn on canvas directly are buggy
11
11
- [ ] creating a shape so that it extends beyond the canvas edges will cause it to get stuck and can leave a ghost element behind
12
- - [ ] Text cannot be edited after it is created
12
+ - [x ] Text cannot be edited after it is created
13
13
14
14
## PolyCut.Core
15
15
- [x] Fills don't ignore open paths and will attempt to fill them regardless, using a naive algorithm
16
16
- [ ] Tool diameter offset paths have a fixed resolution and do not take into account the precision setting
17
17
- [ ] Shape drawing does not take into account whether the shape is filled or not, and will always fill closed shapes
18
+ - [ ] When trying to fill text, if there are a lot of spaces in a single textbox the fill will not work properly. For example ` ABC DEF `
19
+ - * Workaround* : Use separate textboxes if there are large gaps between characters
18
20
19
21
20
22
# Pending Features
34
36
### Editor
35
37
- [ ] Manipulation features
36
38
- [X] Move
37
- - [ ] Rotate
39
+ - [X ] Rotate
38
40
- [X] Scale
39
41
- [ ] Mirror
40
42
- [X] Delete
41
43
- [ ] Duplicate
42
- - [X ] Undo/Redo
44
+ - [ ] Undo/Redo
43
45
- [ ] Align
44
46
- [ ] Group/Ungroup
45
47
- [ ] Multiple selection
You can’t perform that action at this time.
0 commit comments