@pixi/sprite
Advanced tools
Comparing version 5.3.2 to 5.3.3
/*! | ||
* @pixi/sprite - v5.3.2 | ||
* Compiled Mon, 27 Jul 2020 16:20:05 UTC | ||
* @pixi/sprite - v5.3.3 | ||
* Compiled Tue, 04 Aug 2020 16:23:09 UTC | ||
* | ||
@@ -667,10 +667,10 @@ * @pixi/sprite is licensed under the MIT License. | ||
/** | ||
* The anchor sets the origin point of the text. The default value is taken from the {@link PIXI.Texture|Texture} | ||
* The anchor sets the origin point of the sprite. The default value is taken from the {@link PIXI.Texture|Texture} | ||
* and passed to the constructor. | ||
* | ||
* The default is `(0,0)`, this means the text's origin is the top left. | ||
* The default is `(0,0)`, this means the sprite's origin is the top left. | ||
* | ||
* Setting the anchor to `(0.5,0.5)` means the text's origin is centered. | ||
* Setting the anchor to `(0.5,0.5)` means the sprite's origin is centered. | ||
* | ||
* Setting the anchor to `(1,1)` would mean the text's origin point will be the bottom right corner. | ||
* Setting the anchor to `(1,1)` would mean the sprite's origin point will be the bottom right corner. | ||
* | ||
@@ -677,0 +677,0 @@ * If you pass only single parameter, it will set both x and y to the same value as shown in the example below. |
/*! | ||
* @pixi/sprite - v5.3.2 | ||
* Compiled Mon, 27 Jul 2020 16:20:05 UTC | ||
* @pixi/sprite - v5.3.3 | ||
* Compiled Tue, 04 Aug 2020 16:23:09 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/sprite is licensed under the MIT License. |
/*! | ||
* @pixi/sprite - v5.3.2 | ||
* Compiled Mon, 27 Jul 2020 16:20:05 UTC | ||
* @pixi/sprite - v5.3.3 | ||
* Compiled Tue, 04 Aug 2020 16:23:09 UTC | ||
* | ||
@@ -508,10 +508,10 @@ * @pixi/sprite is licensed under the MIT License. | ||
/** | ||
* The anchor sets the origin point of the text. The default value is taken from the {@link PIXI.Texture|Texture} | ||
* The anchor sets the origin point of the sprite. The default value is taken from the {@link PIXI.Texture|Texture} | ||
* and passed to the constructor. | ||
* | ||
* The default is `(0,0)`, this means the text's origin is the top left. | ||
* The default is `(0,0)`, this means the sprite's origin is the top left. | ||
* | ||
* Setting the anchor to `(0.5,0.5)` means the text's origin is centered. | ||
* Setting the anchor to `(0.5,0.5)` means the sprite's origin is centered. | ||
* | ||
* Setting the anchor to `(1,1)` would mean the text's origin point will be the bottom right corner. | ||
* Setting the anchor to `(1,1)` would mean the sprite's origin point will be the bottom right corner. | ||
* | ||
@@ -518,0 +518,0 @@ * If you pass only single parameter, it will set both x and y to the same value as shown in the example below. |
/*! | ||
* @pixi/sprite - v5.3.2 | ||
* Compiled Mon, 27 Jul 2020 16:20:05 UTC | ||
* @pixi/sprite - v5.3.3 | ||
* Compiled Tue, 04 Aug 2020 16:23:09 UTC | ||
* | ||
@@ -512,10 +512,10 @@ * @pixi/sprite is licensed under the MIT License. | ||
/** | ||
* The anchor sets the origin point of the text. The default value is taken from the {@link PIXI.Texture|Texture} | ||
* The anchor sets the origin point of the sprite. The default value is taken from the {@link PIXI.Texture|Texture} | ||
* and passed to the constructor. | ||
* | ||
* The default is `(0,0)`, this means the text's origin is the top left. | ||
* The default is `(0,0)`, this means the sprite's origin is the top left. | ||
* | ||
* Setting the anchor to `(0.5,0.5)` means the text's origin is centered. | ||
* Setting the anchor to `(0.5,0.5)` means the sprite's origin is centered. | ||
* | ||
* Setting the anchor to `(1,1)` would mean the text's origin point will be the bottom right corner. | ||
* Setting the anchor to `(1,1)` would mean the sprite's origin point will be the bottom right corner. | ||
* | ||
@@ -522,0 +522,0 @@ * If you pass only single parameter, it will set both x and y to the same value as shown in the example below. |
{ | ||
"name": "@pixi/sprite", | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"main": "lib/sprite.js", | ||
@@ -27,10 +27,10 @@ "module": "lib/sprite.es.js", | ||
"dependencies": { | ||
"@pixi/constants": "5.3.2", | ||
"@pixi/core": "5.3.2", | ||
"@pixi/display": "5.3.2", | ||
"@pixi/math": "5.3.2", | ||
"@pixi/settings": "5.3.2", | ||
"@pixi/utils": "5.3.2" | ||
"@pixi/constants": "5.3.3", | ||
"@pixi/core": "5.3.3", | ||
"@pixi/display": "5.3.3", | ||
"@pixi/math": "5.3.3", | ||
"@pixi/settings": "5.3.3", | ||
"@pixi/utils": "5.3.3" | ||
}, | ||
"gitHead": "65d011d061b877e32a45dc326928564a48f4fb12" | ||
"gitHead": "6b3e881673511c885e3ef834e558c68771bb8b77" | ||
} |
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 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
259868
+ Added@pixi/constants@5.3.3(transitive)
+ Added@pixi/core@5.3.3(transitive)
+ Added@pixi/display@5.3.3(transitive)
+ Added@pixi/math@5.3.3(transitive)
+ Added@pixi/runner@5.3.3(transitive)
+ Added@pixi/settings@5.3.3(transitive)
+ Added@pixi/ticker@5.3.3(transitive)
+ Added@pixi/utils@5.3.3(transitive)
- Removed@pixi/constants@5.3.2(transitive)
- Removed@pixi/core@5.3.2(transitive)
- Removed@pixi/display@5.3.2(transitive)
- Removed@pixi/math@5.3.2(transitive)
- Removed@pixi/runner@5.3.2(transitive)
- Removed@pixi/settings@5.3.2(transitive)
- Removed@pixi/ticker@5.3.2(transitive)
- Removed@pixi/utils@5.3.2(transitive)
Updated@pixi/constants@5.3.3
Updated@pixi/core@5.3.3
Updated@pixi/display@5.3.3
Updated@pixi/math@5.3.3
Updated@pixi/settings@5.3.3
Updated@pixi/utils@5.3.3