In #3193 we changed how the flattenColors algorithm works (making it exactly to spec), but that broke a lot of text shadow tests (things that were barely passing stop passing). We added back the old way to flatten colors just for text colors to make the tests pass, but we need to take time to test the new flatten colors with the text shadows to see if we can use it (and remove the old flatten color).
In #3193 we changed how the
flattenColorsalgorithm works (making it exactly to spec), but that broke a lot of text shadow tests (things that were barely passing stop passing). We added back the old way to flatten colors just for text colors to make the tests pass, but we need to take time to test the new flatten colors with the text shadows to see if we can use it (and remove the old flatten color).