✨open/closed subpaths
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
browser ⟩ canvas ⟩ examples ⟩ open/closed subpaths
💾 replit: open/closed subpaths
// draw on <canvas>
drawOnCanvas2D('#playground', (ctx) => {
const dx = 10;
ctx.lineWidth = 10; // stroke width
ctx.fillStyle =