RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
718 stars 114 forks source link

Figma export triggers changes for SVG assets without any changes done in Figma #237

Closed KulakovaE closed 2 months ago

KulakovaE commented 3 months ago

Hello, We have recently noticed that figma-export is triggering changes for assets that have individual scales and PNG format on iOS. Were there some changes done recently?

Screenshot 2024-04-04 at 15 00 24
subdan commented 2 months ago

Were there some changes done recently?

It seems that Figma changed the way raster image are exported (like antialiasing).

KulakovaE commented 2 months ago

@subdan thank you for your answer. I'm trying to understand how we can fix that 🤔 It looks like it is not one time changes, even if we merge the PR with the changes and trigger the figma export action again, we would get changes for the same files again.

KulakovaE commented 2 months ago

It looks like with bumping the version to 38.0 fixed this for us.