1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00
audacity/images/Cursors32/ZoomOutCursor.xpm
Panagiotis Vasilopoulos 8db0fa7443
Fixed Zoom cursors
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-26 13:36:54 +00:00

52 lines
1.4 KiB
C

/* XPM */
static const char * const ZoomOutCursorXpm[] = {
"32 32 16 1",
" c #FF0000",
". c #000000",
"+ c #A3A3A3",
"@ c #D4D4D4",
"# c #8A8A8A",
"$ c #FFFFFF",
"% c #848484",
"& c #6C6C6C",
"* c #C4C4C4",
"= c #DEDEDE",
"- c #494949",
"; c #5C5C5C",
"> c #E6E6E6",
", c #727272",
"' c #939393",
") c #9D9D9D",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ... ",
" ..+@+.. ",
" .#$$$$$%. ",
" .&$*...*$&. ",
" .$=. .=$. ",
" .&$&.....&$&. ",
" .+$-;$$$;-$+. ",
" .&$&.....&$&. ",
" .$=. .>$. ",
" .&$*...*$,. ",
" .%$$$$$$$'. ",
" ..+@+.-$$). ",
" ... .+$$+. ",
" .+$$+. ",
" .)$$+. ",
" .)$*. ",
" .,. ",
" . ",
" ",
" ",
" ",
" "};