summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.2/noonoo.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arthur/data/1.2/noonoo.svg')
-rw-r--r--tests/arthur/data/1.2/noonoo.svg13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/arthur/data/1.2/noonoo.svg b/tests/arthur/data/1.2/noonoo.svg
new file mode 100644
index 0000000000..9e601bd075
--- /dev/null
+++ b/tests/arthur/data/1.2/noonoo.svg
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ width="420" height="340" viewBox="0 0 420 340">
+ <desc>SVG 1.2 video example</desc>
+ <g>
+ <circle cx="0" cy="0" r="170" fill="#da4" fill-opacity="0.3"/>
+ <video xlink:href="noonoo.avi" audio-level=".8" type="video/x-msvideo"
+ width="320" height="240" x="50" y="50" repeatCount="indefinite"/>
+ <circle cx="420" cy="340" r="170" fill="#927" fill-opacity="0.3"/>
+ <rect x="1" y="1" width="418" height="338" fill="none"
+ stroke="#777" stroke-width="1"/>
+ </g>
+</svg>