Tagged Questions
2
votes
2answers
815 views
Resizing vector paths to pixel bounds
I have an iOS layout designed for Retina, which means it's double the resolution of the older devices. To create standard-resolution PNGs, I would need to scale down the design by 50%.
Problem is, I ...