You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the pygame demo raises pygame.error: Unknown pixel format. It seems to work if "ARGB" is changed to "RGBA" but then the channels are in the wrong order. Adding a new formatcairo.FORMAT_RGBA32 would allow pycairo to interface correctly with pygame.