--- a/candolint/handlers.py Fri Aug 05 15:39:05 2016 +0800
+++ b/candolint/handlers.py Wed Aug 10 22:32:10 2016 +0800
width = 7 + 6 * len(text) + 9
parts.append(('#faa732', width, width // 2 + 0.5, text))
- parts.append(('#8cc14c', 40, 19.5, 'none'))
+ parts.append(('#8cc14c', 60, 29.5, 'all clean'))
width = sum(p[1] for p in parts)
self.set_header('Content-Type', 'image/svg+xml; charset=utf-8')
self.render('status.svg', width=width, parts=parts, height=20)