Skip to content

Instantly share code, notes, and snippets.

View mastermakrela's full-sized avatar

Christoph mastermakrela

View GitHub Profile
<svg width="300" height="300" viewBox="0 0 300 300">
<defs>
<filter id="paperEffect">
<feTurbulence
type="fractalNoise"
baseFrequency="0.04"
numOctaves="5"
result="noise"
/>
<feDiffuseLighting