mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Implement boolean simplification suggested by @iconexperiene
See https://github.com/paperjs/paper.js/issues/1054#issuecomment-222517963
This commit is contained in:
parent
83a20b4c11
commit
1f4e4f2f60
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ PathItem.inject(new function() {
|
|||
// contribution contributes to the final result or not. They are applied to
|
||||
// for each segment after the paths are split at crossings.
|
||||
var operators = {
|
||||
unite: { 0: true, 1: true },
|
||||
unite: { 1: true },
|
||||
intersect: { 2: true },
|
||||
subtract: { 1: true },
|
||||
exclude: { 1: true }
|
||||
|
|
Loading…
Reference in a new issue