mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Use native method for #contains() until the new winding code is ready.
Providing a temporary fix for #400.
This commit is contained in:
parent
ea0147fe85
commit
f95982c365
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ var __options = {
|
|||
fatline: true,
|
||||
paperscript: true,
|
||||
palette: true,
|
||||
nativeContains: false,
|
||||
nativeContains: true,
|
||||
debug: false
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue