mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix PointText#point test.
This commit is contained in:
parent
f2d7b85616
commit
a1ec8b7db1
1 changed files with 2 additions and 1 deletions
|
@ -316,7 +316,8 @@ function compareItems(item, item2, checkIdentity) {
|
||||||
return item.point != item2.point;
|
return item.point != item2.point;
|
||||||
}, true);
|
}, true);
|
||||||
}
|
}
|
||||||
equals(item.point.toString(), item2.point.toString(), checkIdentity);
|
equals(item.point.toString(), item2.point.toString(),
|
||||||
|
'Compare Item#point');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.style) {
|
if (item.style) {
|
||||||
|
|
Loading…
Reference in a new issue