mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-27 06:10:14 -04:00
Update prepro.js to version that can evaluate whole expressions, and fix a newly introduced issue with it.
This commit is contained in:
parent
0060f629ae
commit
9d7ec13724
23 changed files with 93 additions and 93 deletions
src/basic
|
@ -106,7 +106,7 @@ var Matrix = Base.extend(/** @lends Matrix# */{
|
|||
if (owner._applyMatrix) {
|
||||
owner.transform(null, true);
|
||||
} else {
|
||||
owner._changed(/*#=*/ Change.GEOMETRY);
|
||||
owner._changed(/*#=*/Change.GEOMETRY);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue