SakiKawasaki 5 năm trước cách đây
mục cha
commit
5f88cea156
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      badgemaker.nimble
  2. 1 1
      badgemaker/badgemaker.nim

+ 1 - 1
badgemaker.nimble

@@ -1,7 +1,7 @@
 [Package]
 name = "badgemaker"
 author = "Ethosa"
-version = "0.0.8"
+version = "0.0.9"
 description = "The Nim badgemaker tool."
 license = "AGPLv3"
 srcDir = "badgemaker"

+ 1 - 1
badgemaker/badgemaker.nim

@@ -124,7 +124,7 @@ proc `$`*(badge: BadgeRef): string =
 
   main.add newXMLTree(
     "rect", [], {
-      "x": "0", "y": "0", "width": $(labelw - len(badge.label)),
+      "x": "0", "y": "0", "width": $(labelw),
       "height": $badge.height, "rx": radius, "ry": radius,
       "style": "fill:" & badge.label_color
     }.toXMLAttributes)