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

CP_Graphics_DrawPoint - match DrawLine color, size, and shape #24

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

justinchambers-dp
Copy link
Collaborator

CP_Graphics_DrawPoint now matches the settings used for DrawLine.

  • Stroke color - Points now draw the same color as Lines
  • Stoke weight - Point size is now controllable based on stroke weight
  • Line cap style - Round line caps make for circle Points, all other cap styles (Butt, Square) make square Points

… now base the size of the point on the stroke weight and the shape of the point on the line cap style so it will match style settings of the line as well.
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