mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
7f7e4ab69e
Sadly, it fails to demonstrate the crash I'm after. But its still useful to have.
35 lines
797 B
Plaintext
35 lines
797 B
Plaintext
container {
|
|
transform {
|
|
transform: rotate(45);
|
|
child: subsurface {
|
|
child: texture {
|
|
texture: url('data:image/svg+xml;utf-8,<svg width="13" height="17"></svg>');
|
|
}
|
|
}
|
|
}
|
|
subsurface {
|
|
child: transform {
|
|
transform: rotate(45);
|
|
child: texture {
|
|
texture: url('data:image/svg+xml;utf-8,<svg width="13" height="17"></svg>');
|
|
}
|
|
}
|
|
}
|
|
transform {
|
|
transform: translate3d(0, 1, 2);
|
|
child: subsurface {
|
|
child: texture {
|
|
texture: url('data:image/svg+xml;utf-8,<svg width="10" height="21"></svg>');
|
|
}
|
|
}
|
|
}
|
|
transform {
|
|
transform: translate(1, 2);
|
|
child: subsurface {
|
|
child: texture {
|
|
texture: url('data:image/svg+xml;utf-8,<svg width="16" height="16"></svg>');
|
|
}
|
|
}
|
|
}
|
|
}
|