gtk2/testsuite/gsk/compare/upside-down-label-3d.node
Matthias Clasen b441c684ab gsk: Avoid a crash with negative scales
Don't crash when both scale_x and scale_y are -1.

A test is included.
2022-11-20 12:13:02 -05:00

9 lines
144 B
Plaintext

transform {
transform: scale(-1, -1) translate(-100, -100);
child: text {
font:"Cantarell 20";
glyphs:"ABC";
offset: 0 0;
}
}