default shadow opacity should be 1. fix #696

This commit is contained in:
Лаврёнов Антон
2014-03-07 19:13:52 +08:00
parent 6db2694637
commit 452c99cb4e
2 changed files with 2 additions and 2 deletions

View File

@@ -561,7 +561,7 @@
absOpacity = shape.getAbsoluteOpacity(),
color = util.get(shape.getShadowColor(), 'black'),
blur = util.get(shape.getShadowBlur(), 5),
shadowOpacity = util.get(shape.getShadowOpacity(), 0),
shadowOpacity = util.get(shape.getShadowOpacity(), 1),
offset = util.get(shape.getShadowOffset(), {
x: 0,
y: 0