BlazorExtensions / Canvas

HTML5 Canvas API implementation for Microsoft Blazor
MIT License
614 stars 146 forks source link

support gradients #55

Open snowchenlei opened 4 years ago

snowchenlei commented 4 years ago

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

RChrisCoble commented 4 years ago

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?

akshays2112 commented 4 years ago

Yes. Please need gradients and all Canvas API calls.

BDmytro commented 3 years ago

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