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
Long annotation (depending on current width) make the rendering engine ignore line jumps.
Long annotation are forced to appear on the same line which lead to horizontal scrolling.
We need long annotation mainly minimaly for paragraph annotation but potentially for much more.
Explore workaround & long-term fixes:
Use discontinuity upstream (workaround) with overlapping limitations.
Create an alternative way to display long annotations.
Fix the rendering engine itself (just like the relation arrow can be splitted on multiple lines).
The text was updated successfully, but these errors were encountered:
Long annotation (depending on current width) make the rendering engine ignore line jumps.
Long annotation are forced to appear on the same line which lead to horizontal scrolling.
We need long annotation mainly minimaly for paragraph annotation but potentially for much more.
Explore workaround & long-term fixes:
The text was updated successfully, but these errors were encountered: