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
Andreas Kling
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
...
This makes it much clearer what this cast actually does: it will
VERIFY that the thing we're casting is a T (using is<T>()).
2021-06-24 19:57:01 +02:00
Luke
31364da590
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
2021-04-22 23:15:33 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00