🔳<canvas>

browser ⟩ canvas

circle-check
circle-info

Most of the Canvas drawing API is defined not on the element itself, but instead on a “drawing context” object obtained with HTMLCanvasElement.getContext()arrow-up-right.

circle-info

<canvas>arrow-up-right only supports two primitive shapes: rectangle and path.

circle-exclamation

Last updated