Use Enable-src and Create-src at the same time will create a extended lifetime #1

Closed
opened 2024-10-17 20:54:38 +00:00 by taooceros · 2 comments

As picture, see the Combine label
image

As picture, see the `Combine` label ![image](/attachments/f260c546-4b08-4350-9666-40bb9bb7e66e)
Owner

Hello, thank you for trying out chronos !
It seems indeed like the dashed line isn't put in the right place if you use both enable-dst and create-dst
I'll admit that the logic for rendering that line is quite messy and needs to be improved

As a temporary fix, you can do the following:

_evt("combine", "create")
_seq("n1", "combine", comment: [If not #sym.arrow.double Combine], enable-dst: true)

// instead of _seq("n1", "combine", comment: [...], enable-dst: true, create-dst: true)
Hello, thank you for trying out chronos ! It seems indeed like the dashed line isn't put in the right place if you use both `enable-dst` and `create-dst` I'll admit that the logic for rendering that line is quite messy and needs to be improved As a temporary fix, you can do the following: ```typst _evt("combine", "create") _seq("n1", "combine", comment: [If not #sym.arrow.double Combine], enable-dst: true) // instead of _seq("n1", "combine", comment: [...], enable-dst: true, create-dst: true) ```
Owner

Fixed by b0950f5e68

Fixed by b0950f5e68
HEL added the
bug
good first issue
labels 2024-10-27 11:30:32 +00:00
HEL closed this issue 2024-11-09 14:00:06 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HEL/chronos#1
No description provided.