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 draw_rectangle_lines bug, add draw_rectangle_lines_fixed #761

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cyrgani
Copy link
Contributor

@cyrgani cyrgani commented Jul 15, 2024

Fixes #704.
The problem is described in #704 (comment).
To avoid breaking all usages of draw_rectangle_lines, draw_rectangle_lines_fixed was added and draw_rectangle_lines was deprecated with an explanatory notice.
In version 0.5, the old draw_rectangle_lines could be deleted and draw_rectangle_lines_fixed could be renamed to draw_rectangle_lines again.

@cyrgani cyrgani force-pushed the draw-rectangle-lines-fix branch from 2e69e02 to 3bdd61e Compare November 1, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

draw_rectangle_lines with thickness 1.0 only draws half of the rectangle
1 participant