File: Bluebubble.svg

package info (click to toggle)
qtsensors-opensource-src 5.3.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,584 kB
  • ctags: 3,163
  • sloc: cpp: 19,001; perl: 323; java: 120; ansic: 52; makefile: 43; xml: 35
file content (10 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
  <defs>
    <radialGradient id="grad1" cx="0.5" cy="0.7" r="0.7" fx="0.5" fy="0.4">
      <stop offset="0" style="stop-color:rgb(255,255,255)" />
      <stop offset="1.5" style="stop-color:rgb(0,102,153)" />
    </radialGradient>
  </defs>
  <circle cx="100" cy="80" r="42" fill="url(#grad1)"/>
</svg>