You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
696 B
35 lines
696 B
13 years ago
|
/* XPM */
|
||
|
static const char *file_saveaspostscript[] = {
|
||
|
"20 20 10 1",
|
||
|
" c white",
|
||
|
"! c #000",
|
||
|
"# c #002EFF",
|
||
|
"$ c #999999999999",
|
||
|
"% c None",
|
||
|
"& c #00C900",
|
||
|
"( c #ffff00",
|
||
|
") c red1",
|
||
|
"* c black",
|
||
|
"+ c grey100",
|
||
|
"!!!!!!!!!!!!!!!!!!!!",
|
||
|
"!##!$$$!!!!!!$$$!%%!",
|
||
|
"!##!$$!&&&&&&!$$!%%!",
|
||
|
"!##!$!(&&&&&&&!$!!!!",
|
||
|
"!##!!(((&&&&&&&!!##!",
|
||
|
"!##!!((((&&&&&&!!##!",
|
||
|
"!##!!((((()&&&&!!##!",
|
||
|
"!##!!((())))&&&!!##!",
|
||
|
"!##!!(())))))&&!!##!",
|
||
|
"!##!$!))))))))!$!##!",
|
||
|
"!###!$!))))))!$*###!",
|
||
|
"!####***!!!!!***###!",
|
||
|
"!##################!",
|
||
|
"!###!!!!!!!!!!!!!##!",
|
||
|
"!###!+++!+++!$$$!##!",
|
||
|
"!###!+!+!+!!!$$$!##!",
|
||
|
"!###!+++!+++!$$$!##!",
|
||
|
"!###!+!!!!!+!$$$!##!",
|
||
|
"!###!+!!!+++!$$$!##!",
|
||
|
"%!!!!!!!!!!!!!!!!!!%"
|
||
|
};
|