Nice
This commit is contained in:
parent
f6af45109f
commit
44208feb19
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,10 @@ class Cluster():
|
||||||
rpm_max))
|
rpm_max))
|
||||||
|
|
||||||
def draw_bg(self, cr: cairo.Context):
|
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)
|
cr.rectangle(0, 0, self.WIDTH, self.HEIGHT)
|
||||||
|
|
||||||
pattern = HexagonPattern()
|
pattern = HexagonPattern()
|
||||||
|
|
Loading…
Add table
Reference in a new issue