container {
transform {
transform: translate(20,20);
child: subsurface {
child: texture {
texture: url('data:image/svg+xml;utf-8,');
}
}
}
transform {
transform: translate(0,100) scale(10, 10);
child: subsurface {
child: texture {
texture: url('data:image/svg+xml;utf-8,');
}
}
}
opacity {
opacity: 0.5;
child: subsurface {
child: texture {
texture: url('data:image/svg+xml;utf-8,');
}
}
}
}