The generated image is fine. As long as you download it and open as a local file.
Is it browser security thing?
Sometimes the downloaded SVG file misses its `</script>` line, but only after downloading.
```
<script type="text/ecmascript">
<![CDATA[
...
]]>
</script>
```
The generated image is fine. As long as you download it and open as a local file.
Is it browser security thing?
Sometimes the downloaded SVG file misses its
</script>
line, but only after downloading.