Closed adielfernandez closed 6 years ago
Stroke width works for very small, non-zero values like 0.001f, but ends up covering entire shape at 0.0f. Can be seen in ViewTypesSample app by setting stroke width to zero and turning off timeline animations.
Thanks for testing @adielfernandez! Fixed in the latest commit on https://github.com/bluecadet/Cinder-BluecadetViews/pull/121.
Stroke width works for very small, non-zero values like 0.001f, but ends up covering entire shape at 0.0f. Can be seen in ViewTypesSample app by setting stroke width to zero and turning off timeline animations.