mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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 placedSymbol = new PlacedSymbol(symbol);
|
||||
|
||||
// These tests currently fail because we haven't implemented
|
||||
// Item#strokeBounds yet.
|
||||
compareRectangles(placedSymbol.bounds,
|
||||
new Rectangle(-50.5, -50.5, 101, 101),
|
||||
'PlacedSymbol initial bounds.');
|
||||
|
|
Loading…
Reference in a new issue