Feature #367
closed
Switch About and Guide icons from PNG to SVG
Added by Soren Stoutner almost 6 years ago.
Updated about 4 years ago.
Description
This should save a little bit of space. It should also be possible to use one icon for both light and dark themes and use a tint control.
- Priority changed from 3.x to Next Release
- Priority changed from Next Release to 3.x
It is possible to display SVG images in WebView using <img class="icon" src="../shared_images/add.svg">, which works all the way back to API 19, but it isn't possible to modify the fill of the SVG file using this method.
Other methods, like <svg><use href="../shared_images/add.svg"></use></svg>, just paint an empty box in WebView.
I think I will wait and see what happens with WebView's new dark mode before proceeding. https://9to5google.com/2019/02/19/android-chrome-webview-web-dark-mode/
- Priority changed from 3.x to Next Release
- Status changed from New to Closed
Also available in: Atom
PDF