forked from AuroraMiddleware/gtk
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;
|
|
}
|
|
}
|