Yorik Hansen
Yorik Hansen
**Describe the bug** When child nodes have identical labels, the edges are not properly layouted. This includes: 1. edges starting from the east side of the node even though they...
When exporting a rendered graph to svg, emojis are not escaped to their codepoints. Instead the SVG contains the escaped bytes (which results in invalid XML). **Example**: `👩🏾💻` (Woman Technologist:...
This is a **bugfix**. Resolves #3961 ### Proposed solution The usage of [media range syntax](https://www.w3.org/TR/mediaqueries-4/#mq-range-context) fixes this issue. According to [Can I use](https://caniuse.com/css-media-range-syntax), this syntax is baseline available since 2023....
When input signals are programmatically emitted, the signal remains present until a user manually resets it (to `false`). ## Example ```scchart scchart Test { input signal S initial state A...
**Describe the bug** When using the `elk.stress` algorithm to layout an unconnected graph, edge labels are not always correctly positioned on their corresponding edges. This issue appears to occur specifically...
**Description:** "MATCH FULL" does not work properly, if the tested regex contains a top level `|` and an other case is partially matched. **Minimal Example:** `a|ab` with the test case...