BigBadaboom / androidsvg

SVG rendering library for Android
http://bigbadaboom.github.io/androidsvg/
Apache License 2.0
1.21k stars 231 forks source link

Look for `currentColor` in case-insensitive manner #268

Open dilyanpalauzov opened 1 year ago

dilyanpalauzov commented 1 year ago

OpenHAB-Android uses this library to present to the user images. In particular depending on user preferences, it substitutes currentColor with either black or white.

The problem is that I spelled CurrentColor, which has not worked. https://www.w3.org/TR/css-color-3/ says for “system colors” and CSS3-named colors that these are case-insensitive. As far as I tried, browsers handle currentColor also case-insensitive.