Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upRoundedRectangle doesn't update when width or height == 0 #6056
Comments
tshirtman
added
graphics
easy
labels
Feb 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tshirtman commentedNov 24, 2018
Versions
Description
If a RoundedRectangle's size changes and one of the size's component is 0, then the build function exists early, and the vertex instruction is not updated, instead, the method should probably just batch an empty set of instructions (or minimal), so the previously displayed vertices are replaced.
Code and Logs