38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
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>
|