LibWeb: Implement SVGFEColorMatrixElement and feColorMatrix

This commit is contained in:
Pavel Shliak 2025-09-22 02:47:28 +04:00 committed by Jelle Raaijmakers
parent b50b89b4a8
commit 5ee1031b89
Notes: github-actions[bot] 2025-10-23 11:37:46 +00:00
21 changed files with 367 additions and 0 deletions

View file

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