Why text is not rendered in stencil when I add VSM shape? #3026
-
Beta Was this translation helpful? Give feedback.
Answered by
MartinKanera
Jul 31, 2025
Replies: 1 comment 3 replies
-
|
Hello, the // ...
{
width: -20,
height: -40,
ellipsis: true
}
// ...Which, in your case (setting the shape to 50x50), results in not enough space for the label to render, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Tetsu-hub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hello, the
VSMCustomerSupplierlabel has textWrap applied to it by default. ThetextWraplooks like this:Which, in your case (setting the shape to 50x50), results in not enough space for the label to render,
textWraptakes into account typography, so you can try to adjust thefontFamily, orfontSizeetc., or you can shift the label'sycoordinate to be positioned under it for the stencil.