How to convert xml to image base 64 #4029
Unanswered
vanthuc1912
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When exporting XML to the browser, the error does not display the icon as above
diagram = mxUtils.parseXml(xmlDiagram2);
codec = new mxCodec(diagram);
codec.decode(diagram.documentElement, graph.getModel());
graph.view.scale = 1.0;
graph.fit();
Icon aws error
Expect
Beta Was this translation helpful? Give feedback.
All reactions