shade icon indicating copy to clipboard operation
shade copied to clipboard

Overlapping lines on Chrome

Open axelson opened this issue 1 year ago • 0 comments

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).

axelson avatar Jun 28 '23 04:06 axelson