blob: 29a8ea0c608df902579e7fa824ae9589efc2803a [file] [log] [blame]
{
"layers": [
{
"name": "Scrolling background of LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF"
},
{
"name": "LayoutBlockFlow DIV class='box filter-blur'",
"bounds": [100, 100],
"backgroundColor": "#008000",
"transform": 1
},
{
"name": "LayoutBlockFlow DIV class='box filter-opacity'",
"bounds": [100, 100],
"backgroundColor": "#008000",
"transform": 2
}
],
"transforms": [
{
"id": 1,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[10, 10, 0, 1]
]
},
{
"id": 2,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[10, 120, 0, 1]
]
}
]
}