kicad-source/bitmaps/Edges_Sketch.xpm
kajtek1 b7eaed3fe5 Moved and fixed all XPM files to /bitmaps directory.
Fixed all related files also.
2008-05-22 14:22:57 +00:00

28 lines
491 B
C

/* XPM */
#ifndef XPMMAIN
extern const char* edges_sketch_xpm[];
#else
const char * edges_sketch_xpm[] = {
"16 16 3 1",
" c None",
". c #D72E2E",
"+ c #00009B",
"...+++ +++... ",
". .+ +++ +. . ",
"...+ +... ",
" + + ",
"...+ +... ",
". .+ +. . ",
"...+ +... ",
" + + ",
"...+ +... ",
". .+ +. . ",
"...+ +... ",
" + + ",
"...+ +... ",
". .+ +. . ",
"...+++++++++... ",
" "};
#endif