googlefonts / nanoemoji

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

Fix OverflowErrors when pre-applying transform to radial gradient geometry #448

Open anthrotype opened 1 year ago

anthrotype commented 1 year ago

WIP, will add test soon

rsheeter commented 1 year ago

Capturing @anthrotype's idea from this morning, we should make test inputs with big upem to exacerbate the problem

rsheeter commented 1 year ago

Thinking "aloud" I wonder if SVD on the transform would make it easier to assemble a stack of transforms that work ... e.g. SVD, then search for parts you can put back together to minimize the # of paints you end up with