23 lines
1.2 KiB
XML
23 lines
1.2 KiB
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<svg viewBox="0 0 400 100" height="100%" width="100%"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
version="1.2" baseProfile="tiny">
|
||
|
|
||
|
<desc>This document contains the textual lyrics to synchronize with some video content in the referencing document</desc>
|
||
|
|
||
|
<g fill="blue" font-family="Arial" font-size="10" transform="translate(20, 20)">
|
||
|
<text id="Text0" display="none">This is some text</text>
|
||
|
<set xlink:href="#Text0" attributeName="display" to="inline" begin="0" end="1"/>
|
||
|
<text id="Text10" display="none">simulating some lyrics</text>
|
||
|
<set xlink:href="#Text10" attributeName="display" to="inline" begin="1.1" end="2"/>
|
||
|
<text id="Text20" display="none">displayed synchronously</text>
|
||
|
<set xlink:href="#Text20" attributeName="display" to="inline" begin="2.1" end="3"/>
|
||
|
<text id="Text30" display="none">with some video</text>
|
||
|
<set xlink:href="#Text30" attributeName="display" to="inline" begin="3.1" end="4"/>
|
||
|
<text id="Text40" display="none">in a different document</text>
|
||
|
<set xlink:href="#Text40" attributeName="display" to="inline" begin="4.1" end="5"/>
|
||
|
</g>
|
||
|
</svg>
|