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

47 lines
938 B
JSON

{
"description": "Image with border with shadow and corner radius",
"platforms": [
"android",
"ios",
"web",
"flutter"
],
"templates": {},
"card": {
"log_id": "snapshot_test_card",
"states": [
{
"state_id": 0,
"div": {
"type": "image",
"image_url": "https://yastatic.net/s3/home/divkit/chess.png",
"paddings": {
"left": 10,
"right": 10
},
"margins": {
"left": 10,
"top": 10,
"right": 10,
"bottom": 10
},
"border": {
"has_shadow": 1,
"corner_radius": 10
},
"background": [
{
"color": "#FFAAAAAA",
"type": "solid"
}
],
"height": {
"type": "fixed",
"value": 100
}
}
}
]
}
}