Skip to content

Commit 72ab426

Browse files
committed
wip
1 parent 1e58d7f commit 72ab426

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/actions/gitcoverage/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ runs:
176176
</linearGradient>
177177
<mask id="m"><rect width="${WIDTH}" height="20" rx="3" fill="#fff"/></mask>
178178
<g mask="url(#m)">
179-
<rect width="${LEFT_W}" height="20" fill="#000"/>
179+
<rect width="${LEFT_W}" height="20" fill="#555"/>
180180
<rect x="${LEFT_W}" width="${RIGHT_W}" height="20" fill="${HEX}"/>
181181
<rect width="${WIDTH}" height="20" fill="url(#s)"/>
182182
</g>
183183
<g fill="#fff" text-anchor="middle" font-family="Verdana,DejaVu Sans,sans-serif" font-size="11">
184-
<text x="${LABEL_X_SHADOW}" y="16" fill="#000" opacity="0.25">${LABEL}</text>
185-
<text x="${LABEL_X}" y="15">${LABEL}</text>
186-
<text x="${VALUE_X_SHADOW}" y="16" fill="#000" opacity="0.25">${VALUE}</text>
187-
<text x="${VALUE_X}" y="15">${VALUE}</text>
184+
<text x="${LABEL_X_SHADOW}" y="15" fill="#000" opacity="0.25">${LABEL}</text>
185+
<text x="${LABEL_X}" y="14">${LABEL}</text>
186+
<text x="${VALUE_X_SHADOW}" y="15" fill="#000" opacity="0.25">${VALUE}</text>
187+
<text x="${VALUE_X}" y="14">${VALUE}</text>
188188
</g>
189189
</svg>
190190
EOF

0 commit comments

Comments
 (0)