mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb+LibGfx: Implement SVGFEMorphologyElement
This filter primitive is used to erode or dilate an image.
This commit is contained in:
parent
837d5fb7ea
commit
36c6079dbc
Notes:
github-actions[bot]
2025-11-15 15:09:46 +00:00
Author: https://github.com/tcl3
Commit: 36c6079dbc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6831
17 changed files with 235 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue