When I used the [Insert Image] icon on the editor toolbar, I got
Code:
<div style="page-break-before:always; page-break-after:always; page-break-inside:avoid">
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="100%" height="100%"
viewBox="0 0 1200 1600"
preserveAspectRatio="xMidYMid meet">
<image width="1200" height="1600" xlink:href="Int_Sin_x.svg"/>
</svg>
</div>
so I thought that was the way to do it
All I did was remove the <div style ...> tags and change the width/height percent
I'll try directly embedding it