Skip to content

Commit

Permalink
fix the size for the "Coat of Arms of the Kingdom of Yugoslavia" svg
Browse files Browse the repository at this point in the history
  • Loading branch information
kobutri committed Nov 16, 2023
1 parent e6c5bcf commit 259feb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scenes/src/download/default_downloads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub(super) fn default_downloads() -> Vec<SVGDownload> {
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()
Expand Down

0 comments on commit 259feb6

Please sign in to comment.