Learning_GTK4_tree/testsuite/gsk/compare/invalid-transform.node

16 lines
312 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
transform {
/* break the transform on purpose, because
this is valid in GSK and should result
in nothing being drawn. */
transform: scale(0);
child: color {
color: red;
bounds: 0 0 100 100;
}
}
/* make sure the rendering has a size */
color {
color: transparent;
bounds: 0 0 1 1;
}