Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/smils/imagesvg.smil
blob: f41adbe1b93d9e8332e067de15593e681452859d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>