All changes
FixedEditor

Fix rounded path corners on angles other than 90 degrees

A path corner's radius now draws a true circular arc at any angle, instead of undershooting into a kinked chamfer on shallow corners.

Corner rounding used a formula that only produces a correct arc at exactly 90 degrees; every shallower or sharper corner came out visibly under-rounded with a kink where the arc met the straight edge. The radius now matches how Figma defines it (the rounding circle’s radius), and the arc math derives the curve from that, so a rounded corner looks like a smooth arc at any angle.

Comments

Sign in to join the conversation.