Hello
I've been trying to draw transparent PNG file.
Following typical way, I wrote down as below
VStack {
Image("*file name*")
}
Then, PNG image's stroke has been drawn.(so, I can recognize the shape of the image and size). However, kind of body area of PNG image has not been drawn.(Semi-transparent gray has been drawn for this area)
I want to solve the situation. Problem is file format? or Program?
Have any of you ever had issues like that?
Or maybe you just know what’s going on and how to fix it?
I've been trying to draw transparent PNG file.
Following typical way, I wrote down as below
VStack {
Image("*file name*")
}
Then, PNG image's stroke has been drawn.(so, I can recognize the shape of the image and size). However, kind of body area of PNG image has not been drawn.(Semi-transparent gray has been drawn for this area)
I want to solve the situation. Problem is file format? or Program?
Have any of you ever had issues like that?
Or maybe you just know what’s going on and how to fix it?