Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add strokeWeight to reference in point_ #612

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rishabdev2997
Copy link

@rishabdev2997 rishabdev2997 commented Mar 9, 2025

Issue Fixed: This update improves clarity for users looking to understand how strokeWeight() impacts the point() function.

Fixes #609

Description:
This PR adds missing documentation for the strokeWeight() function in the reference section of the point() function.

Changes Made:

  • Updated the point() reference to include details about strokeWeight().
  • Clarified how strokeWeight() affects the appearance of points in the drawing canvas.
  • Ensured consistency with other function references in the documentation.

Screenshot

Previously

Previously

After

After

Copy link

netlify bot commented Mar 9, 2025

Deploy Preview for java-processing-faf822 ready!

Name Link
🔨 Latest commit 39c9f85
🔍 Latest deploy log https://app.netlify.com/sites/java-processing-faf822/deploys/67cd373b5e698c000823371c
😎 Deploy Preview https://deploy-preview-612--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.

@SableRaf
Copy link
Collaborator

SableRaf commented Mar 9, 2025

Hi @rishabdev2997, thanks for your contribution! Just a quick note—most of the files in the en folder are auto-generated from Javadoc annotations in the Processing and core libraries source code, so they should not be edited manually in this repository. For more information about the reference pages, a good place to start is this guide:
Processing Reference Guide

I’d recommend taking time to familiarize yourself with the project's codebase and documentation before making contributions. And feel free to ask for clarification on the related issue before opening a PR next time. That way, we can make sure your efforts go in the right direction. Thanks! 💙

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

Successfully merging this pull request may close these issues.

Add strokeWeight to reference in the reference of point_
2 participants