Corner of Label

@Abstract, It seems that 'corner' doesn't change anything.
The angle remains straight:
https://zimjs.com/beam/corneroflabel/show

So I tested this out and it seems that the style corner isn't getting applied to the label. Does appear to be a bug.

Corner does work if you do this:
new Label({text:"Hellow world", corner: 14}).center();

1 Like

Yes... it is missing. Better leave if for now, it is fixed in ZIM 019 coming out soon. Thanks! Add the corner on the Label itself for now.

2 Likes