mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-13 06:29:11 -04:00
parent
7a6ee5d5f4
commit
ecfa09e676
2 changed files with 6 additions and 4 deletions
src/project
|
@ -674,8 +674,7 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{
|
|||
this._updateVersion++;
|
||||
ctx.save();
|
||||
matrix.applyToContext(ctx);
|
||||
// Use new Base() so we can use param.extend() to easily override
|
||||
// values
|
||||
// Use new Base() so we can use param.extend() to easily override values
|
||||
var param = new Base({
|
||||
offset: new Point(0, 0),
|
||||
pixelRatio: pixelRatio,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue