Require that a shape s1 contains another shape s2, based on the type of the shape, and with an optional padding between the sizes of the shapes (e.g. if s1 should contain s2 with margin padding).
s1
s2
padding
Shape 1
Shape 2
Padding (default: 0)
Require that a shape
s1
contains another shapes2
, based on the type of the shape, and with an optionalpadding
between the sizes of the shapes (e.g. ifs1
should contains2
with marginpadding
).