LibWeb/SVG: Add FEGaussianBlurElement

This commit is contained in:
Lucien Fiorini 2025-07-04 21:08:28 +02:00 committed by Sam Atkins
commit 5d85959f5f
Notes: github-actions[bot] 2025-07-09 17:08:34 +00:00
10 changed files with 133 additions and 0 deletions

View file

@ -79,6 +79,8 @@ namespace Web::SVG::AttributeNames {
__ENUMERATE_SVG_ATTRIBUTE(spreadMethod, "spreadMethod") \
__ENUMERATE_SVG_ATTRIBUTE(startOffset, "startOffset") \
__ENUMERATE_SVG_ATTRIBUTE(stdDeviation, "stdDeviation") \
__ENUMERATE_SVG_ATTRIBUTE(stdDeviationX, "stdDeviationX") \
__ENUMERATE_SVG_ATTRIBUTE(stdDeviationY, "stdDeviationY") \
__ENUMERATE_SVG_ATTRIBUTE(stitchTiles, "stitchTiles") \
__ENUMERATE_SVG_ATTRIBUTE(stopColor, "stop-color") \
__ENUMERATE_SVG_ATTRIBUTE(stopOpacity, "stop-opacity") \