From deac798f239e483b2abc2805f9bb6a000bfcc845 Mon Sep 17 00:00:00 2001 From: Tristan Kobusch Date: Sat, 18 Nov 2023 11:22:25 +0100 Subject: [PATCH] fix the size for the "Coat of Arms of the Kingdom of Yugoslavia" svg (#413) --- examples/scenes/src/download/default_downloads.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scenes/src/download/default_downloads.rs b/examples/scenes/src/download/default_downloads.rs index 6799baf7..5f6ac3ed 100644 --- a/examples/scenes/src/download/default_downloads.rs +++ b/examples/scenes/src/download/default_downloads.rs @@ -34,7 +34,7 @@ pub(super) fn default_downloads() -> Vec { builtin:Some(BuiltinSvgProps { info: "https://commons.wikimedia.org/wiki/File:Coat_of_arms_of_the_Kingdom_of_Yugoslavia.svg", license: "Public Domain", - expected_size: 12795806, + expected_size: 15413803, }), url: "https://upload.wikimedia.org/wikipedia/commons/5/58/Coat_of_arms_of_the_Kingdom_of_Yugoslavia.svg".to_string(), name: "Coat of Arms of the Kingdom of Yugoslavia".to_string()