We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11229a0 commit 1e58d7fCopy full SHA for 1e58d7f
.github/actions/gitcoverage/action.yml
@@ -180,7 +180,7 @@ runs:
180
<rect x="${LEFT_W}" width="${RIGHT_W}" height="20" fill="${HEX}"/>
181
<rect width="${WIDTH}" height="20" fill="url(#s)"/>
182
</g>
183
- <g fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="11">
+ <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>
0 commit comments