This is a little fix I’ve been meaning to make for a while. Normally it manifests in the codetally badge, but that badge isn’t working right now. Here’s a static example, where the right text is wrapped in spaces: https://img.shields.io/badge/foo-%20bar%20-blue.svg The spaces get included in width computation, though I suppose ignored when the svg renders, resulting in bad letter spacing. With this fix, it renders the same as https://img.shields.io/badge/foo-bar-blue.svg