mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix test.
This commit is contained in:
parent
b4807b9b7c
commit
6afba408c5
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ module('Placed Symbol');
|
|||
|
||||
test('placedSymbol bounds', function() {
|
||||
var path = new Path.Circle([50, 50], 50);
|
||||
path.strokeColor = 'black';
|
||||
path.strokeWidth = 1;
|
||||
path.strokeCap = 'round';
|
||||
path.strokeJoin = 'round';
|
||||
|
|
Loading…
Reference in a new issue