You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the exported Sketch layer is rescaled twice, once during export to PNG where it is scaled to 256x256, and again when generating the individual icon sizes. The two step rescale is for performance reasons but results in an inferior quality icon.
Remove the scale during export to PNG without introducing more UI freezing.
The text was updated successfully, but these errors were encountered:
Currently the exported Sketch layer is rescaled twice, once during export to PNG where it is scaled to 256x256, and again when generating the individual icon sizes. The two step rescale is for performance reasons but results in an inferior quality icon.
Remove the scale during export to PNG without introducing more UI freezing.
The text was updated successfully, but these errors were encountered: