mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Change array format.
This commit is contained in:
parent
d442ab1d71
commit
0305c91e8c
1 changed files with 5 additions and 5 deletions
|
@ -165,8 +165,8 @@ Raster = Item.extend({
|
||||||
x, y,
|
x, y,
|
||||||
x + width, y,
|
x + width, y,
|
||||||
x + width, y + height,
|
x + width, y + height,
|
||||||
x, y + height];
|
x, y + height
|
||||||
this.matrix.preConcatenate(matrix);
|
];
|
||||||
this.matrix.transform(coords, 0, coords, 0, 4);
|
this.matrix.transform(coords, 0, coords, 0, 4);
|
||||||
|
|
||||||
var xMin = coords[0], xMax = coords[0];
|
var xMin = coords[0], xMax = coords[0];
|
||||||
|
|
Loading…
Reference in a new issue