mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-12 16:03:50 +00:00
bugfix
This commit is contained in:
parent
c17899511e
commit
591dc8a3cd
@ -215,7 +215,7 @@ class Matrix(SampleBase):
|
||||
|
||||
# display circle at position with radius in current color
|
||||
def circle(self, x: int, y: int, r: int):
|
||||
graphics.DrawCircle(self.canvas, self.font, x, y, r, self.color)
|
||||
graphics.DrawCircle(self.canvas, x, y, r, self.color)
|
||||
|
||||
# display rectangle at position with dimensions in current color
|
||||
def rectangle(self, x: int, y: int, w: int, h: int):
|
||||
|
Loading…
Reference in New Issue
Block a user