You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thisImageView
, but the SVG only occupies a small portion of theImageView
. 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
The text was updated successfully, but these errors were encountered: