Solved
Exporting svg elements using Figma API issue-
When I download the SVG by hands Figma gives me SVG file with path data = d1. However, when I use Figma API, the path data = d2 where d1 !== d2. How I can get the same data path as in svg export from figma directly (d1).
