Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<p><strong>Note:</strong> Internet Explorer 9 and earlier versions do not support SVG filters.</p>
<svg height="110" width="110">
  <defs>
    <filter id="f1" x="0" y="0">
      <feGaussianBlur in="SourceGraphic" stdDeviation="15" />
    </filter>
  </defs>
  <rect width="90" height="90" stroke="green" stroke-width="3" fill="yellow" filter="url(#f1)" />
  Sorry, your browser does not support inline SVG.  
</svg>
</body>
<!-- Mirrored from www.w3schools.com/graphics/tryit.asp?filename=trysvg_fegaussianblur by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 14:31:09 GMT -->
</html>