example.svg Example File
draganddrop/delayedencoding/images/example.svg
<?xml version="1.0" standalone="no"?>
<!-- ***********************************************************************
**
** Copyright (C) 2005-2009 Trolltech AS. All rights reserved.
**
** This file is part of the example classes of the Qt Toolkit.
**
** $LICENSE$
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
************************************************************************ -->
<svg width="8cm" height="8cm" viewBox="0 0 400 400"
xmlns="http://www.w3.org/2000/svg" baseProfile="tiny" version="1.1">
<title>Sphere</title>
<desc>A gradient filled sphere.</desc>
<g>
<defs>
<radialGradient id="blueSphere" gradientUnits="userSpaceOnUse"
cx="200" cy="200" r="100" fx="150" fy="150">
<stop offset="0%" stop-color="white" />
<stop offset="75%" stop-color="blue" />
<stop offset="100%" stop-color="black" />
</radialGradient>
</defs>
<rect fill="lightblue" x="0" y="0" width="400" height="400" />
<circle fill="url(#blueSphere)" stroke="black" stroke-width="2"
cx="200" cy="200" r="100"/>
</g>
</svg>
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) |
Trademarks |
Qt 4.5.0-rc1 |