We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lib.es6.d.ts is missing a 'fill' method for CanvasRenderingContext2D that takes a 'Path2D'
Please add the following to the CanvasRenderingContext2D interface: fill(path: Path2D, fillRule?: CanvasFillRule): void
fill(path: Path2D, fillRule?: CanvasFillRule): void