gtk/testsuite/gsk/compare/shadow-offset-clip.node
2024-02-13 21:56:01 +01:00

50 lines
699 B
Plaintext

clip {
clip: 10 -10 40 20;
child: shadow {
shadows: red 60 0 1;
child: color {
bounds: -25 -25 50 50;
color: blue;
}
}
}
clip {
clip: -50 -10 40 20;
child: shadow {
shadows: red -60 0 1;
child: color {
bounds: -25 -25 50 50;
color: blue;
}
}
}
clip {
clip: -10 10 20 40;
child: shadow {
shadows: red 0 60 1;
child: color {
bounds: -25 -25 50 50;
color: blue;
}
}
}
clip {
clip: -10 -50 20 40;
child: shadow {
shadows: red 0 -60 1;
child: color {
bounds: -25 -25 50 50;
color: blue;
}
}
}
/* cover the blur */
border {
outline: -37 -37 74 74;
colors: black;
widths: 4;
}