Quote:
Originally Posted by jcsalomon
Is there a way to make such images visible when the user chooses a white-on-black display theme? (Perhaps not with PNG transparency, but maybe with SVG images?)
|
I don't know the answer to this but if it was me I'd try a "cheat's way" with the SVG image.
Just open it in a text editor. Almost the last line says:
Code:
style="fill:#000000"
i.e. black (#000000)
I'd just make it a colour which would be visible on both a black and a white background, namely a shade of grey (e.g. #aaaaaa) for eink, or maybe something a bit more colourful if I always read on a colour tablet/phone.