graphics-wrapper
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -262,3 +262,3 @@ const Canvas = require("canvas"); | ||
ctx.font = `${emphasis}${emphasis.length > 0 ? " " : ""}${size-=1}px ${font}`; | ||
ctx.lineWidth = w; | ||
ctx.lineWidth = stroke; | ||
ctx.strokeText(text, x, y); | ||
@@ -265,0 +265,0 @@ }; |
{ | ||
"name": "graphics-wrapper", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A wrapper for node-canvas", | ||
@@ -5,0 +5,0 @@ "author": "Vlams", |
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
14451