1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00

LibWeb: Load external images with image/svg+xml as SVG-as-image

This commit is contained in:
Andreas Kling 2023-05-21 07:13:27 +02:00
parent 94a26e2715
commit 3c7b0192fa
2 changed files with 7 additions and 6 deletions

View file

@ -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();