updated text shadows unit test

This commit is contained in:
ericdrowell 2012-10-06 15:22:51 -07:00
parent 82bfd9c15a
commit 07a8848098
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -2800,6 +2800,8 @@ Test.prototype.tests = {
layer.add(text);
stage.add(layer);
//console.log(layer.toDataURL());
warn(layer.toDataURL() === dataUrls['multi line text with shadows'], 'multi line text with shadows data url is incorrect');
},
'SHAPE - change font size should update text data': function(containerId) {