LibWeb/SVG: Add FEFloodElement

This commit is contained in:
Lucien Fiorini
2025-07-06 21:48:55 +02:00
committed by Sam Atkins
parent de271b16fc
commit d3684a36b0
Notes: github-actions[bot] 2025-07-09 17:08:44 +00:00
22 changed files with 189 additions and 18 deletions

View File

@@ -385,6 +385,10 @@ All supported properties and their default values exposed from CSSStylePropertie
'flexWrap': 'nowrap'
'flex-wrap': 'nowrap'
'float': 'none'
'floodColor': 'rgb(0, 0, 0)'
'flood-color': 'rgb(0, 0, 0)'
'floodOpacity': '1'
'flood-opacity': '1'
'font': '16px serif'
'fontFamily': 'serif'
'font-family': 'serif'