You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I'd recommend not to add blobs into the repo. Sphinx and any other modern web tool works with SVG just fine. Besides poisoning the Git bare repo size, it can also look ugly when scaled for folks with 200% default browser zoom (I have this, for example) + SVG is more optimized for the network transfer meaning faster page loads.
According to https://caniuse.com/link-icon-svg, not all the browsers support SVG, however, a recent article seems to indicate that Safari does support it, which means that all major desktop browsers are covered.
Code of Conduct
I agree to follow the PSF Code of Conduct
The text was updated successfully, but these errors were encountered:
Summary
According to
The best approach is to have all SVG images, and preferably remove binary files from the git repo.
OS / Environment
No response
Additional Information
There is some discussion in #2853.
According to https://caniuse.com/link-icon-svg, not all the browsers support SVG, however, a recent article seems to indicate that Safari does support it, which means that all major desktop browsers are covered.
Code of Conduct
The text was updated successfully, but these errors were encountered: