Take clip mode into account when calculating box shadow rectangle
7439fb7
A positive spread value makes an inset shadow smaller, so take the clip mode into account when computing the box shadow size. Fixes #183 v2: Don't introduce extra variable.