SVG Shadows
Please allow us to add drop-shadow to shapes.
1
vote

We’ve added support for drop-shadow to all of our content blocks now.
1 comment
-
Christopher Fitch commented
In the CSS editor add the following. Then set the class of the object to svg-shadow. It would be much better if these options were built-in but CSS and setting the class is a good workaround.
.slides .svg-shadow {
filter: drop-shadow( 5px 5px 10px rgba(0,0,0,0.4));
}