carbon: Broken image (overlay lines)

Expected Behavior

In editor code look ok expected

Actual Behavior

But after export as image or share - broken bug

Carbon link

Browser: Google Chrome Version 72.0.3626.121 (Official Build) (64-bit)
Code Snippet (If Applicable)
const numbers = [ 1, 3, 5 ];
const result = numbers.reverse().map((n, i) => n + numbers[i]);
console.log(result);

About this issue

  • Original URL
  • State: open
  • Created 5 years ago
  • Comments: 24 (8 by maintainers)

Most upvoted comments

@mfix22 Maybe this will help Back when I was using Ubuntu + Chrome I had faced the issue a lot. My hack was to add some extra whitespaces at the end of lines which are moving onto the next lines.

@mfix22 Maybe this will help Back when I was using Ubuntu + Chrome I had faced the issue a lot. My hack was to add some extra whitespaces at the end of lines which are moving onto the next lines.

BTW, this work for me. Just add a single space at the end and the problem solved.

@manishsundriyal awesome, and absolutely zero rush. This is not a big deal at all. Stay safe!

I zoomed out to 75% but it still happens

This also happens to me under ubuntu & google chrome. Must be a chrome on linux specific issue (classic :neckbeard: problems)