Sam Atkins
2fad940b0b
LibWeb: Add SVG <polygon>
element and test case :^)
2022-02-11 21:38:27 +01:00
Sam Atkins
116a1f485c
LibWeb: Add SVG <polyline>
element and test case :^)
2022-02-11 21:38:27 +01:00
Sam Atkins
17912330c4
LibWeb: Add SVG <line>
element and test case :^)
2022-02-11 21:38:27 +01:00
Sam Atkins
3a1a35ef8f
LibWeb: Add SVG <ellipse>
element and test case :^)
2022-02-11 21:38:27 +01:00
Sam Atkins
21bdcee3c3
LibWeb: Add SVG <circle>
element and test case :^)
2022-02-11 21:38:27 +01:00
Sam Atkins
1dde6a0a2b
LibWeb: Add SVG <rect>
element and test case :^)
2022-02-11 21:38:27 +01:00
Sam Atkins
f4ceea2a0e
Base: Modify SVG test page to include inherited attributes
...
Some SVG attributes can be inherited, similarly to CSS properties. This
change moves some attributes from a `<path>` to a parent `<g>` to test
this works.
2022-01-24 17:04:00 +01:00
Sam Atkins
2c8c56684b
Base: Add CSS styles to SVG test page
...
SVG is styleable using CSS, so this adds an extra triangle to the page,
which is styled with CSS instead of attributes.
2021-09-16 22:30:33 +02:00
Matthew Olsson
2e73082203
Base: Add SVG test file to welcome page
2020-07-26 14:53:43 +02:00