I tried to add a drop-shadow with CSS inside the SVG without success – see attached files. Which way do I need to go to add a drop-shadow to a SVG path?
Thanks,
Tobias
Thanks,
Tobias
#bookshadowPath {
filter: drop-shadow(2.4mm 2.8mm 1.63mm rgba(0,0,0,0.8));
}