aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/static/img/shadow.svg
blob: 05fe88a63145a7cbd893c6001dcbf8f5548a86ca (plain)
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
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
        viewBox="-50 -50 200 200">
  <defs>
    <filter id="dropshadow" height="130%">
      <feGaussianBlur in="SourceAlpha" stdDeviation="3"/> 
      <feOffset dx="2" dy="2" result="offsetblur"/>
      <feComponentTransfer>
        <feFuncA type="linear" slope="0.2"/>
      </feComponentTransfer>
      <feMerge> 
        <feMergeNode/>
        <feMergeNode in="SourceGraphic"/> 
      </feMerge>
    </filter>
    <linearGradient id="BoxGradient-Conference" spreadMethod="pad" x1="100%" y1="0%" x2="50%" y2="100%">
      <stop offset="0%"   stop-color="#EEE" stop-opacity="0"/>
      <stop offset="15%" stop-color="#f9fde8" stop-opacity="1"/>
    </linearGradient>
    <linearGradient id="BoxGradient-Atelier" spreadMethod="pad" x1="100%" y1="0%" x2="50%" y2="100%">
      <stop offset="0%"   stop-color="#EEE" stop-opacity="0"/>
      <stop offset="15%" stop-color="#faebeb" stop-opacity="1"/>
    </linearGradient>
    <linearGradient id="BoxGradient-Table-ronde" spreadMethod="pad" x1="100%" y1="0%" x2="50%" y2="100%">
      <stop offset="0%"   stop-color="#EEE" stop-opacity="0"/>
      <stop offset="15%" stop-color="#fff4e5" stop-opacity="1"/>
    </linearGradient>
  </defs>
</svg>