You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeometryHelper.FlattenArc function returns a NaN point when
flattening very small arcs. Cairo doesn't ignore NaN points
and would draw an out-of-place line instead, which we need
to tweak to prevent weird renderings.
Fixesxamarin#15130
Upstream PR: xamarin#15131
Co-authored-by: Afshin Arani <[email protected]>
0 commit comments