I'm trying to highlight the countries of a svg map in a specific manner. This is the result I want to achieve:
Before
After
Using the drop shadow technique provided here: https://stackoverflow.com/a/6094674, I was able to obtain a small relief effect, but I think this might not be the correct direction. How should I approach this?