1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

LibWeb: Add tag and attribute names for SVG linear gradients

This commit is contained in:
MacDue 2023-05-02 22:48:48 +01:00 committed by Andreas Kling
parent 81cefab1b1
commit 9ecc5413de
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,9 @@ namespace Web::SVG::AttributeNames {
E(diffuseConstant) \
E(edgeMode) \
E(filterUnits) \
E(fr) \
E(fx) \
E(fy) \
E(glyphRef) \
E(gradientTransform) \
E(gradientUnits) \