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

Avoid merging intersecting paths #109

Merged
merged 28 commits into from
Nov 28, 2024
Merged

Avoid merging intersecting paths #109

merged 28 commits into from
Nov 28, 2024

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    af3c863 View commit details
    Browse the repository at this point in the history
  2. Start bounding box code

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    290aa64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8ec9e2 View commit details
    Browse the repository at this point in the history
  4. Add interpolation functions

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b75f9a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6139a80 View commit details
    Browse the repository at this point in the history
  6. Make curve boxes work

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    38ba80f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de1393f View commit details
    Browse the repository at this point in the history
  8. Fix current point tracking

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    607a0d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f558493 View commit details
    Browse the repository at this point in the history
  10. Handle cubic polycommands

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    7d37a9a View commit details
    Browse the repository at this point in the history
  11. Support smooth polycubics

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3bf169e View commit details
    Browse the repository at this point in the history
  12. Support polyquadratic curves

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    77bb16a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4466e9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    654a5b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aa4e3a7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ffbef7d View commit details
    Browse the repository at this point in the history
  17. Handle rotated arcs

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    ea6ecd1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    662a600 View commit details
    Browse the repository at this point in the history
  19. Cleanup

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8a128e7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3373b81 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    475745f View commit details
    Browse the repository at this point in the history
  22. Update tests

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f59c4da View commit details
    Browse the repository at this point in the history
  23. Add a new test

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0d1e390 View commit details
    Browse the repository at this point in the history
  24. Update api

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c8819ba View commit details
    Browse the repository at this point in the history
  25. Update changelog

    jzbrooks committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4916031 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Clarify comment

    jzbrooks committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    de77de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6265307 View commit details
    Browse the repository at this point in the history
  3. Tidy comment

    jzbrooks committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f9d8022 View commit details
    Browse the repository at this point in the history