mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
97b78cede0
Instead of using "-3d" to exclude Cairo rendering, use "-no$renderer" to allow excluding any renderer. And because we use contains() for the check, we can exclude multiple renderers by naming the test sth like "test-nogl-nocairo.node"
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;
|
|
}
|
|
}
|