@pixi/graphics
Advanced tools
Comparing version 5.4.0-rc.2 to 5.4.0-rc.3
/*! | ||
* @pixi/graphics - v5.4.0-rc.2 | ||
* Compiled Tue, 17 Nov 2020 01:47:11 UTC | ||
* @pixi/graphics - v5.4.0-rc.3 | ||
* Compiled Thu, 10 Dec 2020 03:22:17 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/graphics is licensed under the MIT License. |
/*! | ||
* @pixi/graphics - v5.4.0-rc.2 | ||
* Compiled Tue, 17 Nov 2020 01:47:11 UTC | ||
* @pixi/graphics - v5.4.0-rc.3 | ||
* Compiled Thu, 10 Dec 2020 03:22:17 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/graphics is licensed under the MIT License. |
/*! | ||
* @pixi/graphics - v5.4.0-rc.2 | ||
* Compiled Tue, 17 Nov 2020 01:47:11 UTC | ||
* @pixi/graphics - v5.4.0-rc.3 | ||
* Compiled Thu, 10 Dec 2020 03:22:17 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/graphics is licensed under the MIT License. |
@@ -314,2 +314,3 @@ /// <reference path="./global.d.ts" /> | ||
* | ||
* @instance | ||
* @method PIXI.Graphics#lineStyle | ||
@@ -462,3 +463,3 @@ * @param {number} [width=0] - width of the line to draw, will update the objects stored style | ||
*/ | ||
beginTextureFill(options: IFillStyleOptions): this; | ||
beginTextureFill(options?: IFillStyleOptions): this; | ||
/** | ||
@@ -648,3 +649,3 @@ * Applies a fill to the lines and shapes that were added since the last call to the beginFill() method. | ||
*/ | ||
destroy(options: IDestroyOptions | boolean): void; | ||
destroy(options?: IDestroyOptions | boolean): void; | ||
} | ||
@@ -1131,14 +1132,15 @@ | ||
* @memberof PIXI.graphicsUtils | ||
* @param {number} x - Center X position of the star | ||
* @param {number} y - Center Y position of the star | ||
* @param {number} points - The number of points of the star, must be > 1 | ||
* @param {number} radius - The outer radius of the star | ||
* @param {number} [innerRadius] - The inner radius between points, default half `radius` | ||
* @param {number} [rotation=0] - The rotation of the star in radians, where 0 is vertical | ||
* @return {PIXI.Graphics} This Graphics object. Good for chaining method calls | ||
*/ | ||
declare class Star extends Polygon { | ||
constructor(x: number, y: number, points: number, radius: number, innerRadius: number, rotation?: number); | ||
/** | ||
* @param {number} x - Center X position of the star | ||
* @param {number} y - Center Y position of the star | ||
* @param {number} points - The number of points of the star, must be > 1 | ||
* @param {number} radius - The outer radius of the star | ||
* @param {number} [innerRadius] - The inner radius between points, default half `radius` | ||
* @param {number} [rotation=0] - The rotation of the star in radians, where 0 is vertical | ||
*/ | ||
constructor(x: number, y: number, points: number, radius: number, innerRadius?: number, rotation?: number); | ||
} | ||
export { } |
{ | ||
"name": "@pixi/graphics", | ||
"version": "5.4.0-rc.2", | ||
"version": "5.4.0-rc.3", | ||
"main": "dist/cjs/graphics.js", | ||
@@ -28,10 +28,10 @@ "module": "dist/esm/graphics.js", | ||
"dependencies": { | ||
"@pixi/constants": "5.4.0-rc.2", | ||
"@pixi/core": "5.4.0-rc.2", | ||
"@pixi/display": "5.4.0-rc.2", | ||
"@pixi/math": "5.4.0-rc.2", | ||
"@pixi/sprite": "5.4.0-rc.2", | ||
"@pixi/utils": "5.4.0-rc.2" | ||
"@pixi/constants": "5.4.0-rc.3", | ||
"@pixi/core": "5.4.0-rc.3", | ||
"@pixi/display": "5.4.0-rc.3", | ||
"@pixi/math": "5.4.0-rc.3", | ||
"@pixi/sprite": "5.4.0-rc.3", | ||
"@pixi/utils": "5.4.0-rc.3" | ||
}, | ||
"gitHead": "fc4ca303a8f03eee754e12e0e769c263d8b19465" | ||
"gitHead": "0c48db94f0521d85cc226fc4b15f69c30d53c765" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11369
1770652
+ Added@pixi/constants@5.4.0-rc.3(transitive)
+ Added@pixi/core@5.4.0-rc.3(transitive)
+ Added@pixi/display@5.4.0-rc.3(transitive)
+ Added@pixi/math@5.4.0-rc.3(transitive)
+ Added@pixi/runner@5.4.0-rc.3(transitive)
+ Added@pixi/settings@5.4.0-rc.3(transitive)
+ Added@pixi/sprite@5.4.0-rc.3(transitive)
+ Added@pixi/ticker@5.4.0-rc.3(transitive)
+ Added@pixi/utils@5.4.0-rc.3(transitive)
+ Added@types/earcut@2.1.4(transitive)
- Removed@pixi/constants@5.4.0-rc.2(transitive)
- Removed@pixi/core@5.4.0-rc.2(transitive)
- Removed@pixi/display@5.4.0-rc.2(transitive)
- Removed@pixi/math@5.4.0-rc.2(transitive)
- Removed@pixi/runner@5.4.0-rc.2(transitive)
- Removed@pixi/settings@5.4.0-rc.2(transitive)
- Removed@pixi/sprite@5.4.0-rc.2(transitive)
- Removed@pixi/ticker@5.4.0-rc.2(transitive)
- Removed@pixi/utils@5.4.0-rc.2(transitive)
Updated@pixi/constants@5.4.0-rc.3
Updated@pixi/core@5.4.0-rc.3
Updated@pixi/display@5.4.0-rc.3
Updated@pixi/math@5.4.0-rc.3
Updated@pixi/sprite@5.4.0-rc.3
Updated@pixi/utils@5.4.0-rc.3