Skip to content

Incorrect glyph for '3' in default font #220

@tinyjin

Description

@tinyjin
Image

Quick Reappearance in playground

const text1 = new TVG.Text();
  text1.font('default')
    .fontSize(47)
    .text('THORVG Text 333') // Only '3' glyph looks broken
    .fill(255, 255, 255);
  canvas.add(text1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions