mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 18:40:00 +00:00
LibWeb: Implement <feComposite> SVG filter
This commit is contained in:
parent
bbfc3a0f5e
commit
a00e7cb20b
Notes:
github-actions[bot]
2025-09-30 21:34:29 +00:00
Author: https://github.com/tcl3
Commit: a00e7cb20b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5744
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/konradekk
15 changed files with 303 additions and 0 deletions
|
|
@ -388,6 +388,7 @@ libweb_js_bindings(SVG/SVGImageElement)
|
|||
libweb_js_bindings(SVG/SVGCircleElement)
|
||||
libweb_js_bindings(SVG/SVGEllipseElement)
|
||||
libweb_js_bindings(SVG/SVGFEBlendElement)
|
||||
libweb_js_bindings(SVG/SVGFECompositeElement)
|
||||
libweb_js_bindings(SVG/SVGFEFloodElement)
|
||||
libweb_js_bindings(SVG/SVGFEGaussianBlurElement)
|
||||
libweb_js_bindings(SVG/SVGFEImageElement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue