How do you add a shadow to a shape in KineticJS? I would like to have draggable shapes with shadows.
(1) Do I have to create a second shape to act as a shadow and have that move as well?
(2) Alternatively, how do you access the Kinetic shape itself to add the shadow later using the standard Canvas attributes?












