Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/smils/imagesvg.smil
diff options
context:
space:
mode:
authorTony Anderson <tony_anderson@usa.net>2009-09-02 15:25:45 (GMT)
committer Tony Anderson <tony_anderson@usa.net>2009-09-02 15:25:45 (GMT)
commit63636bdfccca6023c50fce3b06d170ea50e062d7 (patch)
tree8e5ded9e071c248746cd267699801b27baac469b /smils/imagesvg.smil
parent3f047e2955c9913bed091da5878b9a99e8e8117b (diff)
remove test-items
Diffstat (limited to 'smils/imagesvg.smil')
-rw-r--r--smils/imagesvg.smil16
1 files changed, 16 insertions, 0 deletions
diff --git a/smils/imagesvg.smil b/smils/imagesvg.smil
new file mode 100644
index 0000000..f41adbe
--- /dev/null
+++ b/smils/imagesvg.smil
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.0//EN"
+ "http://www.w3.org/ns/SMIL">
+<smil xmlns="http://www.w3.org/ns/SMIL">
+ <head>
+ <layout>
+ <root-layout xml:id="Test" backgroundColor="gray" width="1200" height="900"/>
+ <region xml:id="image" top = "150" left = "200" width = "800" height="600" fit="meet" z-index = "1" />
+ </layout>
+ </head>
+ <body>
+ <seq>
+ <img src = "image.svg" dur="indefinite" region="image"/>
+ </seq>
+ </body>
+</smil>