From 44208feb1901ead85881db716200f316ef5bb4cb Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sat, 30 Dec 2023 01:23:50 -0500 Subject: [PATCH] Nice --- py/hexagram/cluster.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/py/hexagram/cluster.py b/py/hexagram/cluster.py index 091ff2c..1ce69a2 100644 --- a/py/hexagram/cluster.py +++ b/py/hexagram/cluster.py @@ -122,6 +122,10 @@ class Cluster(): rpm_max)) def draw_bg(self, cr: cairo.Context): + cr.set_source_rgb(0, 0, 0) + cr.rectangle(0, 0, self.WIDTH, self.HEIGHT) + cr.fill() + cr.rectangle(0, 0, self.WIDTH, self.HEIGHT) pattern = HexagonPattern()