Hi!
I have a suggestion for a use-case where I’m returning an SVG to the Coda UI from my Pack. The issue is, it has 1 embedded image inside the SVG like this:
// Previous SVG contents
<image x='20' y='30' width='60' height='60' href='https://someurl.com/logo.png' />
// Ending SVG contents all text
I’d really like to be able to put this image inside the SVG, and have it render as an SVG in the table. Currently it just shows an “broken image icon” inside the SVG.
Otherwise, this use-case is only text based, and not as functional.
Thanks for considering this