I found some drop shadows plugins based on blur or glow, also stroke opacity, but this is only simulation, and can’t be used in case of inner shadow.
Also there is no simple filter in SVG specification, so you can’t simply take advantage on it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I wrote my own plugin based on this two links:
https://github.com/dahoo/raphael.dropshadow.js
http://svgquickref.com/properties/filter/inner-shadow/index.html
HTML code (usage):
Plugin code: