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

Commits on Oct 4, 2021

  1. Fix scizzor behaviour and errors due to flooring/rounding

    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 committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    969bdae View commit details
    Browse the repository at this point in the history