reactjs / react-art

React Bridge to the ART Drawing Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clipping mask with custom shape

Nutelac opened this issue · comments

Hi, can clipping mask be made with custom shape? If yes, how? Thanks.

React ART currently supports and IE8 through VML. Unfortunately, this is not possible with VML. Therefore there's no API exposed for it. If we drop IE8 support we'd likely go for a canvas-only API which would be able to support this.

Maybe you can elaborate a bit on your use case? Perhaps I can suggest another alternative solution that will work cross-browser.

commented

Can it draw a Difference Chart?
http://bl.ocks.org/mbostock/3894205