Sha256: 34a4bbf6c0672265a789fd747f0d1160ebbb4b990cb65fb82af2073d43b798df
Contents?: true
Size: 687 Bytes
Versions: 107
Compression:
Stored size: 687 Bytes
Contents
<svg width='100%' height='100%' version='1.1' xmlns='http://www.w3.org/2000/svg' style="opacity: 1"> <defs> <filter id='noise' > <feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' result='noisy' /> <feColorMatrix type='saturate' values='0'/> <feBlend in='SourceGraphic' in2='noisy' mode='multiply' /> </filter> </defs> <g> <!-- <rect stroke='none' fill='rgba(0, 0,0, 0.0)' x='0' y='0' width='100%' height='100%' filter='url(#noise)' opacity="0.15" />--> <rect stroke='none' fill='rgba(0, 0,0, 0.0)' x='0' y='0' width='100%' height='100%' filter='url(#noise)' /> </g> </svg>
Version data entries
107 entries across 107 versions & 1 rubygems