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

Analyzer for devicon.json and icon directories #1623

Closed
wants to merge 6 commits into from
Closed

Analyzer for devicon.json and icon directories #1623

wants to merge 6 commits into from

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    23ec426 View commit details
    Browse the repository at this point in the history
  2. Add sorting for tags as well

    ConX committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    55fda4a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Add view_port and bounding box checks

     - Implemented bounding box check using Selenium, since I couldn't find
       a good python implementation. Due to this it's slow, taking about 15
       minutes for the whole `icons/` directory in develop. This check is
       disabled by default and requires the `-b` flag.
     - Improved code organization. Later we might need to split into multiple
       files. Extracted a few more utility functions.
    ConX committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d54ad7d View commit details
    Browse the repository at this point in the history
  2. Add requirements.txt

    This will need to be moved or merged depending on how we plan to use the
    script and organize the `.github/` directory.
    ConX committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    35c6cc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. fix: Use svglib to determine the bounding box

    This is a much faster implementation than the previous with Selenium.
    ConX committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    c52c898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec395f2 View commit details
    Browse the repository at this point in the history