summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-2.1.1/tests/xpm/bug00185.xpm
blob: bb7cd7975a83d007cfac2b81c5a68f87810d804d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* XPM */
static char * a[] = {
/* width height colors cpp */
"4 4 3 1",
"  c None",
"x c #ff00ff",
". c #ff0000",
/* pixels */
" ..x",
".xxx",
"xxx.",
"x.. "};