KDCircularProgress icon indicating copy to clipboard operation
KDCircularProgress copied to clipboard

Make the scale identical to the device.

Open budnik1990 opened this issue 4 years ago • 0 comments

Do upgrade from: UIGraphicsBeginImageContextWithOptions(size, false, 0.0) to: UIGraphicsBeginImageContextWithOptions(size, false, UIScreen.main.scale)

budnik1990 avatar Jun 15 '21 14:06 budnik1990