You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lets="It was the best of times, it was the worst of times. Only 90s kids will remember these times. Alf and Growning Pains remember that. fkdjshfkasjdhfkasdjhflkasdjfhalsdkjfhasdlkfjhasdlkfjhsadlkfjhasdklfjhasdlkfjhaklsdjfhaslkdfhalskdjfhaslkdjhfasdkljhfaskdlfhaskdlhfksadhfaskdfhaksdlhfaksdjfhsadklfjhaslkfjhasldkjfhalskdfhasdlkfhasdlkfhasdklfjhasdklfhaskdljfhaklsjdhf";functionsetup(){createCanvas(400,400);}functiondraw(){background(220);letsize=map(mouseX,0,width,10,72)textSize(size);textLeading(size*1.1);//goes AFTER TEXTfill(0);text(s,50,50,250,250);noFill();rect(50,50,250,250);}
It doesn't word wrap long words and these words escape the wrapping box.
And I have no way of containing such text.
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
Uh oh!
There was an error while loading. Please reload this page.
Most appropriate sub-area of p5.js?
Details about the bug:
It doesn't word wrap long words and these words escape the wrapping box.
And I have no way of containing such text.
Here is an quick editor example that I've found, you can add a very long word there
https://editor.p5js.org/gfm262/sketches/TGK6Th4Xr
The text was updated successfully, but these errors were encountered: