We cannot use PaperScript extensions in tests.

This commit is contained in:
Jürg Lehni 2011-11-24 14:54:30 +01:00
parent d9777111dc
commit ee23f64642

View file

@ -108,7 +108,7 @@ test('Group#clone()', function() {
test('PointText#clone()', function() {
var pointText = new PointText(new Point(50, 50));
pointText.content = 'test';
pointText.position += 100;
pointText.position = pointText.position.add(100);
pointText.characterStyle = {
font: 'serif',
fontSize: 20