### Target Platforms UWP ### SDK Version 3.1.0 ### Application Name N/A ### Problem Description SVG image that has dimension doesn't support size: small, medium, large, and explicit size. ### Screenshots   ### Card JSON ```JSON { "type": "AdaptiveCard", "version": "0.5", "body": [ { "type": "Image", "url": "https://adaptivecards.io/content/adaptive-card.svg", "size": "small" } ] } ``` ### Sample Code Language _No response_ ### Sample Code _No response_