Skip to content

Conversation

@aashu2006
Copy link

Summary

This PR fixes an incorrect explanation of the third parameter of the circle() function in the Get Started tutorial.

The tutorial previously stated that a value of 100 results in a circle that is 50 pixels wide and high, which is incorrect.

Changes

  • Updated the explanation to correctly describe the third parameter as the diameter.
  • Clarified that a diameter of 100 results in a circle that is 100 pixels wide and 100 pixels high.

Related Issue

Resolves #1095

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.

Incorrect explanation of circle() size parameter in Get Started tutorial

1 participant