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
Nowhere does it say the default vertical alignment is "BASELINE" if the
textAlign call does not specify the vertical alignment.
The second example on that page shows the BASELINE alignment as being the same as TOP. (The may be problem with the p5,js source file the documentation uses.)
p5.js version : p5.js v1.2.0 Dec
Web browser and version: <Firefox vs 87.0, opera (Same results for both the code below and on the documentation page.
Operating System: Windows 10
Steps to reproduce this: Compare the results for "BASELINE" shown on the document page with those in this code.
@two-ticks If you are still interested, do have go ahead. I think there are some weird behaviour going on so do have a closer look while you are working on this.
Most appropriate sub-area of p5.js?
documentation
Details about the bug:
The documentation page https://p5js.org/reference/#/p5/textAlign seems to have 2 problems:
textAlign call does not specify the vertical alignment.
The text was updated successfully, but these errors were encountered: