mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Implement SVGFEColorMatrixElement and feColorMatrix
This commit is contained in:
parent
b50b89b4a8
commit
5ee1031b89
Notes:
github-actions[bot]
2025-10-23 11:37:46 +00:00
Author: https://github.com/shlyakpavel
Commit: 5ee1031b89
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6262
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/konradekk
21 changed files with 367 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/SVGFEColorMatrixElement)
|
||||
libweb_js_bindings(SVG/SVGFECompositeElement)
|
||||
libweb_js_bindings(SVG/SVGFEFloodElement)
|
||||
libweb_js_bindings(SVG/SVGFEGaussianBlurElement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue