mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
77a2cd4d8d
This was happening when rotated text was partially redrawn. A test that failed before this change is included. Fixes: #6504
18 lines
296 B
Plaintext
18 lines
296 B
Plaintext
color {
|
|
bounds: -10 -10 20 120;
|
|
color: rgb(255,255,255);
|
|
}
|
|
transform {
|
|
transform: rotate(45);
|
|
child: transform {
|
|
transform: rotate(45);
|
|
child: shadow {
|
|
shadows: rgb(0,0,0) 0 1;
|
|
child: color {
|
|
bounds: 0 0 100 1;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
}
|
|
}
|