We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try a program with just:
bezierVertex(100, 10, 20, 20, 20, 20);
You'll then see:
Oh noes! vertex() must be used at least once before calling bezierVertex()
ProcessingJS throws() the text, and then we wrap it in the span but display it as text:
if (typeof error === "string") { newError.text = this.clean(this.prettify(error)); }
I wonder if we actually need to call prettify() in that situation- perhaps not. I'm not sure what other situations trigger that code path.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Try a program with just:
bezierVertex(100, 10, 20, 20, 20, 20);
You'll then see:
Oh noes!
vertex() must be used at least once before calling bezierVertex()
ProcessingJS throws() the text, and then we wrap it in the span but display it as text:
I wonder if we actually need to call prettify() in that situation- perhaps not. I'm not sure what other situations trigger that code path.
The text was updated successfully, but these errors were encountered: