diff options
Diffstat (limited to 'symbols/marker.xpm')
-rw-r--r-- | symbols/marker.xpm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/symbols/marker.xpm b/symbols/marker.xpm new file mode 100644 index 0000000..f5a26fb --- /dev/null +++ b/symbols/marker.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static const char * marker_xpm[] = { +"18 20 2 1", +". c #000000", +"+ c #FFFFFF", +"++++++++++++++++++", +"++++++++++++++++++", +"++.+++++++++++++++", +"++...+++++++++++++", +"++.....+++++++++++", +"++..++...+++++++++", +"++..++++...+++++++", +"++..++++++...+++++", +"++..++++++++...+++", +"++..+++++++++...++", +"++..+++++++++...++", +"++..++++++++...+++", +"++..++++++...+++++", +"++..++++...+++++++", +"++..++...+++++++++", +"++.....+++++++++++", +"++...+++++++++++++", +"++.+++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++"}; |