Skip to content
New issue

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

Fix: Modified the circle example missing content #568

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rishabdev2997
Copy link

@rishabdev2997 rishabdev2997 commented Oct 18, 2024

FIX: Circle example missing

#559 Fixed the bug
The Circle example is missing the size(400, 400); function call, which sets the window size. As a result, when you run the example in Processing, the circle appears outside the visible area.

How to see the error

  • size(400, 400) missing;

Correction

size(400, 400);
circle(224, 184, 220);

Here is the screenshot

2222

Copy link

netlify bot commented Oct 18, 2024

Deploy Preview for java-processing-faf822 ready!

Name Link
🔨 Latest commit b84ffaf
🔍 Latest deploy log https://app.netlify.com/sites/java-processing-faf822/deploys/67125728ed57a000085e4b71
😎 Deploy Preview https://deploy-preview-568--java-processing-faf822.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant