gtk/testsuite/gsk/compare/offscreen-forced-downscale.node
Matthias Clasen 77a2cd4d8d gsk: Fix mis-scaled text rendering
This was happening when rotated text was partially redrawn.

A test that failed before this change is included.

Fixes: #6504
2024-03-06 17:52:35 -05:00

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);
}
}
}
}