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 scizzor behaviour and errors due to flooring/rounding #1437

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

mitchmindtree
Copy link
Contributor

This fixes an issue where a Scizzor command could be emitted even if one
of its dimensions were 0. This caused a validation error in the wgpu
backend.

Also makes the bounding box calculation on the Line widget more
accurate.

This fixes an issue where a Scizzor command could be emitted even if one
of its dimensions were `0`. This caused a validation error in the `wgpu`
backend.

Also makes the bounding box calculation on the `Line` widget more
accurate.
@mitchmindtree mitchmindtree merged commit 956421f into PistonDevelopers:master Oct 4, 2021
mitchmindtree added a commit to mitchmindtree/conrod that referenced this pull request Oct 4, 2021
Includes:

- Update to `conrod_wgpu` for `wgpu` `0.10.0` PistonDevelopers#1436
- Fix scizzor behaviour PistonDevelopers#1437
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.

1 participant