@@ -1,7 +1,7 @@
[Package]
name = "badgemaker"
author = "Ethosa"
-version = "0.0.7"
+version = "0.0.8"
description = "The Nim badgemaker tool."
license = "AGPLv3"
srcDir = "badgemaker"
@@ -124,7 +124,7 @@ proc `$`*(badge: BadgeRef): string =
main.add newXMLTree(
"rect", [], {
- "x": "0", "y": "0", "width": $labelw,
+ "x": "0", "y": "0", "width": $(labelw - len(badge.label)),
"height": $badge.height, "rx": radius, "ry": radius,
"style": "fill:" & badge.label_color
}.toXMLAttributes)
@@ -9,7 +9,7 @@
<feBlend in2="blurOut" mode="normal" in="SourceGraphic" />
</filter></defs>
<g mask="url(#gradient)">
- <rect style="fill:#77dd77" width="110" y="0" x="0" rx="4" height="20" ry="4" />
+ <rect style="fill:#77dd77" width="99" y="0" x="0" rx="4" height="20" ry="4" />
<rect style="fill:#212121" width="10" y="0" x="84" rx="0" height="20" ry="0" />
<rect style="fill:#212121" width="12" y="0" x="88" rx="4" height="20" ry="4" />
<path fill="url(#gradient)" d="M0 0h100v20H0z" />