>>11869193>>11869193It's C. The only common pattern is that the lines go to each edge and not corner.
A goes to one edge but the rest of the corners.
B goes to all corners.
C only goes to edges.
If you were making an algorithm to draw shapes you could not apply the algorithm to draw the original shape to draw the next shape unless you choose C.
b could work provided the original algorithm uses corners, but it doesn't.
It's useful to think about these as computation problems, i.e. how do i compute the original shape(s), so which pattern matches the general algorithm.