LibWeb/SVG: Add stop-color and stop-opacity to AttributeNames

This commit is contained in:
Sam Atkins 2025-06-04 14:31:08 +01:00
commit bc8a97589f
Notes: github-actions[bot] 2025-06-05 11:11:27 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -76,6 +76,8 @@ namespace Web::SVG::AttributeNames {
__ENUMERATE_SVG_ATTRIBUTE(startOffset, "startOffset") \
__ENUMERATE_SVG_ATTRIBUTE(stdDeviation, "stdDeviation") \
__ENUMERATE_SVG_ATTRIBUTE(stitchTiles, "stitchTiles") \
__ENUMERATE_SVG_ATTRIBUTE(stopColor, "stop-color") \
__ENUMERATE_SVG_ATTRIBUTE(stopOpacity, "stop-opacity") \
__ENUMERATE_SVG_ATTRIBUTE(surfaceScale, "surfaceScale") \
__ENUMERATE_SVG_ATTRIBUTE(systemLanguage, "systemLanguage") \
__ENUMERATE_SVG_ATTRIBUTE(tableValues, "tableValues") \