summaryrefslogtreecommitdiff
path: root/linux/pixmaps/pi-slope.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'linux/pixmaps/pi-slope.xpm')
-rw-r--r--linux/pixmaps/pi-slope.xpm24
1 files changed, 24 insertions, 0 deletions
diff --git a/linux/pixmaps/pi-slope.xpm b/linux/pixmaps/pi-slope.xpm
new file mode 100644
index 0000000..a2d9cdf
--- /dev/null
+++ b/linux/pixmaps/pi-slope.xpm
@@ -0,0 +1,24 @@
+/* XPM */
+static char *pi_slope[] = {
+/* columns rows colors chars-per-pixel */
+"16 15 3 1",
+" c Gray0",
+". c Red",
+"X c None",
+/* pixels */
+"XXXXX XXXXXXX",
+"XXXX .... XXXXXX",
+"XX .... XXXXX",
+" .. . XXX",
+" . ...... . XXX",
+" ... .. ... XX",
+" ..... ..... XX",
+" ...... ...... X",
+" ....... ..... X",
+" ....... ...... ",
+" ........ ..... ",
+"X ....... ... X",
+"XXX ..... .. XX",
+"XXXXX .... XXX",
+"XXXXXXX XXXX"
+};