mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Implement <feImage> SVG filter
This commit is contained in:
parent
5eff541804
commit
d4f05bc4ef
Notes:
github-actions[bot]
2025-08-29 09:16:34 +00:00
Author: https://github.com/tcl3
Commit: d4f05bc4ef
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5856
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/gmta
19 changed files with 242 additions and 3 deletions
|
|
@ -365,6 +365,7 @@ libweb_js_bindings(SVG/SVGEllipseElement)
|
|||
libweb_js_bindings(SVG/SVGFEBlendElement)
|
||||
libweb_js_bindings(SVG/SVGFEFloodElement)
|
||||
libweb_js_bindings(SVG/SVGFEGaussianBlurElement)
|
||||
libweb_js_bindings(SVG/SVGFEImageElement)
|
||||
libweb_js_bindings(SVG/SVGFEMergeElement)
|
||||
libweb_js_bindings(SVG/SVGFEMergeNodeElement)
|
||||
libweb_js_bindings(SVG/SVGFEOffsetElement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue