SVG support in preview using

Hi,

I've found in the site I'm designing that while this code will display the image in the app's preview pane...

< img src="test.svg" />

...this does not, and I need to preview the page in my browser to see my layout properly

<object type="image/svg+xml" data="test.svg"></object>

Is that something that can be supported in a future release?

Cheers :)

PS the title was 'SVG support in preview using < object >' without spaces, but the forum stripped the tag :)

Hello and welcome to the forums!

Object elements are removed in the app for security reasons, but are included in the Preview and when exporting. You will need to keep using the browser preview if you use them.