Fix test.

This commit is contained in:
Jonathan Puckey 2011-05-18 20:08:52 +02:00
parent b4807b9b7c
commit 6afba408c5

View file

@ -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';