mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb/SVG: Add filter primitive attributes
This commit is contained in:
parent
a8fc15c6b3
commit
6fb75b5ba9
Notes:
github-actions[bot]
2025-07-09 17:08:55 +00:00
Author: https://github.com/ananas-dev
Commit: 6fb75b5ba9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5028
Reviewed-by: https://github.com/gmta ✅
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,8 @@ namespace Web::SVG::AttributeNames {
|
|||
__ENUMERATE_SVG_ATTRIBUTE(gradientUnits, "gradientUnits") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(height, "height") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(href, "href") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(in, "in") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(in2, "in2") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(kernelMatrix, "kernelMatrix") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(kernelUnitLength, "kernelUnitLength") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(keyPoints, "keyPoints") \
|
||||
|
@ -68,6 +70,7 @@ namespace Web::SVG::AttributeNames {
|
|||
__ENUMERATE_SVG_ATTRIBUTE(repeatDur, "repeatDur") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(requiredExtensions, "requiredExtensions") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(requiredFeatures, "requiredFeatures") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(result, "result") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(rx, "rx") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(ry, "ry") \
|
||||
__ENUMERATE_SVG_ATTRIBUTE(specularConstant, "specularConstant") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue