mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
ac64948efd
Tests the fix in ab1fba6fdc
.
Related: #6298
Related: !6704
14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
texture-scale {
|
|
bounds: 0 0 10 10;
|
|
filter: nearest;
|
|
texture: "texture1" url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAZklEQVRYhe3SoQ3AMBAEwXOUQtJ/\
|
|
Ve7kAxJqtOTADrGOWa9dszN58tn/W7TXJNPwkdO+Uu7OTsWlTrv+gjZI2SBlg5QNUjZI2SBlg5QN\
|
|
UjZI2SBlg5QNUjZI2SBlg5QNUjZI1Tf4AnlN8eRDOVeLAAAAAElFTkSuQmCC\
|
|
");
|
|
}
|
|
texture-scale {
|
|
bounds: 15 0 10 10;
|
|
filter: trilinear;
|
|
texture: "texture1";
|
|
}
|