Open
Description
I'm seeing a black border and I'm not sure what's causing it and can't get rid of it. Seeing it on all browsers I try.
Here's my usage:
const label = new SpriteText("Sprite Text", 9);
label.borderColor = "white";
label.padding = 2;
label.borderRadius = 3;
label.backgroundColor = '#214a64';
this.add(label);
Metadata
Metadata
Assignees
Labels
No labels