I have a graph in mxgraph/Jgraph that contains img tags for images, which are displayed in the graph. I have inspected the imgage and it show below tag
<img src="https://www.enterpriseplus.tools/images/meta_objects/61c8d5d09120bf673ad1f9f70ea8a652.png" alt="notation" style="width: 30px ; height: 30px ; margin-bottom: -8px" class="inserted_cell_32705">
When i export the graph which have icons(inspect these icons shows images with the above tag) are not exported in the VSDX file.
Note: If i insert an image using menu option ‘Arrange > Insert > Image‘ that image is exported to VSDX file. i have also inspected the image using inspector. It show below code and that is exported properly
<image x="1127" y="221" width="1284" height="195" xlink:href="https://www.enterpriseplus.tools/images/Logo_new.png" style="pointer-events:none"></image>
Is there any work around to export img tag to VSDX file from graph.
i have found no solution found yet. I am looking for some work around to make img tag work just like image tag is working. Note I can not replace img tag with image while adding, so looking some thing while exporting the graph to VSDX.