UNPKG

@tomiaa/canvas-graffiti

Version:
17 lines (16 loc) 364 B
import "./FillRect.js"; import { Arc as r } from "./Arc.js"; const e = { ...r, pointermove(o) { var t, i; (t = r.pointermove) == null || t.call(this, o), (i = this.bufferCtx) == null || i.fill(); }, pointerup(o) { var t, i; (t = r.pointerup) == null || t.call(this, o), (i = this.ctx) == null || i.fill(); } }; export { e as FillArc };