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
In design0/utils/path.ts, the width of the brick path is defined based on the value of innerLengthX. Instead, it'd be better to define the width based on the value of the minimum width (corners, notch width and offset, argument connection width, etc.), plus the width of the variable area (which should depend on the label's width).
replace innerLengthX as an option with flexibleLengthX
calculate innerLengthX as an internal property using flexibleLengthX plus the constant minimum length
The text was updated successfully, but these errors were encountered:
In
design0/utils/path.ts
, the width of the brick path is defined based on the value ofinnerLengthX
. Instead, it'd be better to define the width based on the value of the minimum width (corners, notch width and offset, argument connection width, etc.), plus the width of the variable area (which should depend on the label's width).innerLengthX
as an option withflexibleLengthX
innerLengthX
as an internal property usingflexibleLengthX
plus the constant minimum lengthThe text was updated successfully, but these errors were encountered: