This file is indexed.

/usr/share/qt5/doc/qtsvg/qtsvg-svgviewer-files-bubbles-svg.html is in qtsvg5-doc-html 5.3.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>bubbles.svg Example File | QtSvg 5.3</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li>Qt 5.3</li>
<li><a href="qtsvg-index.html">Qt SVG</a></li>
<li><a href="qtsvg-svgviewer-example.html">SVG Viewer Example</a></li>
<li>bubbles.svg Example File</li>
<li id="buildversion">
Qt 5.3.2 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<h1 class="title">bubbles.svg Example File</h1>
<span class="subtitle">svgviewer/files/bubbles.svg</span>
<!-- $$$svgviewer/files/bubbles.svg-description -->
<div class="descr"> <a name="details"></a>
<pre class="cpp">&lt;?xml version=&quot;1.0&quot; standalone=&quot;no&quot;?&gt;
&lt;!DOCTYPE svg PUBLIC &quot;-//W3C//DTD SVG 1.0//EN&quot; &quot;http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd&quot;&gt;
&lt;svg width=&quot;20cm&quot; height=&quot;15cm&quot; viewBox=&quot;0 0 800 600&quot;
    xmlns=&quot;http://www.w3.org/2000/svg&quot;
    xmlns:xlink=&quot;http://www.w3.org/1999/xlink/&quot;
    baseProfile=&quot;tiny&quot; version=&quot;1.2&quot;&gt;
  &lt;title&gt;Spheres&lt;/title&gt;
  &lt;desc&gt;Semi-transparent bubbles on a colored background.&lt;/desc&gt;
    &lt;defs&gt;
      &lt;!-- Create radial gradients for each bubble. --&gt;
      &lt;radialGradient id=&quot;blueBubble&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; fx=&quot;-50&quot; fy=&quot;-50&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;white&quot; stop-opacity=&quot;1&quot; /&gt;
        &lt;stop offset=&quot;25%&quot; stop-color=&quot;#cdcdff&quot; stop-opacity=&quot;.65&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;#cdaacd&quot; stop-opacity=&quot;.75&quot; /&gt;
      &lt;/radialGradient&gt;
      &lt;radialGradient id=&quot;redBubble&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; fx=&quot;-50&quot; fy=&quot;-50&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;white&quot; stop-opacity=&quot;1&quot; /&gt;
        &lt;stop offset=&quot;25%&quot; stop-color=&quot;#ffcdcd&quot; stop-opacity=&quot;.65&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;#bbbb99&quot; stop-opacity=&quot;.75&quot; /&gt;
      &lt;/radialGradient&gt;
      &lt;radialGradient id=&quot;greenBubble&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; fx=&quot;-50&quot; fy=&quot;-50&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;white&quot; stop-opacity=&quot;1&quot; /&gt;
        &lt;stop offset=&quot;25%&quot; stop-color=&quot;#cdffcd&quot; stop-opacity=&quot;.65&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;#99aaaa&quot; stop-opacity=&quot;.75&quot; /&gt;
      &lt;/radialGradient&gt;
      &lt;radialGradient id=&quot;yellowBubble&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; fx=&quot;-50&quot; fy=&quot;-50&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;white&quot; stop-opacity=&quot;1&quot; /&gt;
        &lt;stop offset=&quot;25%&quot; stop-color=&quot;#ffffcd&quot; stop-opacity=&quot;.65&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;#bbbbaa&quot; stop-opacity=&quot;.75&quot; /&gt;
      &lt;/radialGradient&gt;
      &lt;radialGradient id=&quot;background&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;400&quot; fx=&quot;250&quot; fy=&quot;250&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;#ffffee&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;#ccccaa&quot; /&gt;
      &lt;/radialGradient&gt;
      &lt;linearGradient id=&quot;surface&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      x1=&quot;-100&quot; y1=&quot;200&quot; x2=&quot;400&quot; y2=&quot;200&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;#ffffcc&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;#bbbb88&quot; /&gt;
      &lt;/linearGradient&gt;

      &lt;!-- Create radial gradients for each circle to make them look like
           spheres. --&gt;
      &lt;radialGradient id=&quot;blueSphere&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; fx=&quot;-50&quot; fy=&quot;-50&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;white&quot; /&gt;
        &lt;stop offset=&quot;75%&quot; stop-color=&quot;blue&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;#222244&quot; /&gt;
      &lt;/radialGradient&gt;
      &lt;radialGradient id=&quot;redSphere&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; fx=&quot;-50&quot; fy=&quot;-50&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;white&quot; /&gt;
        &lt;stop offset=&quot;75%&quot; stop-color=&quot;red&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;#442222&quot; /&gt;
      &lt;/radialGradient&gt;
      &lt;radialGradient id=&quot;greenSphere&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; fx=&quot;-50&quot; fy=&quot;-50&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;white&quot; /&gt;
        &lt;stop offset=&quot;75%&quot; stop-color=&quot;green&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;#113311&quot; /&gt;
      &lt;/radialGradient&gt;
      &lt;radialGradient id=&quot;yellowSphere&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; fx=&quot;-50&quot; fy=&quot;-50&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;white&quot; /&gt;
        &lt;stop offset=&quot;75%&quot; stop-color=&quot;yellow&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;#444422&quot; /&gt;
      &lt;/radialGradient&gt;
      &lt;radialGradient id=&quot;shadowGrad&quot; gradientUnits=&quot;userSpaceOnUse&quot;
                      cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; fx=&quot;-50&quot; fy=&quot;50&quot;&gt;
        &lt;stop offset=&quot;0%&quot; stop-color=&quot;black&quot; stop-opacity=&quot;1.0&quot; /&gt;
        &lt;stop offset=&quot;100%&quot; stop-color=&quot;black&quot; stop-opacity=&quot;0.0&quot; /&gt;
      &lt;/radialGradient&gt;

      &lt;!-- Define a shadow for each sphere. --&gt;
      &lt;circle id=&quot;shadow&quot; fill=&quot;url(#shadowGrad)&quot; cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; /&gt;
      &lt;g id=&quot;bubble&quot;&gt;
        &lt;circle fill=&quot;black&quot; cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;50&quot; /&gt;
        &lt;circle fill=&quot;#a6ce39&quot; cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;33&quot; /&gt;
        &lt;path fill=&quot;black&quot; d=&quot;M 37,50 L 50,37 L 12,-1 L 22,-11 L 10,-24 L -24,10
                              L -11,22 L -1,12 Z&quot; /&gt;
        &lt;circle cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; /&gt;
      &lt;/g&gt;
    &lt;/defs&gt;
  &lt;g&gt;
    &lt;rect fill=&quot;url(#background)&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;800&quot; height=&quot;600&quot; /&gt;
  &lt;/g&gt;

  &lt;g transform=&quot;translate(200,700)&quot;&gt;
    &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#blueBubble)&quot; /&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;1s&quot; dur=&quot;10s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;
  &lt;g transform=&quot;translate(315,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.5,0.5)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#redBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;3s&quot; dur=&quot;7s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;
  &lt;g transform=&quot;translate(80,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.65,0.65)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#greenBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;5s&quot; dur=&quot;9s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;
  &lt;g transform=&quot;translate(255,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.3,0.3)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#yellowBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;2s&quot; dur=&quot;6s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;
  &lt;g transform=&quot;translate(565,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.4,0.4)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#blueBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;4s&quot; dur=&quot;8s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;
  &lt;g transform=&quot;translate(715,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.6,0.6)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#redBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;1s&quot; dur=&quot;4s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;
  &lt;g transform=&quot;translate(645,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.375,0.375)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#greenBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;0s&quot; dur=&quot;11s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;
  &lt;g transform=&quot;translate(555,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.9,0.9)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#yellowBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;3s&quot; dur=&quot;7.5s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;

  &lt;g transform=&quot;translate(360,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.5,0.5)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#blueBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;3s&quot; dur=&quot;6s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;
  &lt;g transform=&quot;translate(215,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.45,0.45)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#redBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;5.5s&quot; dur=&quot;7s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;
  &lt;g transform=&quot;translate(420,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.75,0.75)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#greenBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;1s&quot; dur=&quot;9s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;
  &lt;g transform=&quot;translate(815,700)&quot;&gt;
    &lt;g transform=&quot;scale(0.6,0.6)&quot;&gt;
      &lt;use xlink:href=&quot;#bubble&quot; fill=&quot;url(#yellowBubble)&quot; /&gt;
    &lt;/g&gt;
    &lt;animateTransform attributeName=&quot;transform&quot; type=&quot;translate&quot; additive=&quot;sum&quot;
        values=&quot;0,0; 0,-800&quot; begin=&quot;2s&quot; dur=&quot;9.5s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
  &lt;/g&gt;

  &lt;g transform=&quot;translate(225,375)&quot; &gt;
    &lt;g transform=&quot;scale(1.0,0.5)&quot; &gt;
      &lt;path d=&quot;M 0 0 L 350 0 L 450 450 L -100 450 z&quot;
            fill=&quot;url(#surface)&quot; stroke=&quot;none&quot; /&gt;
    &lt;/g&gt;
  &lt;/g&gt;
    &lt;g transform=&quot;translate(200,0)&quot; &gt;
    &lt;g transform=&quot;translate(200,490) scale(2.0,1.0) rotate(45)&quot; &gt;
      &lt;rect fill=&quot;#a6ce39&quot; x=&quot;-69&quot; y=&quot;-69&quot; width=&quot;138&quot; height=&quot;138&quot; /&gt;
      &lt;circle fill=&quot;black&quot; cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;50&quot; /&gt;
      &lt;circle fill=&quot;#a6ce39&quot; cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;33&quot; /&gt;
      &lt;path fill=&quot;black&quot; d=&quot;M 37,50 L 50,37 L 12,-1 L 22,-11 L 10,-24 L -24,10
                            L -11,22 L -1,12 Z&quot; /&gt;
      &lt;animateTransform attributeName=&quot;transform&quot;  type=&quot;rotate&quot; additive=&quot;sum&quot; values=&quot;0; 360&quot;
                 begin=&quot;0s&quot; dur=&quot;10s&quot; fill=&quot;freeze&quot; repeatCount=&quot;indefinite&quot; /&gt;
    &lt;/g&gt;
    &lt;g transform=&quot;translate(200,375)&quot;&gt;
      &lt;use xlink:href=&quot;#shadow&quot; transform=&quot;translate(25,55) scale(1.0,0.5)&quot; /&gt;
      &lt;circle fill=&quot;url(#blueSphere)&quot; cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; /&gt;
    &lt;/g&gt;
    &lt;g transform=&quot;translate(315,440)&quot;&gt;
      &lt;g transform=&quot;scale(0.5,0.5)&quot;&gt;
        &lt;use xlink:href=&quot;#shadow&quot; transform=&quot;translate(25,55) scale(1.0,0.5)&quot; /&gt;
        &lt;circle fill=&quot;url(#redSphere)&quot; cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; /&gt;
      &lt;/g&gt;
    &lt;/g&gt;
    &lt;g transform=&quot;translate(80,475)&quot;&gt;
      &lt;g transform=&quot;scale(0.65,0.65)&quot;&gt;
        &lt;use xlink:href=&quot;#shadow&quot; transform=&quot;translate(25,55) scale(1.0,0.5)&quot; /&gt;
        &lt;circle fill=&quot;url(#greenSphere)&quot; cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; /&gt;
      &lt;/g&gt;
    &lt;/g&gt;
    &lt;g transform=&quot;translate(255,525)&quot;&gt;
      &lt;g transform=&quot;scale(0.3,0.3)&quot;&gt;
        &lt;use xlink:href=&quot;#shadow&quot; transform=&quot;translate(25,55) scale(1.0,0.5)&quot; /&gt;
        &lt;circle fill=&quot;url(#yellowSphere)&quot; cx=&quot;0&quot; cy=&quot;0&quot; r=&quot;100&quot; /&gt;
      &lt;/g&gt;
    &lt;/g&gt;
  &lt;/g&gt;
&lt;/svg&gt;</pre>
</div>
<!-- @@@svgviewer/files/bubbles.svg -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2014 Digia Plc and/or its
   subsidiaries. Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Digia, Qt and their respective logos are trademarks of Digia Plc     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>