Open
Description
Proposal
The ability to specify both a surface and uv coordinates when rendering a polygon, perhaps this would be best moved into a new function:
pygame.draw.polygon_uv(surf_render: pygame.Surface, color: pygame.Color, points: Sequence[Coordinate], uvs: points: Sequence[Coordinate], surf_blit: pygame.Surface)