Some elements don't show up in the Tor Browser with Security Settings set to high since they are written in SVG #275
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Solution: Convert them to PNG?
Will do this.
@kewde Is it possible to show PNG only if SVG is blocked since that would lead to faster loading times?
@C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N
I haven't seen a trick like this that works in pure html/css, I know it's possible in JavaScript however, but I think we all agree to avoid that.
@kewde
Just found that it's possible using HTML/CSS only: https://css-tricks.com/svg-fallbacks/
That's great because I think the images should be entirely transformed to SVG and with this method even browsers that don't display SVG may still be compatible by making them display PNG instead. Should I make a separate issue for the "transform all images to SVG" part?
#308