SVG format image is not visibible without tumbnail

Hello Everyone,

I need to display a SVG format logo. I am using imagefield component for this purpose but facing one challange. If tumbanil property is not set to true, image is not visible. Drawback of using this tmbnial property is that it covers the image with a border and not accepted by client. 

Is there any other way to display SVG format logo in Appian without facing above issue?

Please find the code below for reference -

a!imageField(
label: "Image",
labelPosition: "ABOVE",
images: {
a!documentImage(
document:cons!SVG_IMAGES
)
},
size: "MEDIUM",
isThumbnail: true,
style: "STANDARD"
)

  Discussion posts and replies are publicly visible