Added CornerRadius to Line, Circuit and Step connections to allow smoothing the corners between line segments. Also added a Connection Corner Radius setting in the Playground app.
Closes #148
🐛 Possible Drawbacks
Directional arrows will not interpolate correctly (may not be noticeable with a small radius).
May have a small impact on performance when CornerRadius is greater than 0.
📝 Description of the Change
Added
CornerRadius
to Line, Circuit and Step connections to allow smoothing the corners between line segments. Also added aConnection Corner Radius
setting in the Playground app.Closes #148
🐛 Possible Drawbacks
Directional arrows will not interpolate correctly (may not be noticeable with a small radius). May have a small impact on performance when
CornerRadius
is greater than 0.