Pixplicity / sharp

Scalable vector graphics for Android
Apache License 2.0
1.03k stars 117 forks source link

Resize SVG according to size of view #40

Open ajilo297 opened 6 years ago

ajilo297 commented 6 years ago

This is a really awesome library. Great work guys. I just have a question. I have an ImageView that covers the entire parent view. I am trying to insert the SVG into this ImageView, but the SVG only occupies a small portion of the ImageView. If am not sure if I am right, but I think it is because, the paths in the SVG data only cover a very small area of the "ViewBox".

Is there any way I can make the path to fill up the ImageView