Skip to content

What is this black border around the canvas?  #26

Open
@patrickatkeylogic

Description

@patrickatkeylogic

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.

border

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions