We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Tom!
The following statement in pygame-sdl2 behaves differently in pygame:
# 'color' is an uint8 triple # 'Map' is an SDL Surface pygame.draw.polygon(Map, color, points)
With data provided in this file, pygame(simple pip install-ed one) produces:
pygame
pip install
pygame-sdl2 produces:
pygame-sdl2
I tried many images but pygame-sdl2 always ignore the rightmost part and did no coloring.
also tried directly feed parameters to gfxdraw.filled_polygon and the results didn't change.
gfxdraw.filled_polygon
The text was updated successfully, but these errors were encountered:
OS info: 18.04-1 Ubuntu x86_64
Sorry, something went wrong.
It works. The problem is pygame_sdl2.image.save.
pygame_sdl2.image.save
No branches or pull requests
Hi Tom!
The following statement in pygame-sdl2 behaves differently in pygame:
With data provided in this file,
pygame
(simplepip install
-ed one) produces:pygame-sdl2
produces:I tried many images but pygame-sdl2 always ignore the rightmost part and did no coloring.
also tried directly feed parameters to
gfxdraw.filled_polygon
and the results didn't change.The text was updated successfully, but these errors were encountered: