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
12 lines
529 B
XML
12 lines
529 B
XML
<?xml version="1.0"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.2"
|
|
viewport-fill="yellow" baseProfile="tiny" viewBox="0 0 300 100">
|
|
<desc>
|
|
The viewport has a yellow background.
|
|
The rectangle is filled and covers the viewport, so the yellow
|
|
background will only show through in the "leftovers" if the
|
|
aspect ratio of the viewport differs from thatof the viewBox.
|
|
</desc>
|
|
<rect x="0" y="0" width="300" height="100" fill="red" fill-opacity="0.3" stroke="black"/>
|
|
</svg>
|