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

feat(optimizePathOrder): new plugin #1848

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    d17ccee View commit details
    Browse the repository at this point in the history
  2. properly account for precision

    KTibow committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    37fe2d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a3ee7c View commit details
    Browse the repository at this point in the history
  4. implement arcs

    KTibow committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e305966 View commit details
    Browse the repository at this point in the history
  5. add a doc page

    KTibow committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    913f27c View commit details
    Browse the repository at this point in the history
  6. rename data to arc

    KTibow committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7007104 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    192d29c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Fix ternaries

    KTibow committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    68b3c34 View commit details
    Browse the repository at this point in the history
  2. switch to a for loop

    KTibow committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e31afa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bfef70 View commit details
    Browse the repository at this point in the history
  4. properly handle fill none

    KTibow committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2016d6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7bf163 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad9d5da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    876afcb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94f45cd View commit details
    Browse the repository at this point in the history
  9. also optimize curves

    KTibow committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    87bb736 View commit details
    Browse the repository at this point in the history
  10. add polylineOnly

    KTibow committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a2bf7ec View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    b2ea7a2 View commit details
    Browse the repository at this point in the history
  2. speed: roll through commands

    KTibow committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    b54e168 View commit details
    Browse the repository at this point in the history
  3. also stage the shortened svgs

    KTibow committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    25377cd View commit details
    Browse the repository at this point in the history
  4. assume fill

    KTibow committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    6883612 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    ab5a098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991fcd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    88782bc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    c0c4cf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Make it not on by default

    KTibow committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f6d3906 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    KTibow committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b50a6e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    927c326 View commit details
    Browse the repository at this point in the history
  2. use new set

    KTibow committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e62675a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    444e12f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d065475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d1e7d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea8237f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b8e1e3 View commit details
    Browse the repository at this point in the history
  6. skip on totally unsafe

    KTibow committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    462b7c0 View commit details
    Browse the repository at this point in the history
  7. fix ts issue

    KTibow committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    7675369 View commit details
    Browse the repository at this point in the history