mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
2b59c4cf16
... when these nodes are used as children of a complex transform nodes and we lose the clip.
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
clip {
|
|
clip: 0 0 50 50;
|
|
child: transform {
|
|
transform: rotate(1);
|
|
child: rounded-clip {
|
|
clip: -30000 -30000 60000 60000 / 5;
|
|
child: color {
|
|
bounds: -30000 -30000 60000 60000;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
}
|
|
}
|