processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.4k stars 1.35k forks source link

Console`s output is badly formatted #3257

Open standera opened 2 weeks ago

standera commented 2 weeks ago

p5.js version

No response

What is your operating system?

Mac OS

Web browser and version

Safari, Orion

Actual Behavior

Numbers in the console output are badly formatted.

Expected Behavior

Snímek obrazovky 2024-10-24 v 9 53 59

Steps to reproduce

Steps:

    1. 3.

      Snippet:

// Paste your code here :)

PratyushSawan commented 1 week ago

Hi @standera, I tried reproducing this issue in my Safari browser, but I couldn’t replicate it on my end.

Could you please share the exact code snippet you used to produce the issue shown in the screenshot?

Thank you