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:
parent
94a26e2715
commit
3c7b0192fa
2 changed files with 7 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue