From 259feb608085337f67f4da41ef2f029f341bfa69 Mon Sep 17 00:00:00 2001 From: Tristan Kobusch Date: Thu, 16 Nov 2023 03:19:53 +0100 Subject: [PATCH] fix the size for the "Coat of Arms of the Kingdom of Yugoslavia" svg --- 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 6799baf7e..5f6ac3edd 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()