Skip to content

Releases: googlefonts/nanoemoji

v0.12.1

21 Feb 09:56
cba0561
Compare
Choose a tag to compare
  • Fixed CBDT glyphs not being sorted by glyph ID in hybrid COLR+SVG+CBDT font (#385, #386).

v0.12.0

20 Feb 02:54
5504a18
Compare
Choose a tag to compare

Better support for fonts with lots of color tables

v0.11.1

02 Feb 09:56
Compare
Choose a tag to compare

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

02 Feb 09:41
507b20e
Compare
Choose a tag to compare

--gen_svg_font_diffs now uses Chrome to rasterize SVG and COLRv1 font (#377).

v0.10.1

29 Jan 04:09
0c69de6
Compare
Choose a tag to compare

Updated to picosvg v0.20.0 with a few new bugfixes

v0.10.0

26 Jan 13:06
Compare
Choose a tag to compare
  • Avoid overwriting destination for distinct input files with the same basename (#367, #369).
  • Support symlinks in input files, by using abspath instead of Path.resolve() so that symlinks aren't resolved (#374).
  • Added support for bitmap color format: cbdt (for pre-COLRv1 Chrome and Android) and sbix (for macOS and Safari).
    Note this requires the resvg CLI tool. You can install it with cargo install resvg.

v0.9.12

15 Dec 12:42
Compare
Choose a tag to compare

Require picosvg >= 0.19.0, fixes a couple of bugs with inherited default attributes and clip-path.

v0.9.11

10 Nov 16:43
f395611
Compare
Choose a tag to compare

Fixed error 'ninja: fatal: posix_spawn: Argument list too long' on Linux (#362).

v0.9.10

09 Nov 12:21
cba9399
Compare
Choose a tag to compare
  • 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

15 Oct 03:06
07dd99e
Compare
Choose a tag to compare

Add support for building many configs at once