mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 02:40:07 +00:00
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
|
container {
|
||
|
|
||
|
subsurface {
|
||
|
child: container {
|
||
|
color {
|
||
|
bounds: 0 0 100 100;
|
||
|
color: black;
|
||
|
}
|
||
|
texture {
|
||
|
texture: url('data:image/svg+xml;utf-8,<svg width="13" height="17"></svg>');
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|