Proper usage with SVG
Open
- Dominant language
- Java
- Stars
- 18.8k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
When I try use
```
photoView.setImageDrawable(ContextCompat.getDrawable(this, R.drawable.some_svg_graphics))
photoView.minimumScale = 1f
photoView.maximumScale = 30f
```
I loosing quality of my svg picture with close zoom. How to zoom without loosing quality of svg graphic?
If i remove maximumScale zoom it will become too poor and i cannot zoom too close.
Contributor guide
Assessment
This issue has not been assessed yet.