mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
26 lines
534 B
C
26 lines
534 B
C
|
/* XPM */
|
||
|
static char * buffer_export_pdf2_xpm[] = {
|
||
|
"18 20 2 1",
|
||
|
". c None",
|
||
|
"+ c #FF0000",
|
||
|
"..................",
|
||
|
"..................",
|
||
|
"........+.........",
|
||
|
".......+++........",
|
||
|
".......+.+........",
|
||
|
".......+++........",
|
||
|
"........+.........",
|
||
|
"........++........",
|
||
|
".......+.+........",
|
||
|
".......+..++......",
|
||
|
".......+...++.++..",
|
||
|
"......+....+++..++",
|
||
|
".....+..+++...++++",
|
||
|
".....+++..........",
|
||
|
"....++............",
|
||
|
"..+++.............",
|
||
|
".+..+.............",
|
||
|
"+..+..............",
|
||
|
".++...............",
|
||
|
".................."};
|