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

update icon: angularjs (plain) #2261

Merged
merged 3 commits into from
Oct 3, 2024

Commits on Sep 5, 2024

  1. angularjs: Fix plain icon

    [why]
    There are two problems with the plain svg:
    - The top of the 'A' consists of a lot of nodes that have a very complex
      outline, while in reality it should only be one sharp node
    - The 'A' outline is not closed
    
    [how]
    Remove superfluous nodes from outline and close it.
    
    Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
    Finii committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bc4c0fb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

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