Files
divkit/test_data/snapshot_test_data/div-image/blur.json
T
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

74 lines
1.5 KiB
JSON

{
"description": "Images of different size with blur",
"platforms": [
"android",
"web",
"flutter"
],
"templates": {
"chess_card": {
"type": "image",
"image_url": "https://yastatic.net/s3/home/divkit/chess.png",
"margins": {
"left": 10,
"top": 10,
"right": 10,
"bottom": 10
},
"filters": [
{
"type": "blur",
"radius": 4
}
]
}
},
"card": {
"log_id": "snapshot_test_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"orientation": "vertical",
"items": [
{
"type": "chess_card",
"height": {
"type": "fixed",
"value": 50
},
"width": {
"type": "fixed",
"value": 50
}
},
{
"type": "chess_card",
"height": {
"type": "fixed",
"value": 100
},
"width": {
"type": "fixed",
"value": 100
}
},
{
"type": "chess_card",
"height": {
"type": "fixed",
"value": 100
},
"width": {
"type": "fixed",
"value": 300
}
}
]
}
}
]
}
}