Closed AuraHerreroRuiz closed 1 year ago
The icons.tsv
file is not updated; the way the fonts are compiled changed in the meanwhile, it seems.
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.
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):
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.
Thanks for the PR!