Is it easy to create drop shadows under shapes created with svg (vml for IE7/8 compatibility) or under shapes created with html5’s canvas? I’m looking to create an arrow with a drop shadow.
Share
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.
Here’s an svg example showing how to get a dropshadow:
The important bits are:
<filter>definition (svg filters can do a lot more than just dropshadows)url(#id)syntax filter via the CSS ‘filter’ property, or presentation attribute as in the example above