panpf / sketch

Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnails, Exif Orientation, etc.
Apache License 2.0
2.05k stars 309 forks source link

为什么SVG缩放后会变模糊? #157

Closed XuMengren closed 2 years ago

panpf commented 2 years ago

请补充更多信息,使用场景,使用环境,版本等

XuMengren commented 2 years ago

渲染CAD模型,缩放后线条和文字变的非常模糊,版本用的最新版

panpf commented 2 years ago

sketch 是用的 https://github.com/BigBadaboom/androidsvg 库将 svg 转为 Bitmap 的,你可以先试下这个库看看是哪里的问题,

实在不行可以换成别的库或者参考文档 https://github.com/panpf/sketch/blob/main/docs/wiki/decoder.md 自定义一个 BitmapDecoder

XuMengren commented 2 years ago

OK