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
Right now in SVGDataImage and SVGURLImage I see modifier .frame(width: model.width, height: model.height), so image always this this size, I suggest replace it with resizable() modifier to let user to set image size
The text was updated successfully, but these errors were encountered:
Right now in
SVGDataImage
andSVGURLImage
I see modifier.frame(width: model.width, height: model.height)
, so image always this this size, I suggest replace it withresizable()
modifier to let user to set image sizeThe text was updated successfully, but these errors were encountered: