Skip to content

Overlapping lines on Chrome #10

@axelson

Description

@axelson

This is a neat project! I love how easy it is to get a nice looking image out of it. When I was playing with it I noticed that when in some cases when an image is downloaded via Chrome the text is wrapped incorrectly (with one line overlapping the previous line):

code-snippet (2)

Compare this what I see in the browser:
Screenshot 2023-06-27 at 6 38 32 PM

Code snippet:

  const isDevelopment = options.mode !== "production";
  const uploadSentrySourcemaps =
    !isDevelopment && process.env.SENTRY_AUTH_TOKEN;

For some reason this only reproduces on Chrome and not on Safari or Firefox. Note: I'm testing on macOS 13.3.1 (a).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions