[lasem] tests: add missing image files included in some sample files.



commit 7b5d9296cdab30855ce428ddb3484dd96bf02f23
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Sat Aug 14 00:21:40 2010 +0200

    tests: add missing image files included in some sample files.

 test/svg/svg1.1/filters/images/bumpMap2.png |  Bin 0 -> 657 bytes
 test/svg/svg1.1/images/sign.png             |  Bin 0 -> 10647 bytes
 test/svg/svg1.1/struct/images/gam030.png    |  Bin 0 -> 213 bytes
 test/svg/svg1.1/struct/images/gam045.png    |  Bin 0 -> 216 bytes
 test/svg/svg1.1/struct/images/gam056.png    |  Bin 0 -> 216 bytes
 test/svg/svg1.1/struct/images/gam100.png    |  Bin 0 -> 205 bytes
 test/svg/svg1.1/struct/images/gam200.png    |  Bin 0 -> 187 bytes
 test/svg/svg1.1/struct/images/rects.svg     |   11 +++++++++++
 8 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/test/svg/svg1.1/filters/images/bumpMap2.png b/test/svg/svg1.1/filters/images/bumpMap2.png
new file mode 100644
index 0000000..1609323
Binary files /dev/null and b/test/svg/svg1.1/filters/images/bumpMap2.png differ
diff --git a/test/svg/svg1.1/images/sign.png b/test/svg/svg1.1/images/sign.png
new file mode 100644
index 0000000..6aac7e1
Binary files /dev/null and b/test/svg/svg1.1/images/sign.png differ
diff --git a/test/svg/svg1.1/struct/images/gam030.png b/test/svg/svg1.1/struct/images/gam030.png
new file mode 100644
index 0000000..904c972
Binary files /dev/null and b/test/svg/svg1.1/struct/images/gam030.png differ
diff --git a/test/svg/svg1.1/struct/images/gam045.png b/test/svg/svg1.1/struct/images/gam045.png
new file mode 100644
index 0000000..b649a8a
Binary files /dev/null and b/test/svg/svg1.1/struct/images/gam045.png differ
diff --git a/test/svg/svg1.1/struct/images/gam056.png b/test/svg/svg1.1/struct/images/gam056.png
new file mode 100644
index 0000000..e5f959d
Binary files /dev/null and b/test/svg/svg1.1/struct/images/gam056.png differ
diff --git a/test/svg/svg1.1/struct/images/gam100.png b/test/svg/svg1.1/struct/images/gam100.png
new file mode 100644
index 0000000..6c7ba5f
Binary files /dev/null and b/test/svg/svg1.1/struct/images/gam100.png differ
diff --git a/test/svg/svg1.1/struct/images/gam200.png b/test/svg/svg1.1/struct/images/gam200.png
new file mode 100644
index 0000000..daa20fc
Binary files /dev/null and b/test/svg/svg1.1/struct/images/gam200.png differ
diff --git a/test/svg/svg1.1/struct/images/rects.svg b/test/svg/svg1.1/struct/images/rects.svg
new file mode 100644
index 0000000..ea0e57f
--- /dev/null
+++ b/test/svg/svg1.1/struct/images/rects.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";> 
+  
+<svg xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";   id="drawrects-structure-image-BE-06"  viewBox="0 0 450 450" width="450" height="450" >
+
+ <g id="drawRects">  
+ 	<rect x="225" y="0" width="225" height="225"  style="fill:red" />
+ 	<rect x="0" y="225" width="225" height="225"  style="fill:yellow" />
+ </g>
+ </svg>
+ 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]