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 jitter of polygon/polyline after reverting from 2-step positioning #1514

Merged
merged 1 commit into from
May 12, 2023

Commits on May 11, 2023

  1. Fix polygon/polyline after going back from composite positioning to d…

    …irect positioning.
    
    Previously, the canvas was positioned in two steps using a Positioned widget, which was removed due to its own precision issues. Now the canvas needs to be redrawn whenver the viewport changes, not just rotations and zooming but also panning.
    ignatz committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4fa85db View commit details
    Browse the repository at this point in the history