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`