canvacord
Advanced tools
Comparing version 5.4.7 to 5.4.8
{ | ||
"name": "canvacord", | ||
"version": "5.4.7", | ||
"version": "5.4.8", | ||
"description": "Powerful image manipulation package for beginners.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -560,3 +560,3 @@ const Canvas = require("@napi-rs/canvas"); | ||
if (this.data.progressBar.bar.type === "gradient") { | ||
let gradientContext = ctx.createRadialGradient(this._calculateProgress, 0, 500, 0); | ||
let gradientContext = ctx.createRadialGradient(this._calculateProgress, 0, 500, 0, 0, 0); | ||
this.data.progressBar.bar.color.forEach((color, index) => { | ||
@@ -563,0 +563,0 @@ gradientContext.addColorStop(index, color); |
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
220964