MPAndroidChart icon indicating copy to clipboard operation
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

Open dingdoublewei opened this issue 1 year ago • 0 comments

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.

dingdoublewei avatar Apr 02 '24 06:04 dingdoublewei