mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
b441c684ab
Don't crash when both scale_x and scale_y are -1. A test is included.
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
transform {
|
|
transform: scale(-1, -1) translate(-100, -100);
|
|
child: text {
|
|
font:"Cantarell 20";
|
|
glyphs:"ABC";
|
|
offset: 0 0;
|
|
}
|
|
}
|