Skip to content

Document strokeWeight(1) + invisible point() problem, workarounds #795

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

Merged
merged 2 commits into from
Feb 28, 2020

Conversation

jeremydouglass
Copy link
Contributor

As per Ben Fry suggestion:

processing/processing#5957 (comment)

Using point() with small strokeWeight(1) or smaller may not draw anything to the screen, depending on the graphics settings on your computer. To fix this, you can 1) use set() instead, 2) use a larger strokeWeight(), or 3) draw the point using circle() or square() instead.

@REAS REAS merged commit 511e912 into processing:master Feb 28, 2020
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.

2 participants