LibWeb: Add SVGFEFunc{A,B,G,R}Element

This commit is contained in:
Jelle Raaijmakers 2025-11-05 17:05:26 +01:00 committed by Jelle Raaijmakers
parent db321cb74f
commit 70e98e72a8
Notes: github-actions[bot] 2025-11-09 00:23:49 +00:00
18 changed files with 268 additions and 0 deletions

View file

@ -918,6 +918,10 @@ set(SOURCES
SVG/SVGFEComponentTransferElement.cpp
SVG/SVGFECompositeElement.cpp
SVG/SVGFEFloodElement.cpp
SVG/SVGFEFuncAElement.cpp
SVG/SVGFEFuncBElement.cpp
SVG/SVGFEFuncGElement.cpp
SVG/SVGFEFuncRElement.cpp
SVG/SVGFEGaussianBlurElement.cpp
SVG/SVGFEImageElement.cpp
SVG/SVGFEMergeElement.cpp