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

Reorder paths: path reversal is now possible #91

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2017

  1. improves the greedy algorithm by allowing paths to be reversed (some …

    …path commands like A are not supported),
    
    it now handles groups by considering them as a single path so it will not modify the order inside of the group and at the moment, it cannot reverse a group
    Romain Testuz committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    13b8d3d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. cleanup old comment

    Romain Testuz committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    62dd25a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Create Path class

    Romain Testuz committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    951dd08 View commit details
    Browse the repository at this point in the history
  2. removed group support

    Romain Testuz committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    bf8104b View commit details
    Browse the repository at this point in the history
  3. renamed Path attributes to be safer

    Romain Testuz committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    34f1ffb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Merge branch 'master' of https://github.com/evil-mad/EggBot

    # Conflicts:
    #	inkscape_driver/eggbot_reorder.py
    Romain Testuz committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    3848765 View commit details
    Browse the repository at this point in the history