Andrew Coffey

Results 208 comments of Andrew Coffey

I'm adding some tasks to the original message to close this issue when complete

Any idea what's going on here? ```python import pygame dis = pygame.display.set_mode((600, 600)) img = pygame.image.load("examples/data/alien1.png").convert_alpha() img = pygame.transform.scale(img, (600, 600)) overlay_rect = pygame.Rect(200, 200, 100, 100) subsurface = img.subsurface(overlay_rect)...

Also, when trying to use a string for the color, an error is raised: ``` pygame-ce 2.3.1.dev1 (SDL 2.26.4, Python 3.11.1) Traceback (most recent call last): File "c:\Users\andre\Projects\pygame-ce\test.py", line 10,...

I’m going to reopen this for now. Regardless of the cause, if it’s actually a segfault happening in pygame-ce, it should be fixed on our end. No input should be...

![image](https://github.com/pygame-community/pygame-ce/assets/49015102/9b06f879-62e1-4db5-8628-2699cf90b004)

I think the solution I would prefer to go with is to just disallow negative rect width and negative rect height here. That scenario doesn't really make any sense anyway...

You’ve actually got the idea backward. The font module is intended to replace freetype iirc. Same as draw is intended to replace gfxdraw eventually

> This report could do with a bit more detail on what the weirdness is exactly. Long names get shoved off the edge of the screen code blocks with particularly...

I have a raspi 5 that I’ve been looking for a reason to use. I’ll take a look locally hopefully tonight and see if I can figure out what’s going...

@celeritydesign If you're around, could you tell me which version of raspberry pi OS you've installed? I'm going to install the 64-bit version for now, but if you're using the...