LibWeb: Unapply CSS filters after applying them to SVG

This commit is contained in:
Psychpsyo 2024-11-23 22:08:36 +01:00 committed by Tim Ledbetter
commit 8aaa9324b2
Notes: github-actions[bot] 2024-11-23 21:40:47 +00:00
3 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,6 @@
<!DOCTYPE html>
<link rel="match" href="../expected/svg-restore-after-filter.html">
<svg style="filter: opacity(0)" width="10" height="10">
<rect width="10" height="10"/>
</svg>
<span>This should be visible.</span>