summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.2/media04.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arthur/data/1.2/media04.svg')
-rw-r--r--tests/arthur/data/1.2/media04.svg24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/arthur/data/1.2/media04.svg b/tests/arthur/data/1.2/media04.svg
new file mode 100644
index 0000000000..5c39652059
--- /dev/null
+++ b/tests/arthur/data/1.2/media04.svg
@@ -0,0 +1,24 @@
+<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ width="100%" height="100%" viewBox="0 0 400 300">
+ <desc>Example of switching on the http://www.w3.org/TR/SVG12/feature#TransformedVideo feature string</desc>
+ <switch>
+
+ <!-- Transformed video group -->
+ <g requiredFeatures="http://www.w3.org/TR/SVG12/feature#TransformedVideo"
+ transform="translate(-21,-34) scale(1.24) rotate(-30)">
+ <rect x="6" y="166" width="184" height="140" fill="none" stroke="blue"
+ stroke-width="4" />
+ <video xlink:href="ski.avi" audio-level=".8" type="video/x-msvideo"
+ x="10" y="170" width="176" height="132"/>
+ </g>
+
+ <!-- Untransformed video group -->
+ <g>
+ <rect x="6" y="166" width="184" height="140" fill="none" stroke="blue"
+ stroke-width="4"/>
+ <video xlink:href="ski.avi" audio-level=".8" type="video/x-msvideo"
+ x="10" y="170"/>
+ </g>
+ </switch>
+</svg>