Kenneth Lim
Kenneth Lim
@ArjunwadkarAjay I would like to get some opinions on this issue and workout the implementation outline before assinging anyone. Notably now that I've looked at this again, I a bit...
> Can we just pass a parameter in the function mentioned and manipulate the css's line height property a particular mentionedtext.Thereby allowing flexibility to programmer I don't quite get what...
@ArjunwadkarAjay Yeah, you're right about CSS, not sure what I was on about. CSS should not come into this. There isn't a need to draw an empty string to get...
Because `toString` is usually a built in function with specific expectation, can the implementation here be made so that it returns what it would have returned originally when no arguments...
This should be covered by the FES already (a message will be printed if you tried to use p5.js constants outside of setup or draw with FES enabled) and including...
That is set to match the parameter name in https://p5js.org/reference/#/p5.Vector/setMag. Changing it to be `mag` in both places is fine but I wonder if it would cause confusion with the...
It seems the two descriptions have to match because of how the p5.Vector class is rendered, they are fetched from the same string.
It still feels a bit off to me. For a bit of context, the existing description is taken from Processing [word for word](https://processing.org/reference/PVector_setMag_.html) while the `setMag()` in Processing's PVector class...
Probably related to some permission request API. I haven't got time to look into this but I plan to have a look at this eventually if someone else didn't get...
If the second set of coordinates have magnitudes larger than or equal to the first set, it results in 0 or negative width and height value being passed to the...