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
11 lines
637 B
XML
11 lines
637 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg version="1.2" baseProfile="tiny" viewBox="0 0 220 320"
|
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Basic textflow</title>
|
|
<textArea font-size="25" font-family="Georgia" x="10" y="10" width="200"
|
|
height="300">Tomorrow, and tomorrow, and
|
|
tomorrow; creeps in this petty pace from day to day, until the last syll­able of recorded
|
|
time. And all our yesterdays have lighted fools the way to dusty death.</textArea>
|
|
<rect x="5" y="5" width="210" height="310" stroke-width="3" stroke="#777" fill="none"/>
|
|
</svg>
|