LibWeb: Implement <feComposite> SVG filter

This commit is contained in:
Tim Ledbetter 2025-08-06 13:27:50 +01:00 committed by Tim Ledbetter
parent bbfc3a0f5e
commit a00e7cb20b
Notes: github-actions[bot] 2025-09-30 21:34:29 +00:00
15 changed files with 303 additions and 0 deletions

View file

@ -903,6 +903,7 @@ set(SOURCES
SVG/SVGElement.cpp
SVG/SVGEllipseElement.cpp
SVG/SVGFEBlendElement.cpp
SVG/SVGFECompositeElement.cpp
SVG/SVGFEFloodElement.cpp
SVG/SVGFEGaussianBlurElement.cpp
SVG/SVGFEImageElement.cpp