summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/curved-line-tangent.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/bitmaps/curved-line-tangent.xpm')
-rw-r--r--app/bin/bitmaps/curved-line-tangent.xpm98
1 files changed, 98 insertions, 0 deletions
diff --git a/app/bin/bitmaps/curved-line-tangent.xpm b/app/bin/bitmaps/curved-line-tangent.xpm
new file mode 100644
index 0000000..e184d3a
--- /dev/null
+++ b/app/bin/bitmaps/curved-line-tangent.xpm
@@ -0,0 +1,98 @@
+static char *curved_line_tangent_x16[] = {
+ "16 16 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #330000",
+ "2 c #CC0000",
+ " ",
+ " 00000",
+ " 0000 ",
+ " 000 ",
+ " 00 ",
+ " 10 ",
+ " 022 ",
+ " 00 22 ",
+ " 00 22 ",
+ " 0 22 ",
+ " 00 22 ",
+ " 00 22 2 ",
+ " 0 22 2 ",
+ " 0 222 ",
+ "00 2222 ",
+ " 0 "};
+
+static char *curved_line_tangent_x24[] = {
+ "24 24 5 1",
+ " c None",
+ "0 c #000000",
+ "1 c #330000",
+ "2 c #660000",
+ "3 c #CC0000",
+ " ",
+ " ",
+ " 000000 ",
+ " 0000 ",
+ " 000 ",
+ " 000 ",
+ " 00 ",
+ " 00 ",
+ " 01 ",
+ " 23 ",
+ " 0 3 ",
+ " 0 3 ",
+ " 00 3 ",
+ " 0 3 ",
+ " 0 33 ",
+ " 0 33 ",
+ " 00 33 ",
+ " 0 33 3 ",
+ " 00 33 3 ",
+ " 00 33 3 ",
+ " 00 333 ",
+ " 00 33333 ",
+ " 0 3 ",
+ " "};
+
+static char *curved_line_tangent_x32[] = {
+ "32 32 6 1",
+ " c None",
+ "0 c #000000",
+ "1 c #330000",
+ "2 c #990000",
+ "3 c #CC0000",
+ "4 c #800000",
+ " ",
+ " ",
+ " 00000 ",
+ " 00000000 ",
+ " 0000000 ",
+ " 00000 ",
+ " 00000 ",
+ " 0000 ",
+ " 000 ",
+ " 000 ",
+ " 0000 ",
+ " 001 ",
+ " 0043 ",
+ " 002333 ",
+ " 00 333 ",
+ " 000 333 ",
+ " 000 333 ",
+ " 00 333 ",
+ " 000 333 ",
+ " 00 333 ",
+ " 000 333 ",
+ " 00 333 ",
+ " 00 333 3 ",
+ " 00 333 33 ",
+ " 00 333 33 ",
+ " 00 333 33 ",
+ " 00 333333 ",
+ " 000 3333 ",
+ " 000 33333333 ",
+ " 00 33333333 ",
+ " ",
+ " "};
+
+static char **curved_line_tangent_xpm[3] = { curved_line_tangent_x16, curved_line_tangent_x24, curved_line_tangent_x32 };
+