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
For some reason, the shape labels are not rendering correctly out-of-the-box with 8.4.0. The <div> inside the foreignObject elements of nodes on the graph is being cutoff. It looks like the renderer is not calculating the width of the node with consideration of the default "padding", and right side of the
element is hidden. Below is what it looks like; the label is supposed to say "Introduction", but the "n" is hidden:
You can see in this screenshot how the <div> is being hidden by it's encompassing parent element(s), and how the width properties differ:
The text was updated successfully, but these errors were encountered:
For some reason, the shape labels are not rendering correctly out-of-the-box with 8.4.0. The
<div>
inside the foreignObject elements of nodes on the graph is being cutoff. It looks like the renderer is not calculating the width of the node with consideration of the default "padding", and right side of theYou can see in this screenshot how the
<div>
is being hidden by it's encompassing parent element(s), and how the width properties differ:The text was updated successfully, but these errors were encountered: