diff --git a/types/context.d.ts b/types/context.d.ts index 8898565..a4cfe84 100644 --- a/types/context.d.ts +++ b/types/context.d.ts @@ -4,6 +4,21 @@ export default class Context { height: number; enableMirroring: any; canvas: this; + strokeStyle; + fillStyle; + lineCap; + lineJoin; + miterLimit; + lineWidth; + globalAlpha; + font; + shadowColor; + shadowOffsetX; + shadowOffsetY; + shadowBlur; + textAlign; + textBaseline; + lineDash; getSerializedSvg(fixNamedEntities?: boolean): string; createPath(arg): any; getSvg(): SVGElement;