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
fix: smooth SVG arc/cubic curves with quadratic sub-segments
Cubic/Arc segments (e.g. <circle>) were sampled into straight-line
chords at _STEPS points, faceting curves. Now each is split into
_STEPS quadratic bezier sub-segments fit through their midpoint
(control = 2*mid - 0.5*(p0+p2)), keeping circles smooth.
0 commit comments