mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
gsk: Tweak one test to pass
Clip away the problematic corners in this artificial texture scaling test. The GL renderer has problems getting them perfect.
This commit is contained in:
parent
50969d7923
commit
24720307bb
@ -1,4 +1,7 @@
|
||||
transform {
|
||||
/* Clip away problematic corners */
|
||||
clip {
|
||||
clip: 3 3 57 57;
|
||||
child: transform {
|
||||
transform: scale(0.042);
|
||||
child: texture {
|
||||
bounds: 0 0 1500 1500;
|
||||
@ -329,3 +332,4 @@ SUVORK5CYII=\
|
||||
");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 152 B |
Loading…
Reference in New Issue
Block a user