forked from AuroraMiddleware/gtk
d5bf3c2cd1
don't render a clip to a texture if the new clip does not intersect with any of the corners of the currently rounded clip. Fixes #2770
12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
|
|
rounded-clip {
|
|
clip: 0 0 200 100 / 8 8 20 12;
|
|
child: clip {
|
|
clip: 40 30 20 50;
|
|
child: color {
|
|
bounds: 0 0 200 500;
|
|
color: teal;
|
|
}
|
|
}
|
|
}
|