Commit 352eab9
[CircularProgressIndicator] Fix full circle track seam artifact
When drawing a full circle (360°) track, drawArc() creates a visible
seam at 0° where the start/end caps or rounded blocks overlap.
Replace drawArc() with drawOval() for full circle tracks, which has
no start/end point and renders a seamless circle.
Partial arcs (indicators) continue to use drawArc() unchanged.
Fixes #5027
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4b26950 commit 352eab9
1 file changed
Lines changed: 12 additions & 0 deletions
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
316 | 328 | | |
317 | 329 | | |
318 | 330 | | |
| |||
0 commit comments