Pygame.draw.arc looked nice, now doesn't

I’m learning in PyCharm and drew a nice curly bracket with draw.line and draw.arc, varying the thickness (left). But when I copy the code to a new project it looks different (right).

It’s the exact same code, but in different projects. Did I unknowingly twiddle something in PyCharm? Install some package? I want the left look.

Thanks.