View Single Post
I'm attempting to use OG to export a drawing to SVG. It seems to be working nicely, but after I export the SVG I'd like to run some javascript against it. This doesn't work, because none of the elements have IDs.

I was hoping there was some way I could set the ID of a node to something meaningful, and get svg output like <line id="blah" x1="7">

Any way to do this?