File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.github/actions/gitcoverage Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments