SVG export from Figma shows distorted rounded corners

Issue with Figma SVG Export Quality

I’m struggling with a design element I created in Figma. I designed a button with smooth rounded corners that looks perfect in the Figma app. When I export it as a PNG, everything appears great, including the rounded edges.

However, exporting the same design as an SVG leads to jagged and pixelated rounded corners. The smooth curves turn into sharp, uneven edges that look unprofessional. This issue remains, no matter how much I zoom in or out - even when the SVG is enlarged, the rounded corners still look broken and rough.

Has anyone faced this issue with Figma’s SVG exports? I’m curious if there are certain export settings I should adjust or if this is a known flaw in how Figma renders vector curves in SVG format. Any tips on achieving clean rounded corners in SVG exports would be greatly appreciated.

I encountered a similar problem recently with SVG exports. One thing that helped was adjusting the corner radius to avoid those sharp edges. Increasing the radius by a couple of pixels can significantly improve the smoothness of the corners in the final output. Additionally, make sure there are no effects like drop shadows applied to the vector shapes prior to export, as those can lead to unwanted rasterization. Consider adding those effects in CSS instead to maintain the vector integrity.