mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
default shadow opacity should be 1. fix #696
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user