kicad/bitmaps_xpm/add_zone_cutout.xpm

28 lines
497 B
C
Raw Normal View History

2008-01-01 11:58:14 +00:00
/* XPM */
#ifndef XPMMAIN
extern const char *add_zone_cutout_xpm[];
2008-01-01 11:58:14 +00:00
#else
const char * add_zone_cutout_xpm[] = {
2008-01-01 11:58:14 +00:00
"16 16 3 1",
" c None",
". c #007D00",
"+ c #900000",
" ..............",
".... ........",
"... ++++ .......",
".. +++++++ .....",
". ++ ++ ...",
". ++ ++ ..",
". ++ ++ ..",
". ++ ++ .",
".. ++++++++++ ..",
2008-01-01 11:58:14 +00:00
"... +++++++ ... ",
".... .... ",
"............ ",
"............. ",
".............. ",
" ............. ",
" ............ "};
#endif