Types additions
This commit is contained in:
parent
28a92fa908
commit
da1c70ae6d
15
types/context.d.ts
vendored
15
types/context.d.ts
vendored
@ -4,6 +4,21 @@ export default class Context {
|
|||||||
height: number;
|
height: number;
|
||||||
enableMirroring: any;
|
enableMirroring: any;
|
||||||
canvas: this;
|
canvas: this;
|
||||||
|
strokeStyle;
|
||||||
|
fillStyle;
|
||||||
|
lineCap;
|
||||||
|
lineJoin;
|
||||||
|
miterLimit;
|
||||||
|
lineWidth;
|
||||||
|
globalAlpha;
|
||||||
|
font;
|
||||||
|
shadowColor;
|
||||||
|
shadowOffsetX;
|
||||||
|
shadowOffsetY;
|
||||||
|
shadowBlur;
|
||||||
|
textAlign;
|
||||||
|
textBaseline;
|
||||||
|
lineDash;
|
||||||
getSerializedSvg(fixNamedEntities?: boolean): string;
|
getSerializedSvg(fixNamedEntities?: boolean): string;
|
||||||
createPath(arg): any;
|
createPath(arg): any;
|
||||||
getSvg(): SVGElement;
|
getSvg(): SVGElement;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user