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
Strict mode will throw an error if the border radius is larger than the maximum possible value. (incircle radius?) Probably better to have a warning instead of an error. {warning: {status: true, message: "border radius exceeds inradius. should be less than <> for the given circumRadius/sideLength of <>"}}
Add a mode where the function automatically returns incircle path when corner case
Add an example showing what happens if the above exception occurs with strict mode off