SwiftDocCRenderNodeTransformationCompositionStructureRenderNodeTransformationCompositionA transformation that applies two transformations, one after the other.struct RenderNodeTransformationCompositionTopicsInitializersinit(first: any RenderNodeTransforming, second: any RenderNodeTransforming)Initializes a transformation that applies two transformations, one after the other.Instance Propertiesvar first: any RenderNodeTransformingThe first transformation to apply.var second: any RenderNodeTransformingThe second transformation to apply.Instance Methodsfunc transform(renderNode: RenderNode, context: RenderNodeTransformationContext) -> RenderNodeTransformationComposition.RenderNodeTransformationResultApplies the two transformations, in sequence, to a given render node.