I have some custom code containing an SVG:
<svg class="sectionSVG" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1400 227" >
rest of code removed
</svg>
BSS strips the preserveAspectRatio=‘none’ from the code and displays the graphic incorrectly
In the browser preview, the code is back and the image displays correctly.