Describe the bug
Thank you for providing such a great library!
When clipData is set to FlClipData.all(), the line exhibits jagged edges. I have experimented with various parameters and found that a combination of barWidth and FlDotCirclePainter's radius can trigger this issue. In this particular example, barWidth is set to 2.0 and FlDotCirclePainter's radius is set to 3.0.
P.S. The simulator I am using is iPhone 14, when I set the FlDotCirclePainter's radius to 3.1, the line becomes smooth again with clipData.
Describe the bug Thank you for providing such a great library! When clipData is set to
FlClipData.all()
, the line exhibits jagged edges. I have experimented with various parameters and found that a combination ofbarWidth
andFlDotCirclePainter's radius
can trigger this issue. In this particular example,barWidth
is set to2.0
andFlDotCirclePainter's radius
is set to3.0
.P.S. The simulator I am using is iPhone 14, when I set the
FlDotCirclePainter's radius
to3.1
, the line becomes smooth again with clipData.To Reproduce
Screenshots
Using clipData
No clipData
Versions
3.10.6
0.63.0