ajalt / colormath

Multiplatform Kotlin color conversion and manipulation
https://ajalt.github.io/colormath/
MIT License
308 stars 21 forks source link

Updated formatCssString method to manage NaN when percentUnits is set to true #57

Closed danielemaddaluno closed 7 months ago

danielemaddaluno commented 7 months ago

Edits to CssRender.kt to manage NaN with percentUnits = true; added formatCssString tests to CssRenderTest.kt for HSV and Oklch (issue #54)

ajalt commented 7 months ago

Thanks!