/s/smil.smil

http://github.com/AdamHarte/hello-world · Unknown · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · c9b1b3c3c4948ef0fd52d4c49dd0f7aa MD5 · raw file

  1. <smil>
  2. <head>
  3. <layout>
  4. <root-layout width="300" height="160" background-color="white"/>
  5. <region id="text_region" left="115" top="60"/>
  6. </layout>
  7. </head>
  8. <body>
  9. <text src="data:,Hello%20World!" region="text_region">
  10. <param name="fontFace" value="Arial"/>
  11. </text>
  12. </body>
  13. </smil>