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

Simplify some outlines #127

Merged
merged 4 commits into from
Mar 16, 2024
Merged

Simplify some outlines #127

merged 4 commits into from
Mar 16, 2024

Commits on Mar 15, 2024

  1. Tux: Simplify outline

    [why]
    The SVG contains groups of paths that were obviously differently colored
    before resulting in a glyph with very strange outlines.
    
    [how]
    Flatten all path to one path.
    Simplify the path.
    Hand-optimize some points and remove others.
    Double points and very sharp tips.
    
    From 511 points to 176.
    
    Reported-by: Aaron Bell <@aaronbell>
    Signed-off-by: Fini Jastrow <[email protected]>
    Finii committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    da57107 View commit details
    Browse the repository at this point in the history
  2. Gnu-Guix: Simplify outline

    Signed-off-by: Fini Jastrow <[email protected]>
    Finii committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9c96550 View commit details
    Browse the repository at this point in the history
  3. Illumos: Simplify outline

    Signed-off-by: Fini Jastrow <[email protected]>
    Finii committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8a76520 View commit details
    Browse the repository at this point in the history
  4. OpenBSD, Raspberry: Optimize SVG file

    Points unchanged
    
    Signed-off-by: Fini Jastrow <[email protected]>
    Finii committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    fbf14b1 View commit details
    Browse the repository at this point in the history