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
The bonding box is not the issue, i think it's size is ok. But the font size is not rendered correctly (to big for the node so overflowing). So i think the issue is related on what happens in WriteLabel.
The following 3 lines are clearly not writing a correct font size reflecting the node's Font Size.
var fontSize = 16;
WriteAttribute("font-size", fontSize);
WriteLabelText(label.Text, x, fontSize);
node.Label.FontSize fails render proeprly when exporting to svg especially when the fontsize is less then the default (I used 8).
Expected:
but got:
The export to SVG works nicely if I do not set the FontSize.
The text was updated successfully, but these errors were encountered: