react-art icon indicating copy to clipboard operation
react-art copied to clipboard

Clipping mask with custom shape

Open Nutelac opened this issue 11 years ago • 2 comments

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

Nutelac avatar Sep 16 '14 19:09 Nutelac

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.

sebmarkbage avatar Oct 08 '14 09:10 sebmarkbage

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

sherdeadlock avatar Jan 29 '16 07:01 sherdeadlock