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:
parent
aa2f20fb60
commit
1dde6a0a2b
11 changed files with 225 additions and 1 deletions
|
@ -54,6 +54,8 @@ namespace Web::SVG::AttributeNames {
|
|||
E(repeatCount) \
|
||||
E(repeatDur) \
|
||||
E(requiredExtensions) \
|
||||
E(rx) \
|
||||
E(ry) \
|
||||
E(requiredFeatures) \
|
||||
E(specularConstant) \
|
||||
E(specularExponent) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue