Skip to content
New issue

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

Fix drawing ellipses with width values > 1 #1577

Merged
merged 1 commit into from Apr 11, 2020

Conversation

charlesej
Copy link
Contributor

Overview of changes:

  • Fixed drawing ellipses with width values greater than 1
  • Added related tests

System details:

  • os: windows 10 (64bit)
  • python: 3.8.1 (64bit) and 2.7.10 (64bit)
  • pygame: 2.0.0.dev7 (SDL: 2.0.10) at e07618a

Resolves #968.

- Fixed drawing ellipses with width values greater than 1
- Added related tests
@illume
Copy link
Member

illume commented Feb 17, 2020 via email

@charlesej charlesej added the draw pygame.draw label Feb 18, 2020
@illume illume merged commit efd8051 into pygame:master Apr 11, 2020
@charlesej charlesej deleted the fix-draw-thick-ellipse branch April 11, 2020 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draw pygame.draw
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ellipses with width values greater than 1 not being drawn correctly
2 participants