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

Continue drawing line or area at any point #9657

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Commits on May 26, 2023

  1. Continue drawing line at any vertex

    The Continue operation can now enter drawing mode at any selected vertex, not just an endpoint. Continuing from a non-endpoint deletes that vertex before entering drawing mode to replace it.
    1ec5 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    c006ba7 View commit details
    Browse the repository at this point in the history
  2. Allow continuing closed line

    1ec5 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    59984c7 View commit details
    Browse the repository at this point in the history
  3. Allow continuing areas

    1ec5 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    3f4c83e View commit details
    Browse the repository at this point in the history
  4. Renamed Continue to Draw

    1ec5 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    f930b6d View commit details
    Browse the repository at this point in the history