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

Implementation of simplify script #7

Merged
merged 19 commits into from
Jun 20, 2020
Merged

Implementation of simplify script #7

merged 19 commits into from
Jun 20, 2020

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    cef247d View commit details
    Browse the repository at this point in the history
  2. Fix image element

    Element was incorrectly being created with a path tag
    LoveMHz committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    f1f6ee6 View commit details
    Browse the repository at this point in the history
  3. Formatting cleanup

    LoveMHz committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    b9b0e21 View commit details
    Browse the repository at this point in the history
  4. Add license

    LoveMHz committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    82a9cdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feb9999 View commit details
    Browse the repository at this point in the history
  6. Implement image element style attribute as dictionary

    Matches other elements
    LoveMHz committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    80d27b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    377efb4 View commit details
    Browse the repository at this point in the history
  8. Implement default_svg_attrs

    Forces us to track the attributes on the SVG element and allows to remove easily remove unneeded namespaces in the future.
    LoveMHz committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    a37f20d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c7ceb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Fix shebang on script

    LoveMHz committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    2f23501 View commit details
    Browse the repository at this point in the history
  2. Fix file permissions

    LoveMHz committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    8064a96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f327736 View commit details
    Browse the repository at this point in the history
  4. Refactor element processing

    LoveMHz committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    9c7fd82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a612c2d View commit details
    Browse the repository at this point in the history
  6. Remove leftover variables

    LoveMHz committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    6661683 View commit details
    Browse the repository at this point in the history
  7. Refactor layer variable to group

    Better matches the usage as this part of the code is handling the SVG root groups.
    LoveMHz committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    5d47696 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed2bdbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b84721f View commit details
    Browse the repository at this point in the history
  10. Partial rewrite

    LoveMHz committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    5ff7a98 View commit details
    Browse the repository at this point in the history