mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
PlacedSymbol tests: remove comment.
This commit is contained in:
parent
f5e9ad2e85
commit
de22e48ef2
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ test('placedSymbol bounds', function() {
|
||||||
var symbol = new Symbol(path);
|
var symbol = new Symbol(path);
|
||||||
var placedSymbol = new PlacedSymbol(symbol);
|
var placedSymbol = new PlacedSymbol(symbol);
|
||||||
|
|
||||||
// These tests currently fail because we haven't implemented
|
|
||||||
// Item#strokeBounds yet.
|
|
||||||
compareRectangles(placedSymbol.bounds,
|
compareRectangles(placedSymbol.bounds,
|
||||||
new Rectangle(-50.5, -50.5, 101, 101),
|
new Rectangle(-50.5, -50.5, 101, 101),
|
||||||
'PlacedSymbol initial bounds.');
|
'PlacedSymbol initial bounds.');
|
||||||
|
|
Loading…
Reference in a new issue