I have an iframe with built-in SVG. SVG is generated by GraphViz, so I cannot change it much. I need access to the SVG DOM on the parent page.
The iframe source is
<iframe id='graph' src='gen-graph.php' />
Any tips on how I can access the various nodes (text, polygon), etc. SVG?
source
share