<!DOCTYPE html>
<html>
<body>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="240" height="240">
<filter id="feOffset" x="-40" y="-20" width="240" height="240">
<feOffset in="SourceGraphic" dx="-20" dy="200" />
<feGaussianBlur stdDeviation="2" result="blur2" />
<feTurbulence type="turbulence" baseFrequency=".15" numOctaves="3" result="turbulenceMap" /> /// 0.01-.35 freq range 2-4 octaves
<feDisplacementMap in="SourceGraphic" in2="turbulenceMap" scale="40" xChannelSelector="R" yChannelSelector="G" />
<feMerge>
<feMergeNode in="SourceGraphic" />
<feMergeNode in="BackgroundImage" />
</feMerge>
</filter>
<image xlink:href="/content/0297f5cc7b468dadab9c5856ac51c5a8c448cf40f56165bf7b1fb8fe9933f247i0" x="0" y="0" width="240" height="240" style="stroke: #ff9500; fill: orange;
filter: url(#feOffset);" /> /// change the id after /content/ to the inscription id of the punk you want
</svg>
</body>
</html>