Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlapping lines on Chrome #10

Open
axelson opened this issue Jun 28, 2023 · 0 comments
Open

Overlapping lines on Chrome #10

axelson opened this issue Jun 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@axelson
Copy link

axelson commented Jun 28, 2023

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

@dragidavid dragidavid added the bug Something isn't working label Jun 29, 2023
@dragidavid dragidavid self-assigned this Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants