diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2026-01-02 22:42:31 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2026-01-02 22:42:31 +0100 |
| commit | 6ed8f5151719fbc14ec0ac6d28a346d1f74cf2ca (patch) | |
| tree | ebe7588e89e1aa2ae5376acf85f3a3a7b2ec7e10 /test/data | |
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/test.jpeg | bin | 0 -> 734 bytes | |||
| -rw-r--r-- | test/data/test.png | bin | 0 -> 171 bytes | |||
| -rw-r--r-- | test/data/test.svg | 62 | ||||
| -rw-r--r-- | test/data/test.xpm | 17 |
4 files changed, 79 insertions, 0 deletions
diff --git a/test/data/test.jpeg b/test/data/test.jpeg Binary files differnew file mode 100644 index 0000000..0bc367a --- /dev/null +++ b/test/data/test.jpeg diff --git a/test/data/test.png b/test/data/test.png Binary files differnew file mode 100644 index 0000000..6c4877b --- /dev/null +++ b/test/data/test.png 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 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="10" + height="10" + viewBox="0 0 10 10" + version="1.1" + id="svg1" + inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)" + sodipodi:docname="test.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview1" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="px" + inkscape:current-layer="layer1" /> + <defs + id="defs1" /> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:#ff0000;fill-rule:evenodd;" + id="rect1" + width="5" + height="5" + x="0" + y="0" /> + <rect + style="opacity:0.5;fill:#ff0000;fill-rule:evenodd" + id="rect1-36" + width="5" + height="5" + x="5" + y="5" /> + <rect + style="fill:#00ff00;fill-rule:evenodd" + id="rect1-3" + width="5" + height="5" + x="5" + y="0" /> + <rect + style="fill:#0000ff;fill-rule:evenodd" + id="rect1-3-1" + width="5" + height="5" + x="0" + y="5" /> + </g> +</svg> 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", +".....+++++", +".....+++++", +".....+++++", +".....+++++", +".....+++++", +"@@@@@ ", +"@@@@@ ", +"@@@@@ ", +"@@@@@ ", +"@@@@@ "}; |
