lukas-w / font-logos

An icon font providing popular linux distro's logos
https://lukas-w.github.io/font-logos
The Unlicense
445 stars 85 forks source link

Added KDE products' logos. #78

Closed AuraHerreroRuiz closed 1 year ago

AuraHerreroRuiz commented 2 years ago
Finii commented 2 years ago

The icons.tsv file is not updated; the way the fonts are compiled changed in the meanwhile, it seems.

Finii commented 1 year ago

Adapted to new repo (since 1.0.0) layout. Almost everything is automated. README.md manually altered to indicate coming icons. That will be overwritten automatically on release.

Force push.

Finii commented 1 year ago

The Kubuntu-Inverse svg was not safe for font usage. Here how it has been converted to all-path by the fontforge install (left) and what I changed (right):

image

The old/left svg consists of the cogwheel thing with a triangular hub and on top of that drawn a circle object. The problem is that this creates an overlapping path and depending on rendering engine it will either be renedered full or as hollow.

Most reliable results can only be achieved if the svg is all-paths and only one path is best.

Finii commented 1 year ago

Thanks for the PR!