Closed
Description
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.