I have a strange rendering problem on a simple donut chart "hand made" with HTML Canvas. It started from iOS14 and I can see it on my iPhone 8. I don't know if any other device has this problem, from chrome dev tools and from iPhone 11 Pro simulator I didn't. https://codepen.io/emish89/pen/bGemWKN I attach a pen where I created the situation with the problem. If the value (first line in JS) is higher than 75 you start to see strange glitches. (images below) I tested it and seems related to the circleRadius property, under 78 you don't have the problem in my particular case. I don't know if is something wrong in my code that I don't understand (but it worked fine for years) or something else. Thanks a lot for all the contributions. For references and images: https://stackoverflow.com/questions/64748140/strange-html-canvas-rendering-problem-on-ios-14-as-seen-on-iphone-8
Thanks for filing, I can reproduce this by setting const value = 90; Does not reproduce on iOS 13.6.1, regressed in 14.0. Still reproduces on 14.2.
<rdar://problem/71199552>
This is a bug in an underlying framework.