d7cfa15851
ClutterScript is a very complicated piece of machinery, with a parser that has custom variations on top of the basic JSON format; it could also be extended in the future, so if we don't want to introduce regressions or break existing ClutterScript definitions, we'd better have a conformance test suite.
11 lines
171 B
JSON
11 lines
171 B
JSON
{
|
|
"type" : "ClutterRectangle",
|
|
"id" : "test",
|
|
"width" : 50.0,
|
|
"height" : 100.0,
|
|
"x" : 100.0,
|
|
"y" : 100.0,
|
|
"color" : "#ffccdd",
|
|
"name" : "Test Rectangle"
|
|
}
|