Make all flags 2 pixels taller.

Aspect-ratio is now correct for nearly all flags.
This commit is contained in:
Jordan Woyak
2013-01-10 19:20:47 -06:00
parent 34a8273801
commit 7fdfd1ef65
10 changed files with 410 additions and 377 deletions

View File

@ -1,11 +1,12 @@
/* XPM */
static const char * Flag_Germany_xpm[] = {
"96 32 4 1",
"96 32 6 1",
" c None",
". c #000000",
"+ c #DD0000",
"@ c #FFCE00",
" ",
"+ c #4A0000",
"@ c #DD0000",
"# c #F48A00",
"$ c #FFCE00",
" ",
" ",
" ",
@ -18,22 +19,23 @@ static const char * Flag_Germany_xpm[] = {
"................................ ",
"................................ ",
".++++++++++++++++++++++++++++++. ",
".++++++++++++++++++++++++++++++. ",
".++++++++++++++++++++++++++++++. ",
".++++++++++++++++++++++++++++++. ",
".++++++++++++++++++++++++++++++. ",
".++++++++++++++++++++++++++++++. ",
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
".@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. ",
".##############################. ",
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. ",
"................................ ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};