diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-15 20:14:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-15 20:14:55 +0100 |
| commit | e3fa86ef35f212b14b593dd36dbff66e845d37e4 (patch) | |
| tree | c5d6ed58fc19b0fcd08c02a67df66d7023337728 /test/data/ruby1.xml | |
| parent | 24ba38ed1d695a67aebc8a6084444345787112f9 (diff) | |
Simple pass-through of <Ruby> tags in subtitles.
Diffstat (limited to 'test/data/ruby1.xml')
| -rw-r--r-- | test/data/ruby1.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/data/ruby1.xml b/test/data/ruby1.xml new file mode 100644 index 00000000..fe1d8adc --- /dev/null +++ b/test/data/ruby1.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<DCSubtitle Version="1.0"> + <SubtitleID>cab5c268-222b-41d2-88ae-6d6999441b17</SubtitleID> + <MovieTitle>Movie Title</MovieTitle> + <ReelNumber>1</ReelNumber> + <Language>French</Language> + <LoadFont Id="theFontId" URI="arial.ttf"/> + <Font AspectAdjust="1.0" Color="FFFFFFFF" Effect="border" EffectColor="FF000000" Id="theFontId" Italic="no" Script="normal" Size="39" Underlined="no" Weight="normal"> + <Subtitle SpotNumber="1" TimeIn="00:00:05:198" TimeOut="00:00:07:115" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="center" VPosition="0"><Ruby><Rb>Base</Rb><Rt Size="0.7" Position="after" Offset="0.1" Spacing="0.4" AspectAdjust="0.9">Annotate</Rt></Ruby>Hello world</Text> + </Subtitle> + </Font> +</DCSubtitle> + |
