-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect diagram drawn for custom protocol #9
Comments
Seems like it is a more general issue with an even less complicated protocol that wraps the first field on the first two lines.
Shortening the first field to be exactly the same size as the width appears to work fine:
|
I think this is the simple fix with a test case. Not making a fork and MR for now cause it seems like other MRs are being ignored.
|
Fixed, in my forked project: https://github.com/leytou/protocolpro |
In this protocol,
d
is mis-drawn as 8 bits when it's specified as 16.Interestingly, if you do the following, it seems to draw correctly:
The text was updated successfully, but these errors were encountered: