Robert Moore 65bf96dd7c [Math] MDCRectAlignToScale treats scale 0 as 1 (#2045)
Rather than potentially returning a CGRectNull and causing UIKit crashes
if it's assigned to a view's frame or bounds, treat a scale of 0 as a
scale of 1.

Closes #2044
2017-09-27 20:28:37 +09:00
..