Fix n-gon intersection (#342)

* Fix n-gon intersection

* Fix not all layers selected with box selection

* Code golf for TrueDoctor
This commit is contained in:
Paul Kupper
2021-08-11 14:58:10 -07:00
committed by GitHub
parent 01e66bcf79
commit 9cd6d57337
3 changed files with 20 additions and 27 deletions
Generated
+1 -1
View File
@@ -168,7 +168,7 @@ dependencies = [
[[package]]
name = "kurbo"
version = "0.8.1"
source = "git+https://github.com/linebender/kurbo#0ef68211223b956942c4a5834d66a2625cb8d575"
source = "git+https://github.com/GraphiteEditor/kurbo.git#feb9ef74f841fcc5890bfe6ae763fbb986c80490"
dependencies = [
"arrayvec",
"serde",