summaryrefslogtreecommitdiffstats
path: root/examples/painting
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond@trolltech.com>2009-08-26 15:50:58 (GMT)
committerTrond Kjernåsen <trond@trolltech.com>2009-08-26 15:51:58 (GMT)
commitb2835ef710b79e88a1163f653de686a79e810155 (patch)
tree2676e4a5d8f4cd4e515d71b0123c259c28276111 /examples/painting
parent1be8c6dc12b0158955bf88af450982d6688754d9 (diff)
downloadQt-b2835ef710b79e88a1163f653de686a79e810155.zip
Qt-b2835ef710b79e88a1163f653de686a79e810155.tar.gz
Qt-b2835ef710b79e88a1163f653de686a79e810155.tar.bz2
Fixed the bubbles.svg file after fixing some bugs in the SVG renderer.
Reviewed-by: Kim
Diffstat (limited to 'examples/painting')
-rw-r--r--examples/painting/svgviewer/files/bubbles.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/painting/svgviewer/files/bubbles.svg b/examples/painting/svgviewer/files/bubbles.svg
index 9fae8cc..5173012 100644
--- a/examples/painting/svgviewer/files/bubbles.svg
+++ b/examples/painting/svgviewer/files/bubbles.svg
@@ -72,7 +72,7 @@
<radialGradient id="shadowGrad" gradientUnits="userSpaceOnUse"
cx="0" cy="0" r="100" fx="-50" fy="50">
<stop offset="0%" stop-color="black" stop-opacity="1.0" />
- <stop offset="100%" stop-color="white" stop-opacity="0.0" />
+ <stop offset="100%" stop-color="black" stop-opacity="0.0" />
</radialGradient>
<!-- Define a shadow for each sphere. -->