Figma API: Inconsistent SVG export behavior on icon addition/deletion
I am experiencing the same problem as in
When using the Figma API to export SVGs after adding or deleting an icon in a file, some SVGs exhibit subtle differences. Specifically, some path data shifts by 0.01, or the paths change between relative and absolute coordinates.
Because I use this API to export thousands of icons directly into Pull Requests (PRs), these minor variations create a lot of visual noise in code reviews.
Is there a known solution or a recommended workaround from the Figma team to prevent this?
