How can one add drop shadows to Raphael.js objects?

后端 未结 5 625
轻奢々
轻奢々 2020-12-15 20:49

I would like to find out how to add blurry edged drop shadows to Raphael.js objects/paths. As far as I know it is not possible with the library as is but is there a work aro

5条回答
  •  隐瞒了意图╮
    2020-12-15 21:14

    You can use the Element.glow([glow]) to get a shadow effect. http://raphaeljs.com/reference.html#Element.glow

提交回复
热议问题