LibWeb: Add SVGFEComponentTransferElement

This commit is contained in:
Jelle Raaijmakers 2025-11-05 10:32:56 +01:00 committed by Jelle Raaijmakers
parent c0630c700f
commit 03a8de566b
Notes: github-actions[bot] 2025-11-09 00:24:05 +00:00
11 changed files with 139 additions and 41 deletions

View file

@ -914,6 +914,7 @@ set(SOURCES
SVG/SVGEllipseElement.cpp
SVG/SVGFEBlendElement.cpp
SVG/SVGFEColorMatrixElement.cpp
SVG/SVGFEComponentTransferElement.cpp
SVG/SVGFECompositeElement.cpp
SVG/SVGFEFloodElement.cpp
SVG/SVGFEGaussianBlurElement.cpp