Comparing version 1.1.1 to 1.1.2
@@ -24,6 +24,6 @@ const calcWidth = require('./calc-text-width.js').Verdana11 | ||
<g fill="#fff" text-anchor="start" font-family="DejaVu Sans,Verdana,sans-serif" font-size="11"> | ||
<text x="6" y="14" fill="#000" opacity="0.2">${subject}</text> | ||
<text x="5" y="13">${subject}</text> | ||
<text x="${stTextStart + 1}" y="14" fill="#000" opacity="0.2">${status}</text> | ||
<text x="${stTextStart}" y="13">${status}</text> | ||
<text x="6" y="14.8" fill="#000" opacity="0.2">${subject}</text> | ||
<text x="5" y="13.8">${subject}</text> | ||
<text x="${stTextStart + 1}" y="14.8" fill="#000" opacity="0.2">${status}</text> | ||
<text x="${stTextStart}" y="13.8">${status}</text> | ||
</g><script/> | ||
@@ -30,0 +30,0 @@ </svg> |
{ | ||
"name": "badgen", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Hand-crafted badge generator.", | ||
@@ -11,2 +11,3 @@ "author": "Amio <amio.cn@gmail.com>", | ||
"bench": "node bench/index.js", | ||
"preview": "node test/serve-preview.js", | ||
"test": "tap test/*.spec.js --reporter spec", | ||
@@ -19,2 +20,3 @@ "start": "node service.js", | ||
"benchmark": "^2.1.4", | ||
"serve-marked": "0.0.1", | ||
"standard": "^11.0.1", | ||
@@ -21,0 +23,0 @@ "tap": "^12.0.1" |
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
5535
4