From 14a6a7d6833c18f1d933cb494180510c889ee1d8 Mon Sep 17 00:00:00 2001 From: John Levon Date: Sat, 7 Sep 2002 23:13:01 +0000 Subject: [PATCH] add dots xpms git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5227 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/images/math/cdots.xpm | 11 +++++++++++ lib/images/math/ddots.xpm | 17 +++++++++++++++++ lib/images/math/ldots.xpm | 25 +++++++++++++++++++++++++ lib/images/math/vdots.xpm | 19 +++++++++++++++++++ 5 files changed, 76 insertions(+) create mode 100644 lib/images/math/cdots.xpm create mode 100644 lib/images/math/ddots.xpm create mode 100644 lib/images/math/ldots.xpm create mode 100644 lib/images/math/vdots.xpm diff --git a/lib/ChangeLog b/lib/ChangeLog index 3c7d7062e7..c4dc1d57f7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-09-08 John Levon + + * images/math/: add dots XPMs + 2002-09-07 John Levon * 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 index 0000000000..2a08f25a07 --- /dev/null +++ b/lib/images/math/cdots.xpm @@ -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 index 0000000000..fe08b169ac --- /dev/null +++ b/lib/images/math/ddots.xpm @@ -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 index 0000000000..9fe6d7bd0a --- /dev/null +++ b/lib/images/math/ldots.xpm @@ -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 index 0000000000..70fcec7e8d --- /dev/null +++ b/lib/images/math/vdots.xpm @@ -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", +"..", +".." +}; -- 2.39.2