pub fn lower(
data: &EdgeFeatureData,
child: &DynamicObject,
) -> (DynamicObject, LowerReport)Expand description
Lower data against child: subtract the cut masks, union the fill
masks, or pass the child through unchanged when nothing resolves.