Canvas icon indicating copy to clipboard operation
Canvas copied to clipboard

support gradients

Open snowchenlei opened this issue 6 years ago • 3 comments

canvas have createLinearGradient methods,But I didn't find it in this repository. Hope to support it. thanks!

snowchenlei avatar Jan 13 '20 08:01 snowchenlei

I've been watching this project for some time and I guess I mistakenly assumed all canvas API calls were actually wrapped. Is there a listing somewhere of supported and not supported API calls compared to the entire Canvas API?

RChrisCoble avatar Jan 18 '20 01:01 RChrisCoble

Yes. Please need gradients and all Canvas API calls.

akshays2112 avatar Jun 09 '20 09:06 akshays2112

One more vote for support for radial gradient https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createRadialGradient

BDmytro avatar Mar 06 '21 10:03 BDmytro