Don't need that
This commit is contained in:
parent
5cbd188b80
commit
25664644bf
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ class HexagonPattern(Pattern):
|
|||
super().__init__(self.COMMANDS)
|
||||
|
||||
def to_surface(self) -> cairo.ImageSurface:
|
||||
rect = cairo.Rectangle(0, 0, self.WIDTH, self.HEIGHT)
|
||||
surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, self.WIDTH, self.HEIGHT)
|
||||
|
||||
cr = cairo.Context(surface)
|
||||
|
|
Loading…
Add table
Reference in a new issue