MPAndroidChart
MPAndroidChart copied to clipboard
com.github.mikephil.charting.utils.Utils drawImage When the width and height are unequal, it may lead to deformation of the drawn icon
drawable.setBounds( mDrawableBoundsCache.left, mDrawableBoundsCache.top, mDrawableBoundsCache.left + width, mDrawableBoundsCache.top + width); //Hope to modify to [mDrawableBoundsCache.top + height], otherwise when width and height //Not equal may cause the drawn icon to deform.