googlefonts / fontc

Where in we pursue oxidizing (context: https://github.com/googlefonts/oxidize) fontmake.
Apache License 2.0
76 stars 13 forks source link

[fontc] Simplify timing color code #772

Closed cmyr closed 5 months ago

cmyr commented 5 months ago

I was in here to add a new IR type and thought this could be cleaned up.

In addition to the cleanup, a tiny additional benefit of this change is that gray is now the default, and you don't need to add an explicit case anytime a new workid is added.

JMM