Forum Discussion
Render issue with SVG images in AdaptiveCard
remisauvat - Could you please provide the adaptive card JSON which you used?
Here is the json
{
"type": "AdaptiveCard",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"items": [
{
"type": "Image",
"url": "https://storage.googleapis.com/it-public-packages/icons/code-branch-duotone.svg",
"size": "Small"
}
],
"width": "auto"
},
{
"type": "Column",
"items": [
{
"type": "TextBlock",
"weight": "Bolder",
"text": "[{ci_project_name}]({ci_project_url})",
"wrap": true
},
{
"type": "TextBlock",
"spacing": "None",
"text": "{reset_branch_name}",
"isSubtle": true,
"wrap": true
}
],
"width": "auto"
},
{
"type": "Column",
"width": "auto",
"items": [
{
"type": "TextBlock",
"text": "{gitlab_user_name}",
"wrap": true
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "auto",
"items": [
{
"type": "Image",
"url": "https://storage.googleapis.com/it-public-packages/icons/circle-quarter-duotone.svg"
}
]
},
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Job [{ci_job_id}]({ci_job_url})",
"wrap": true,
"isSubtle": false,
"size": "Small"
}
]
}
]
}
],
"id": "user"
}
]
},
{
"type": "Container",
"style": "accent",
"items": [
{
"type": "TextBlock",
"text": "Unknown message",
"id": "message",
"wrap": true
}
],
"id": "msg_container"
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5"
}
- Prasad_Das-MSFTJan 15, 2024
Microsoft
remisauvat - We are able to repro this issue. We have raised a bug for the same. We will inform you once we get any further update from engineering team.
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- Balasubramaniam_MFeb 21, 2024Copper ContributorAre there any resolutions to this issue?
- Prasad_Das-MSFTFeb 23, 2024
Microsoft
Apologies. But currently we don't have any update from the engineering team. However, we are actively communicating with them to stay updated on the progress. As soon as we receive any updates from them, we will notify you in this thread.
Thank you!
- remisauvatJan 16, 2024Copper ContributorThank you for your support