LibWeb: Add SVGComponentTransferFunctionElement

This will be the base for <feFuncR>, <feFuncG>, <feFuncB> and <feFuncA>.
This commit is contained in:
Jelle Raaijmakers 2025-11-05 16:44:24 +01:00 committed by Jelle Raaijmakers
parent 03a8de566b
commit db321cb74f
Notes: github-actions[bot] 2025-11-09 00:23:58 +00:00
10 changed files with 262 additions and 0 deletions

View file

@ -907,6 +907,7 @@ set(SOURCES
SVG/SVGAnimationElement.cpp
SVG/SVGCircleElement.cpp
SVG/SVGClipPathElement.cpp
SVG/SVGComponentTransferFunctionElement.cpp
SVG/SVGDecodedImageData.cpp
SVG/SVGDefsElement.cpp
SVG/SVGDescElement.cpp