CTPUG/pygame_cffi

Adding missing pygame.draw functions

Opened this issue · 0 comments

drnlm commented

pygame_cffi currently doesn't support

  • pygame.draw.aaline
  • pygame.draw.aalines
  • pygame.draw.arc

There's also a TODO item in the surface checks that should be completed.