Xcode: Vector images from PDF bad quality

后端 未结 3 2092
再見小時候
再見小時候 2021-02-18 14:17

for my iOS Swift project I use vectorized pdf files from which Xcode renders the @1x, @2x, @3x images.

When I compare the quality of the images generated from P

3条回答
  •  你的背包
    2021-02-18 14:44

    I would set the Preserve Vector Data flag on the asset here:

    This will make it render as a pdf and scale properly.

提交回复
热议问题