Learning_GTK4_tree/testsuite/gsk/offload/move.node2

16 lines
293 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
container {
color {
bounds: 0 0 800 600;
color: red;
}
transform {
transform: translate(40,40);
child: subsurface {
child: texture {
texture: url('data:image/svg+xml;utf-8,<svg width="16" height="16"></svg>');
bounds: 0 0 20 20;
}
}
}
}