You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently ran into an issue where our MAUI app that uses the TTF file from MaterialDesign-Webfont the icons, failed to render specific icons. When I inspected the TTF file using gnome-font-viewer it states that the font contains 7431 glyps rather than 7447. A few icons such as the basic circle are missing.
Oddly, when I manually download @mdi/svg and manually (see #31) run this code on it on it, I end up with a font with 7468 glyphs. It has somehow added:
All 26 standard ascii lowercase letters
The 10 arabic numerals
The underscore character
Which means that it actually has generated only 7468-37=7431 icon glyphs and the circle icon is still missing.
I've ascertained that these icons are present in the meta.json of the @mdi/svg package. There's nothing noticeably about their metadata that sets them apart from other icons either.
Ghostbird
changed the title
Not all SVGs are included
Not all icons are included
Dec 5, 2024
We recently ran into an issue where our MAUI app that uses the TTF file from MaterialDesign-Webfont the icons, failed to render specific icons. When I inspected the TTF file using
gnome-font-viewer
it states that the font contains 7431 glyps rather than 7447. A few icons such as the basiccircle
are missing.Oddly, when I manually download
@mdi/svg
and manually (see #31) run this code on it on it, I end up with a font with 7468 glyphs. It has somehow added:Which means that it actually has generated only 7468-37=7431 icon glyphs and the
circle
icon is still missing.Also reported as Templarian/MaterialDesign-Webfont#100
The text was updated successfully, but these errors were encountered: