Skip to content

Commit ec96a4a

Browse files
committed
Merge branch 'master' of https://github.com/IridiumIO/PolyCut
2 parents ebc0b4b + 2aa9de3 commit ec96a4a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

PolyCut.Core/Issues.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
- [x] Nested hidden elements are not visible in the editor but are still exported
1010
- [ ] Shapes drawn on canvas directly are buggy
1111
- [ ] 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
1313

1414
## PolyCut.Core
1515
- [x] Fills don't ignore open paths and will attempt to fill them regardless, using a naive algorithm
1616
- [ ] Tool diameter offset paths have a fixed resolution and do not take into account the precision setting
1717
- [ ] 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
1820

1921

2022
# Pending Features
@@ -34,12 +36,12 @@
3436
### Editor
3537
- [ ] Manipulation features
3638
- [X] Move
37-
- [ ] Rotate
39+
- [X] Rotate
3840
- [X] Scale
3941
- [ ] Mirror
4042
- [X] Delete
4143
- [ ] Duplicate
42-
- [X] Undo/Redo
44+
- [ ] Undo/Redo
4345
- [ ] Align
4446
- [ ] Group/Ungroup
4547
- [ ] Multiple selection

0 commit comments

Comments
 (0)