mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibWeb: Load external images with image/svg+xml as SVG-as-image
This commit is contained in:
@@ -93,7 +93,7 @@ private:
|
||||
|
||||
virtual JS::GCPtr<Layout::Node> create_layout_node(NonnullRefPtr<CSS::StyleProperties>) override;
|
||||
|
||||
void handle_successful_fetch(AK::URL const&, ImageRequest&, ByteBuffer);
|
||||
void handle_successful_fetch(AK::URL const&, StringView mime_type, ImageRequest&, ByteBuffer);
|
||||
void handle_failed_fetch();
|
||||
|
||||
void animate();
|
||||
|
||||
Reference in New Issue
Block a user