container {
transform {
transform: rotate(45);
child: subsurface {
child: texture {
texture: url('data:image/svg+xml;utf-8,');
}
}
}
transform {
transform: translate3d(0, 1, 2);
child: subsurface {
child: texture {
texture: url('data:image/svg+xml;utf-8,');
}
}
}
transform {
transform: translate(1, 2);
child: subsurface {
child: texture {
texture: url('data:image/svg+xml;utf-8,');
}
}
}
}