Fix text unit test

This commit is contained in:
kangax 2013-04-04 14:03:08 +02:00
parent 4e74f4d7ab
commit 5a3d59c3a7

View file

@ -16,7 +16,7 @@
'height': 52,
'fill': 'rgb(0,0,0)',
'overlayFill': null,
'stroke': null,
'stroke': '',
'strokeWidth': 1,
'strokeDashArray': null,
'scaleX': 1,
@ -43,7 +43,6 @@
'textShadow': '',
'textAlign': 'left',
'path': null,
'strokeStyle': '',
'backgroundColor': '',
'textBackgroundColor': '',
'useNative': true
@ -218,4 +217,4 @@
equal('foobar', text.get('fontFamily'));
});
})();
})();