All activity
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().
Create-Conical-Gradient
A extension for Canvas to create a conical gradient pattern.