summaryrefslogtreecommitdiff
path: root/tools/glade/glade/graphics/drawingarea.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/glade/glade/graphics/drawingarea.xpm')
-rw-r--r--tools/glade/glade/graphics/drawingarea.xpm33
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/glade/glade/graphics/drawingarea.xpm b/tools/glade/glade/graphics/drawingarea.xpm
new file mode 100644
index 00000000..4770628b
--- /dev/null
+++ b/tools/glade/glade/graphics/drawingarea.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char *drawingarea_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"21 21 6 1",
+" c Gray0",
+". c Blue",
+"X c Red",
+"o c Yellow",
+"O c #b3cece",
+"+ c None",
+/* pixels */
+"+++++++++++++++++++++",
+"+++++++++++++++++++++",
+"+++++++++++++++++++++",
+"++ +++++++++",
+"++ XXXXXXXX +++++++++",
+"++ XXXXXXXX +++++",
+"++ XXXXXXX ooooo ++++",
+"++ XXXXXX ooooooo +++",
+"++ XXXXX ooooooooo ++",
+"++ XXXXX ooooooooo ++",
+"++ XXXXX ooooooooo ++",
+"++ XXXXX ooooooooo ++",
+"++ ooooooo +++",
+"++++ ..... ooooo ++++",
+"++++ ...... +++++",
+"++++ ......... ++++++",
+"++++ ......... ++++++",
+"++++ ......... ++++++",
+"++++ ++++++",
+"+++++++++++++++++++++",
+"+++++++++++++++++++++"
+};