ben parks

ben parks

Stupid in everithing...

Forums

ben parks

5yr ago

Create-Conical-Gradient - A extension for Canvas to create a conical gradient pattern.

CSS3 already supports the conical gradients by `conic-gradient`, but unfortunately, HTML Canvas API does not yet. You can use this extension to implement that by a method similar to ctx.createLinearGradient() and ctx.createRadialGradient().