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 width="400" height="200">
  <defs>
    <filter id="MyFilter" filterUnits="userSpaceOnUse" x="0" y="0" width="200" height="120">
      <feGaussianBlur in="SourceAlpha" stdDeviation="4" result="blur"/>
    </filter>
  </defs>
  <rect x="1" y="1" width="198" height="118" fill="#cccccc" />
  <g filter="url(#MyFilter)">
    <path fill="none" stroke="#D90000" stroke-width="10" d="M50,90 C0,90 0,30 50,30 L150,30 C200,30 200,90 150,90 z" />
    <text fill="#FFFFFF" stroke="black" font-size="45" font-family="Verdana" x="52" y="76">SVG</text>
  </g>
  Sorry, your browser does not support inline SVG.  
</svg>
</body>
<!-- Mirrored from www.w3schools.com/graphics/tryit.asp?filename=trysvg_filter_1 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 14:31:09 GMT -->
</html>