mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 13:49:05 +00:00
LibWeb: Add SVG <line>
element and test case :^)
This commit is contained in:
parent
3a1a35ef8f
commit
17912330c4
Notes:
sideshowbarker
2024-07-17 19:00:28 +09:00
Author: https://github.com/AtkinsSJ
Commit: 17912330c4
Pull-request: https://github.com/SerenityOS/serenity/pull/12444
Reviewed-by: https://github.com/awesomekling
11 changed files with 126 additions and 0 deletions
|
@ -77,8 +77,12 @@ namespace Web::SVG::AttributeNames {
|
|||
E(viewTarget) \
|
||||
E(width) \
|
||||
E(x) \
|
||||
E(x1) \
|
||||
E(x2) \
|
||||
E(xChannelSelector) \
|
||||
E(y) \
|
||||
E(y1) \
|
||||
E(y2) \
|
||||
E(yChannelSelector) \
|
||||
E(zoomAndPan)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue