Releases: googlefonts/nanoemoji
Releases · googlefonts/nanoemoji
v0.12.1
v0.12.0
Better support for fonts with lots of color tables
v0.11.1
Require fonttools >= 4.29.1, fixes rounding issue with radial gradient's start/end circles almost inside one another (fonttools/fonttools#2521).
v0.11.0
v0.10.1
Updated to picosvg v0.20.0 with a few new bugfixes
v0.10.0
- Avoid overwriting destination for distinct input files with the same basename (#367, #369).
- Support symlinks in input files, by using
abspath
instead ofPath.resolve()
so that symlinks aren't resolved (#374). - Added support for bitmap color format:
cbdt
(for pre-COLRv1 Chrome and Android) andsbix
(for macOS and Safari).
Note this requires theresvg
CLI tool. You can install it withcargo install resvg
.
v0.9.12
Require picosvg >= 0.19.0, fixes a couple of bugs with inherited default attributes and clip-path.
v0.9.11
v0.9.10
- Allow to hook an external script to generate custom glyphmap csv file containing unicode mappings and glyph names for each input SVG file (#356).
- Support writing a color font with both COLRv1 and OT-SVG with
--color_format=glyf_colr_1_and_picosvgz
(#359, #361). - Don't add empty color glyphs without painted layers to COLR or SVG table (#360).
v0.9.9
Add support for building many configs at once