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