mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 16:46:08 +00:00
LibWeb/SVG: Add stop-color and stop-opacity to AttributeNames
This commit is contained in:
parent
3b68fd0b8e
commit
bc8a97589f
Notes:
github-actions[bot]
2025-06-05 11:11:27 +00:00
Author: https://github.com/AtkinsSJ
Commit: bc8a97589f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4995
2 changed files with 5 additions and 5 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue