Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct data for CSS filter on SVG elements
This was most recently researched and updated here: mdn#18917 mdn#21569 These two tests were run in Chrome 88, 89, Edge 18, and Safari 17.5: https://codepen.io/estelle/pen/rNZNqaK https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=12923 The filter works in Chrome 89, but not in Chrome 88, Edge 18, or Safari 17.5. Chrome 89 is confirmed by these additional sources: https://stackoverflow.com/questions/32567156/why-dont-css-filters-work-on-svg-elements-in-chrome https://crbug.com/40134524#comment79 Lack of support in Safari is confirmed by these sources: https://stackoverflow.com/questions/76919922/css-filters-on-svg-elements-not-applied-in-safari https://bugs.webkit.org/show_bug.cgi?id=246106 The WebKit bug is linked.
- Loading branch information