Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Runtime fix for image scale with mesh
This resolves an issue found by @lancesnider where replacing an image at runtime that is a different size that the image used at design time would not work properly when the image has a mesh applied. This does not fix a similar issue experienced when images have n-slicing applied. Image 1 at runtime: <img width="798" alt="Screenshot 2025-01-08 at 2 47 28 PM" src="https://github.com/user-attachments/assets/aae66c2d-40ef-42ef-9509-4a092277bc15" /> Image 2 at runtime: <img width="797" alt="Screenshot 2025-01-08 at 2 47 43 PM" src="https://github.com/user-attachments/assets/861713de-2d8d-4bd7-b497-c84c85ac4cf4" /> Diffs= eca00184b8 Runtime fix for image scale with mesh (#8840)
- Loading branch information