1
0
mirror of https://github.com/brl/mutter.git synced 2025-01-30 13:22:47 +00:00
mutter/tests/conform/scripts/test-script-margin.json

23 lines
354 B
JSON
Raw Normal View History

[
{
"id" : "actor-1",
"type" : "ClutterActor",
"margin" : [ 10 ]
},
{
"id" : "actor-2",
"type" : "ClutterActor",
"margin" : [ 10, 20 ]
},
{
"id" : "actor-3",
"type" : "ClutterActor",
"margin" : [ 10, 20, 30 ]
},
{
"id" : "actor-4",
"type" : "ClutterActor",
"margin" : [ 10, 20, 30, 40]
}
]