Skip to content

Commit 80d9926

Browse files
committed
comment
1 parent ca20282 commit 80d9926

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

graphene/src/document.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,15 +553,14 @@ impl Document {
553553
Some([vec![DocumentChanged, CreatedLayer { path: path.clone() }], update_thumbnails_upstream(path)].concat())
554554
}
555555
Operation::BooleanOperation { operation, selected } => {
556+
// TODO: handle overlapping identical curve case
557+
// TODO: add ability to undo
556558
// TODO: proper difference
557559
// TODO: proper style selection (done?)
558-
// TODO: should generate symmetrical code
559-
// TODO: Operations on any number of shapes
560+
// TODO: could generate symmetrical code
560561
// TODO: boolean ops on any number of shapes
561-
// TODO: handle overlapping identical curve case
562562
// TODO: precision reached without intersection bug (maybe caused by separating a closed path, or dragging handles)
563563
// TODO: click on shape should drag the shape
564-
// TODO: add ability to undo
565564
let mut responses = Vec::new();
566565
if selected.len() > 1 && selected.len() < 3 {
567566
// ? apparently `selected` should be reversed

0 commit comments

Comments
 (0)