Skip to content

Commit 58e7eed

Browse files
committed
LineColor property is actually numeric.
1 parent 6c7c0cb commit 58e7eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/pixi.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ declare module PIXI {
614614
fillAlpha: number;
615615
isMask: boolean;
616616
lineWidth: number;
617-
lineColor: string;
617+
lineColor: number;
618618
tint: number;
619619
worldAlpha: number;
620620

0 commit comments

Comments
 (0)