hyperfekt/google-dark

colorize function does not work in Chrome

hyperfekt opened this issue · 2 comments

colorize uses an inline SVG filter to recolor images with transparency, but has no effect in Chrome.
A different method to recolor images with transparency to a target color is required.

This is due to a bug in Chromium, which is tracked at https://bugs.chromium.org/p/chromium/issues/detail?id=123004.
It looks like this is being worked on, but a timeline is unclear and a fix will likely not land before version 71 which is due to be released in December.