diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-13 22:18:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-13 22:18:59 +0200 |
| commit | 8bc480da2db924349465dbe557f87bd6f05b7fdd (patch) | |
| tree | 9fcbab45685746b7a00b1045aca19f495f4f92df /test/data | |
| parent | 0ecf58d20eec5e9d10ee4b9f0440d232d875f94a (diff) | |
Basic implementation of <Space> tag in subtitles.v1.8.3
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/subs1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/subs1.xml b/test/data/subs1.xml index ee57db02..2262449a 100644 --- a/test/data/subs1.xml +++ b/test/data/subs1.xml @@ -7,7 +7,7 @@ <LoadFont Id="theFontId" URI="arial.ttf"/> <Font Id="theFontId" Color="FFFFFFFF" Effect="border" EffectColor="FF000000" Italic="no" Size="39" Script="normal" Underlined="no" Weight="normal"> <Subtitle SpotNumber="1" TimeIn="00:00:05:198" TimeOut="00:00:07:115" FadeUpTime="1" FadeDownTime="1"> - <Text VAlign="bottom" VPosition="15.0">My jacket was Idi Amin's</Text> + <Text VAlign="bottom" VPosition="15.0">My jacket was <Space Size="6em"/>Idi Amin's</Text> </Subtitle> <Font Italic="yes"> <Subtitle SpotNumber="2" TimeIn="00:00:07:177" TimeOut="00:00:11:031" FadeUpTime="1" FadeDownTime="1"> |
