Solving the Last Item Problem for a Circular Distribution with Partially Overlapping Items
May 22, 2017Let’s say we wanted to have something like this: Clockwise circular (cyclic) distribution with partially overlapping items. At first, this doesn’t seem too complicated. We start with 12 numbered items: - 12.times do |i| .item #{i} We give these items dimensions, position them absolutely in the middle of t...
Recent Comments