SakiKawasaki 5 năm trước cách đây
mục cha
commit
e147cdb8ca
4 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      badgemaker.nimble
  2. 1 1
      badgemaker/badgemaker.nim
  3. BIN
      tests/test13.exe
  4. 1 1
      tests/test13.svg

+ 1 - 1
badgemaker.nimble

@@ -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"

+ 1 - 1
badgemaker/badgemaker.nim

@@ -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)

BIN
tests/test13.exe


+ 1 - 1
tests/test13.svg

@@ -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" />