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
In demo project and screenshot, I create 2 simple ASImageNode with UIViewContentModeScaleAspectFit.
However, change the height of node will make image "blurred".
I also find that #836 has mentioned this issue too.I read the code about ASCroppedImageBackingSizeAndDrawRectInBounds, and I think there is something wrong with image draw rect calculation.
junjielu
changed the title
ASImageNode Bug: UIViewContentModeScaleAspectFit will affect image's clarity
[ASImageNode]Incorrect calculation for backing size calculation
Oct 25, 2018
In demo project and screenshot, I create 2 simple
ASImageNode
withUIViewContentModeScaleAspectFit
.However, change the height of node will make image "blurred".
I also find that #836 has mentioned this issue too.I read the code about
ASCroppedImageBackingSizeAndDrawRectInBounds
, and I think there is something wrong with image draw rect calculation.Sample Project
@nguyenhuy @appleguy
The text was updated successfully, but these errors were encountered: