Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Jonne Ransijn
07cd7d479f
LibWeb: Remove reference counting for CSS::StyleProperties
...
`AK::CopyOnWrite` already does reference counting, so there is no need
to do it again.
2024-10-27 13:26:30 +01:00
Benjamin Bjerken
0c04bd6676
LibWeb: Add SVGImageElement load and error events
...
This resolves all WPT timeouts in html/canvas/element/manual/imagebitmap
We can now run an additional 6 tests and 126 subtests :)
This also adds regression tests for this behavior.
2024-10-16 22:59:28 +01:00
Tim Ledbetter
dcbb073b3e
LibWeb: Relayout document when SVG image is successfully loaded
2024-09-03 10:30:22 +01:00
Tim Ledbetter
a95905f93f
LibWeb: Support animations in embedded SVG images
2024-08-30 13:35:07 +02:00
Tim Ledbetter
03bbc2b111
LibWeb/SVG: Implement SVGImageElement
...
This element allows images to be embedded within SVGs.
2024-08-29 06:28:44 +02:00