From 6ed8f5151719fbc14ec0ac6d28a346d1f74cf2ca Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Fri, 2 Jan 2026 22:42:31 +0100 Subject: Initial commit --- test/data/test.jpeg | Bin 0 -> 734 bytes test/data/test.png | Bin 0 -> 171 bytes test/data/test.svg | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ test/data/test.xpm | 17 ++++++++++++++ 4 files changed, 79 insertions(+) create mode 100644 test/data/test.jpeg create mode 100644 test/data/test.png create mode 100644 test/data/test.svg create mode 100644 test/data/test.xpm (limited to 'test/data') diff --git a/test/data/test.jpeg b/test/data/test.jpeg new file mode 100644 index 0000000..0bc367a Binary files /dev/null and b/test/data/test.jpeg differ diff --git a/test/data/test.png b/test/data/test.png new file mode 100644 index 0000000..6c4877b Binary files /dev/null and b/test/data/test.png differ diff --git a/test/data/test.svg b/test/data/test.svg new file mode 100644 index 0000000..155a68a --- /dev/null +++ b/test/data/test.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + diff --git a/test/data/test.xpm b/test/data/test.xpm new file mode 100644 index 0000000..12eb337 --- /dev/null +++ b/test/data/test.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static char * test_xpm[] = { +"10 10 4 1", +" c None", +". c #FF0000", +"+ c #00FF00", +"@ c #0000FF", +".....+++++", +".....+++++", +".....+++++", +".....+++++", +".....+++++", +"@@@@@ ", +"@@@@@ ", +"@@@@@ ", +"@@@@@ ", +"@@@@@ "}; -- cgit v1.2.3-70-g09d2