text shadows now work correctly again

This commit is contained in:
ericdrowell
2012-10-06 15:19:33 -07:00
parent a3840fdc69
commit 82bfd9c15a
4 changed files with 6 additions and 6 deletions

View File

@@ -2787,7 +2787,7 @@ Test.prototype.tests = {
padding: 20,
align: 'center',
shadow: {
color: 'black',
color: 'red',
blur: 1,
offset: [10, 10],
opacity: 0.5
@@ -2796,7 +2796,7 @@ Test.prototype.tests = {
draggable: true,
detectionType: 'path'
});
layer.add(text);
stage.add(layer);