gtk/testsuite/gsk/compare/transform-in-transform.node
Timm Bäder ac4e98f16a testsuite: Add test cases for last commit
Easy enough to test
2020-01-24 06:19:16 +01:00

11 lines
176 B
Plaintext

transform {
child: transform {
child: color {
bounds: 0 0 20 20;
color: blue;
}
transform: translate(0, -20);
}
transform: scale(2) rotate(90);
}