Shrink pencil pixels

This commit is contained in:
Seth Hillbrand 2021-01-05 09:22:23 -08:00
parent b19ccd819e
commit 52cc5e2df1
1 changed files with 28 additions and 28 deletions

View File

@ -1,9 +1,9 @@
/* XPM */
/* XPM */
static const char * cursor_pencil_xpm[] = {
"32 32 3 1",
" c None",
"! c black",
"# c white",
". c #FFFFFF",
"+ c #000000",
" ",
" ",
" ",
@ -11,28 +11,28 @@ static const char * cursor_pencil_xpm[] = {
" ",
" ",
" ",
" #!# ",
" #!##! ",
" #!##!## ",
" #!##!###! ",
" #!##!###!## ",
" #!##!###!##! ",
" #!##!###!##!# ",
" #!!!!###!##!# ",
" #!#!###!##!# ",
" #!##!##!##!# ",
" #!###!!!#!# ",
" #!#####!!# ",
" #!######!# ",
" #!!###!!# ",
" #!!!!!## ",
" #!!!## ",
" ### #### ",
" #!# ",
" #!# ",
"####!#### ",
"#!!! !!!# ",
"####!#### ",
" #!# ",
" #!# ",
" ### "};
" ",
" ",
" .. ",
" .++. ",
" .++++. ",
" .++++++. ",
" .+++++++. ",
" .+++++++. ",
" .+++++++. ",
" .+++++++. ",
" .++++++. ",
" . .++++. ",
" .+. .++. ",
" .++. .. ",
" .+++. ",
" .++++. ",
" ... ..... ",
" .+. ",
" .+. ",
"....+.... ",
".+++ +++. ",
"....+.... ",
" .+. ",
" .+. ",
" ... "};