Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pixi/graphics

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/graphics - npm Package Compare versions

Comparing version 5.4.0-rc.2 to 5.4.0-rc.3

4

dist/browser/graphics.min.js
/*!
* @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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc