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
I just discovered this library and found it quite neat for drawing flow charts. I now have a chart where multiple boxes join in a subsequent one. I chose one of them to form the backbone and just attached the second "from the side":
This is exactly what I want (layout-wise). However, the Wire I use to make the elbow connection seems to spawn some Segments internally that do not care about the changed arrowwidth/length defaults, so the arrowheads have different size. I can work around this by just chaining an Arrow to the respective anchor of aq, but where should the default go for this to work? Is this a bug or intentional?
The text was updated successfully, but these errors were encountered:
Hi,
I just discovered this library and found it quite neat for drawing flow charts. I now have a chart where multiple boxes join in a subsequent one. I chose one of them to form the backbone and just attached the second "from the side":
result:
![image](https://private-user-images.githubusercontent.com/26002546/353489504-b9dab942-074d-456f-846e-b7112e9f1dc5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjMyNzcsIm5iZiI6MTczOTU2Mjk3NywicGF0aCI6Ii8yNjAwMjU0Ni8zNTM0ODk1MDQtYjlkYWI5NDItMDc0ZC00NTZmLTg0NmUtYjcxMTJlOWYxZGM1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE5NTYxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQzYzlkNzE2YjI4OGYyYmUzZWU2NjRmMTkzMTFjZTljOTYzNmUzY2M4YzQ2OGFmYTVkNjIwMDBlODEzY2FhY2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HKDMDJDImL69E6gRuOJABNrIl2IFkgNVazfLHhetIjo)
This is exactly what I want (layout-wise). However, the
Wire
I use to make the elbow connection seems to spawn someSegment
s internally that do not care about the changed arrowwidth/length defaults, so the arrowheads have different size. I can work around this by just chaining anArrow
to the respective anchor of aq, but where should the default go for this to work? Is this a bug or intentional?The text was updated successfully, but these errors were encountered: