Hello,
I am trying to generate a PNG for a drawio diagram from the diagram's XML. Essentially, I start with valid XML for a drawio diagram, I modify a value field in the XML slightly, and I would like to regenerate the diagram's PNG to reflect this change using (python) code.
Does anyone have any suggestions or advice on how to do this sort of thing?
Thanks