Commit Graph

4 Commits

Author SHA1 Message Date
Benjamin Bjerken
a3c986021d 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.

(cherry picked from commit 0c04bd66764dfbe8f6da515d09b076683c61e93c)
2024-11-13 10:17:34 -05:00
Tim Ledbetter
5ae6977db0 LibWeb: Relayout document when SVG image is successfully loaded
(cherry picked from commit dcbb073b3e801ec2530559c91aa0df3f1a73f566)
2024-10-21 12:01:12 -04:00
Tim Ledbetter
7e3459028e LibWeb: Support animations in embedded SVG images
(cherry picked from commit a95905f93f5621daa86f838ed5b7138bc6e095e1)
2024-10-21 12:01:12 -04:00
Tim Ledbetter
5dc046bb7a LibWeb/SVG: Implement SVGImageElement
This element allows images to be embedded within SVGs.

(cherry picked from commit 03bbc2b111b211f472bfbc0f04c10f03e28dbbdf)
2024-10-21 12:01:12 -04:00