#Exporting svg with blur

2 messages · Page 1 of 1 (latest)

mortal stratus
#

My designer made an "image" in figma that comprehends a part that is blurred, when exporting and visualizing the svg, the part that should isn't blurred. How do i fix that

wooden timber
#

Does the SVG have a blur property natively? It might be that SVGs don't support that and you need to use Bitmap type images (PNG, JPG,...).

Let me check