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

LibWeb: Add SVG <rect> element and test case :^)

This commit is contained in:
Sam Atkins 2022-02-11 15:52:42 +00:00 committed by Andreas Kling
parent aa2f20fb60
commit 1dde6a0a2b
11 changed files with 225 additions and 1 deletions

View file

@ -54,6 +54,8 @@ namespace Web::SVG::AttributeNames {
E(repeatCount) \
E(repeatDur) \
E(requiredExtensions) \
E(rx) \
E(ry) \
E(requiredFeatures) \
E(specularConstant) \
E(specularExponent) \