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

Add "svg-compressed" to create a simple classic QR Code with compressed file size. Allow execution from a development environment. #342

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

Commits on Sep 10, 2023

  1. Only import png if needed.

    j committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    d26b688 View commit details
    Browse the repository at this point in the history
  2. Add "svg-compressed" to create a simple classic QR Code with compress…

    …ed file size.
    j committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    a9833a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Where possible, splice carve-out paths onto existing paths, for furth…

    …er savings by removing M cmds.
    j committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    15d6059 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Speed improvement. Fix issue where the start of a subpath could never…

    … be spliced in.
    j committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    4d202fb View commit details
    Browse the repository at this point in the history
  2. Create a linked-list, with dictionary pointers to splice points, in o…

    …rder to avoid the O(n^2)-ish perf hit for splicing a python list repeatedly. Only store spliceable turns, and assert that we dealt with all of them correctly.
    j committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ff2c195 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Jun 11, 2024

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

Commits on Sep 28, 2024

  1. merge

    j committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1b2589b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc5ef8 View commit details
    Browse the repository at this point in the history
  3. Comply with use of "ruff", which unfortunately makes some of the code…

    … less readable, but oh well.
    j committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ca049df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    624c936 View commit details
    Browse the repository at this point in the history
  5. ruff format

    j committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    2603686 View commit details
    Browse the repository at this point in the history