How to use svg filters with raphael js?

前端 未结 3 2000
清歌不尽
清歌不尽 2021-01-13 10:02

i would like to know, which techniques should i use to apply svg filters to raphael paths?

I know that raphael tries to be as much cross browser with IE it can, but

3条回答
  •  执念已碎
    2021-01-13 10:33

    It's quite possible to extend Raphaël to add svg filters, for blur look at raphael.blur.js. That can serve as a starting point for adding other filter effects. For a bit more info on filters (along with examples) see the SVG Primer.

提交回复
热议问题