Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/smils/textpln.smil
diff options
context:
space:
mode:
Diffstat (limited to 'smils/textpln.smil')
-rw-r--r--smils/textpln.smil26
1 files changed, 26 insertions, 0 deletions
diff --git a/smils/textpln.smil b/smils/textpln.smil
new file mode 100644
index 0000000..48cd50c
--- /dev/null
+++ b/smils/textpln.smil
@@ -0,0 +1,26 @@
+<?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 width="1200" height="900" background-color="black"/>
+ <region xml:id="textregion"
+ top="100"
+ width="800"
+ height="600"
+ left="100"
+ textColor="black"
+ backgroundColor="white"
+ />
+ </layout>
+</head>
+<body>
+ <smilText xml:id="txt" region="textregion" dur="indefinite" fill="hold">
+<span textColor="black" textFontSize="xx-large" textFontStyle="normal"
+textFontFamily="serif" textFontWeight="bold">
+*****text goes here*****
+</span>
+ </smilText>
+</body>
+</smil>