We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c350d21 commit 7008942Copy full SHA for 7008942
1 file changed
typescript/pixi.d.ts
@@ -1,4 +1,4 @@
1
-// Type definitions for PIXI 2.2.7 2015-03-03
+// Type definitions for PIXI 2.2.8 2015-03-24
2
// Project: https://github.com/GoodBoyDigital/pixi.js/
3
4
declare module PIXI {
@@ -134,6 +134,7 @@ declare module PIXI {
134
dropShadowDistance?: number;
135
fill?: string;
136
font?: string;
137
+ lineJoin?: string;
138
stroke?: string;
139
strokeThickness?: number;
140
wordWrap?: boolean;
@@ -677,7 +678,7 @@ declare module PIXI {
677
678
target: Sprite;
679
originalEvent: Event;
680
- getLocalPosition(displayObject: DisplayObject): Point;
681
+ getLocalPosition(displayObject: DisplayObject, point?: Point, globalPos?: Point): Point;
682
683
}
684
0 commit comments