Ticket #25: stroke.diff
| File stroke.diff, 0.6 kB (added by aprzywecki@…, 3 years ago) |
|---|
-
pycha/bar.py
86 86 87 87 if self.options.shouldFill: 88 88 cx.set_source_rgb(*self.options.colorScheme[bar.name]) 89 cx.fill _preserve()89 cx.fill() 90 90 91 91 if not self.options.stroke.hide: 92 cx.rectangle(x, y, w, h) 92 93 cx.set_source_rgb(*hex2rgb(self.options.stroke.color)) 93 94 cx.stroke() 94 95
