@pixi/graphics
Advanced tools
Comparing version 7.2.2 to 7.2.3
@@ -355,3 +355,3 @@ 'use strict'; | ||
uniforms.translationMatrix = this.transform.worldTransform; | ||
core.Color.shared.setValue(this._tintColor).multiply([worldAlpha, worldAlpha, worldAlpha]).setAlpha(worldAlpha).toArray(uniforms.tint); | ||
core.Color.shared.setValue(this._tintColor).premultiply(worldAlpha).toArray(uniforms.tint); | ||
renderer.shader.bind(shader); | ||
@@ -358,0 +358,0 @@ renderer.geometry.bind(geometry, shader); |
{ | ||
"name": "@pixi/graphics", | ||
"version": "7.2.2", | ||
"version": "7.2.3", | ||
"main": "lib/index.js", | ||
@@ -39,6 +39,6 @@ "module": "lib/index.mjs", | ||
"peerDependencies": { | ||
"@pixi/core": "7.2.2", | ||
"@pixi/display": "7.2.2", | ||
"@pixi/sprite": "7.2.2" | ||
"@pixi/core": "7.2.3", | ||
"@pixi/display": "7.2.3", | ||
"@pixi/sprite": "7.2.3" | ||
} | ||
} |
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
572649