mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Add SVG <polyline>
element and test case :^)
This commit is contained in:
parent
17912330c4
commit
116a1f485c
Notes:
sideshowbarker
2024-07-17 19:00:24 +09:00
Author: https://github.com/AtkinsSJ
Commit: 116a1f485c
Pull-request: https://github.com/SerenityOS/serenity/pull/12444
Reviewed-by: https://github.com/awesomekling
13 changed files with 141 additions and 1 deletions
|
@ -45,6 +45,7 @@ namespace Web::SVG::AttributeNames {
|
|||
E(patternContentUnits) \
|
||||
E(patternTransform) \
|
||||
E(patternUnits) \
|
||||
E(points) \
|
||||
E(pointsAtX) \
|
||||
E(pointsAtY) \
|
||||
E(pointsAtZ) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue