You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some SVG optimisers will shorten hex codes for colors like white and black to be a 3 character hex https://svgo.dev/docs/plugins/convertColors/ (It is also possible design teams may export icons with optimised short hex values as well)
The current regex only looks for 6-8 character code hex
Some SVG optimisers will shorten hex codes for colors like white and black to be a 3 character hex https://svgo.dev/docs/plugins/convertColors/ (It is also possible design teams may export icons with optimised short hex values as well)
The current regex only looks for 6-8 character code hex
svg-to-compose/src/main/kotlin/androidx/compose/material/icons/generator/IconParser.kt
Line 203 in 8a145f5
Meaning a short character code for white (FFF) will be converted to black
svg-to-compose/src/main/kotlin/androidx/compose/material/icons/generator/IconParser.kt
Lines 205 to 215 in 8a145f5
The text was updated successfully, but these errors were encountered: