Baseflow / Baseflow/PhotoView

Proper usage with SVG

Open
#582 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.