Skip to content

Commit

Permalink
💅 Make SVG image compatible with Firefox (#3466)
Browse files Browse the repository at this point in the history
It appears that Firefox has bugs around interpreting `<feBlend>`
filters in SVG documents. This makes it render the logo as a
transparent image in the docs, both in the mobile and the desktop
versions.

This patch applies a workaround [[1]] found on the internet to make it
work without waiting for Firefox to fix their bug.

Resolves #3465.

[1]: svg/svgo#732
  • Loading branch information
webknjaz authored Jan 16, 2025
1 parent e3e77a6 commit fccbe2a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/_static/img/tox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fccbe2a

Please sign in to comment.