SakiKawasaki 5 年之前
父节点
当前提交
e147cdb8ca
共有 4 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      badgemaker.nimble
  2. 1 1
      badgemaker/badgemaker.nim
  3. 二进制
      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)

二进制
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" />