Skip to content

[Bug] The Troke drawing doesn't look good in the html canvas #76

Open
@nhonnh2

Description

@nhonnh2

signaturecanvas
I have an option for getStroke but the resulting stroke doesn't feel smooth.

const options = {
  size: 3,
  thinning: 0.2,
  smoothing: 1,
  streamline: 0.1,
  easing: (t) => t,
  start: {
    taper: 0,
    easing: (t) => t,
    cap: true,
  },
  end: {
    taper: 10,
    easing: (t) => t,
    cap: true,
  },
};

My canvas have
width={440} ; height={220}

Can you help me make it more beautiful?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions