summaryrefslogtreecommitdiff
path: root/design/cloud.svg
blob: 5bace147f44f3dabd904f907f3a759bfaecd6ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1169 160" xml:space="preserve">

  <title>SVG Animation - A New Cloud</title>
  <g id="screen" transform="translate(0, 0)">
      <linearGradient id="degrade" gradientUnits="userSpaceOnUse" x1="585" x2="585" y1="0" y2="175">
        <stop offset="0%" stop-color="#FFF" />
        <stop offset="100%" stop-color="#888" />
      </linearGradient>
  <path d="M0,75 Q30,90 52,118Q61,119 68,124Q90,95 118,90Q140,51 188,68Q265,-20 340,75Q375,80 375,110Q395,115 408,128Q440,110 470,122Q535,64 608,113Q620,112 630,110Q650,70 700,88Q780,30 853,97L867,100Q879,60 917,68Q943,20 988,45Q1066,-20 1140,55Q1160,50 1170,75L1170,175L0,175L0,175"
        fill="none" stroke="grey" stroke-width="1" style="fill:url(#degrade)" /> 
         </g>

</svg>