]> git.lyx.org Git - features.git/commitdiff
add dots xpms
authorJohn Levon <levon@movementarian.org>
Sat, 7 Sep 2002 23:13:01 +0000 (23:13 +0000)
committerJohn Levon <levon@movementarian.org>
Sat, 7 Sep 2002 23:13:01 +0000 (23:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5227 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/images/math/cdots.xpm [new file with mode: 0644]
lib/images/math/ddots.xpm [new file with mode: 0644]
lib/images/math/ldots.xpm [new file with mode: 0644]
lib/images/math/vdots.xpm [new file with mode: 0644]

index 3c7d7062e7f96426af54cc3218203de4fbfd31e5..c4dc1d57f7138ac27bbeba9cfcfce9d1743e2eeb 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-08  John Levon  <levon@movementarian.org>
+
+       * images/math/: add dots XPMs
 2002-09-07  John Levon  <levon@movementarian.org>
 
        * ui/default.ui: add depth-decrement too as discussed
diff --git a/lib/images/math/cdots.xpm b/lib/images/math/cdots.xpm
new file mode 100644 (file)
index 0000000..2a08f25
--- /dev/null
@@ -0,0 +1,11 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"10 2 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"..XX..XX..",
+"..XX..XX.."
+};
diff --git a/lib/images/math/ddots.xpm b/lib/images/math/ddots.xpm
new file mode 100644 (file)
index 0000000..fe08b16
--- /dev/null
@@ -0,0 +1,17 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"8 8 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"..XXXXXX",
+"..XXXXXX",
+"XXXXXXXX",
+"XXX..XXX",
+"XXX..XXX",
+"XXXXXXXX",
+"XXXXXX..",
+"XXXXXX.."
+};
diff --git a/lib/images/math/ldots.xpm b/lib/images/math/ldots.xpm
new file mode 100644 (file)
index 0000000..9fe6d7b
--- /dev/null
@@ -0,0 +1,25 @@
+/* XPM */
+static char * ldots_xpm[] = {
+"10 20 2 1",
+"      c None",
+".     c #5972FF",
+"          ",
+"          ",
+"          ",
+"          ",
+"          ",
+"          ",
+"          ",
+"          ",
+"          ",
+"          ",
+"          ",
+"          ",
+"..  ..  ..",
+"..  ..  ..",
+"          ",
+"          ",
+"          ",
+"          ",
+"          ",
+"          "};
diff --git a/lib/images/math/vdots.xpm b/lib/images/math/vdots.xpm
new file mode 100644 (file)
index 0000000..70fcec7
--- /dev/null
@@ -0,0 +1,19 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"2 10 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"..",
+"..",
+"XX",
+"XX",
+"..",
+"..",
+"XX",
+"XX",
+"..",
+".."
+};