Skip to content
Snippets Groups Projects
Commit dd30c354 authored by pippin's avatar pippin
Browse files

py: clouds remove stray path command

parent 89c0b6cd
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,6 @@ class CloudsApp(Application): ...@@ -49,7 +49,6 @@ class CloudsApp(Application):
self.clouds = sorted(self.clouds, key=lambda c: -c.z) self.clouds = sorted(self.clouds, key=lambda c: -c.z)
def draw(self, ctx: Context) -> None: def draw(self, ctx: Context) -> None:
ctx.rel_line_to(1, 1)
ctx.rectangle(-120, -120, 240, 120) ctx.rectangle(-120, -120, 240, 120)
ctx.rgb(0, 0.34, 0.72) ctx.rgb(0, 0.34, 0.72)
ctx.fill() ctx.fill()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment