LibWeb+LibGfx: Implement SVGFEMorphologyElement

This filter primitive is used to erode or dilate an image.
This commit is contained in:
Tim Ledbetter 2025-11-15 12:30:15 +00:00 committed by Andreas Kling
parent 837d5fb7ea
commit 36c6079dbc
Notes: github-actions[bot] 2025-11-15 15:09:46 +00:00
17 changed files with 235 additions and 0 deletions

View file

@ -927,6 +927,7 @@ set(SOURCES
SVG/SVGFEImageElement.cpp
SVG/SVGFEMergeElement.cpp
SVG/SVGFEMergeNodeElement.cpp
SVG/SVGFEMorphologyElement.cpp
SVG/SVGFEOffsetElement.cpp
SVG/SVGFilterElement.cpp
SVG/SVGFilterPrimitiveStandardAttributes.cpp