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

Stroke scaling issues in orthographic #2324

Closed
2 of 14 tasks
stalgiag opened this issue Oct 30, 2017 · 1 comment
Closed
2 of 14 tasks

Stroke scaling issues in orthographic #2324

stalgiag opened this issue Oct 30, 2017 · 1 comment

Comments

@stalgiag
Copy link
Contributor

Nature of issue?

  • Found a bug
  • Existing feature enhancement
  • New feature request

Most appropriate sub-area of p5.js?

  • Color
  • Core
  • Data
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Other (specify if possible)

As pointed out in this issue the scaling of the stroke seems to occasionally fail in orthographic sketches. The simplest way to fix this would be to readjust the default scaling for all sketches that are orthographic (ex: multiply the currentStrokeWidth by 0.10) but this wouldn't fix the core issue which I am a bit confused by at the moment. Will keep looking.

@stalgiag
Copy link
Contributor Author

stalgiag commented Jan 8, 2018

introduction of the new line vertex shader used by Processing as in #2515 fixes the ortho() issues.

@stalgiag stalgiag closed this as completed Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant