bluecadet / Cinder-BluecadetViews

Scene graph Cinder block with touch management and various tools for UI dev
MIT License
11 stars 3 forks source link

Setting stroke width of StrokedRoundedRectView to 0.0f colors entire shape #123

Closed adielfernandez closed 6 years ago

adielfernandez commented 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.

benjaminbojko commented 6 years ago

Thanks for testing @adielfernandez! Fixed in the latest commit on https://github.com/bluecadet/Cinder-BluecadetViews/pull/121.