fix end line on non-consecutive ranges ending at the highest bit not being drawn #18
Reference in New Issue
Block a user
Delete Branch "ALVAROPING1/rivet-typst:dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously, if you had a non-consecutive range that ended at the highest bit of the structure, such as:
The end line of the range would not be drawn:

With this change, it now gets correctly drawn:

It also works correctly when
ltr-bitsis set, and also avoids drawing the line if it would be on top of the left/right borders of the structure😬 This has already been fixed but I forgot to make a release...
See #13
I'll try making one in a couple of days
My bad, there was still a bug indeed
Thanks for your contribution 👍