svg/html image rendering - easeljs?

After using the pins to visualize some dynamically changing data during a simulation, we’ve decided to render our on images. I was just curious if anyone else has done anything like this. From searching through the forums, it looked like a couple of people had rendered html to images which is something we’ve done in 3D for years. I just noticed that easeljs has a DOMElement (http://www.createjs.com/docs/easeljs/classes/DOMElement.html) object for rendering html. It looks like mixing svg and html should be fairly straight forward using the classes that easeljs provides. Does anyone have any better suggestions on how to render dynamically controlled images using svg/html, or want to share any experiences doing something like this?

Thanks,

Scott