Skip to content

Instantly share code, notes, and snippets.

@WhatIThinkAbout
Last active June 18, 2022 16:41
Show Gist options
  • Select an option

  • Save WhatIThinkAbout/ed1258ca128e38652ba255548bdf8fbf to your computer and use it in GitHub Desktop.

Select an option

Save WhatIThinkAbout/ed1258ca128e38652ba255548bdf8fbf to your computer and use it in GitHub Desktop.
draw_base.py
def draw_base(canvas):
canvas.fill_style = 'orange'
canvas.fill_rect(0, 0, canvas.width, canvas.height)
draw_base(canvas)
canvas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment