googlefonts / nanoemoji

A wee tool to build color fonts.
Apache License 2.0
239 stars 19 forks source link

Maximizing color for FoldIt #438

Closed davelab6 closed 1 year ago

davelab6 commented 1 year ago

https://github.com/SophiaDesign/Foldit by @sophiadesign is a new variable color font that makes extensive use of color variations (amusingly in a way to create the illusion that as the weight (and natural width) changes, the gradients look like they don't change, which requires them TO change, ahaha)

I heard today from @m4rc1e @vv-monsalve @RosaWagner that maximum_color doesn't work with it, and mentioned this to @rsheeter on chat and he thought this is feasible to address and I should file a bug to discuss and track resolution :)

anthrotype commented 1 year ago

The "fix" would be to ignore PaintVar* tables and take the equivalent static paint tables, thus discarding all deltas and only encoding the default instance in the generated SVG table, because the latter does not support variations (and probably never will).

Closing as duplicate of https://github.com/googlefonts/nanoemoji/issues/426