Fix the bug of incorrect as_resizableRoundedImageWithCornerRadius background color.
The background in as_resizableRoundedImageWithCornerRadius is created using a stretchable image, whose center 1x1 area will be later stretched to fit the entire content area. However, the color of the center area may be affected by its nearby pixels. This can cause the image background area to have an incorrect background color.
This fix repaints the center 1x1 area with the fillColor specified by the user.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.