mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
LibWeb: Add SVG <circle>
element and test case :^)
This commit is contained in:
parent
1dde6a0a2b
commit
21bdcee3c3
11 changed files with 132 additions and 0 deletions
|
@ -19,6 +19,8 @@ namespace Web::SVG::AttributeNames {
|
|||
E(clipPathUnits) \
|
||||
E(contentScriptType) \
|
||||
E(contentStyleType) \
|
||||
E(cx) \
|
||||
E(cy) \
|
||||
E(diffuseConstant) \
|
||||
E(edgeMode) \
|
||||
E(filterUnits) \
|
||||
|
@ -49,6 +51,7 @@ namespace Web::SVG::AttributeNames {
|
|||
E(preserveAlpha) \
|
||||
E(preserveAspectRatio) \
|
||||
E(primitiveUnits) \
|
||||
E(r) \
|
||||
E(refX) \
|
||||
E(refY) \
|
||||
E(repeatCount) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue