Backdrop blur for polygon shape inside svg tag
<svg viewBox=”0 0 100 100″ version=”1.1″ xmlns=”http://www.w3.org/2000/svg” className=”ml-10 mt-12 justify-center w-[4.5rem] h-[4.5rem] 1000:h-40 1000:w-40 1000:ml-10 ” > <polygon fill=”rgba(255, 255, 255, 0.5)” fillOpacity=”.3″ stroke=”#C85083″ strokeWidth=”3″ className=”backdrop-blur-md” points=”50 1 95 25 95 75 50 99 5 75 5 25″ > </polygon> </svg> I am using Tailwind in my project, but the backdrop filter blur is not […]