cjee21
cjee21
Interesting observations: 1. Result of opening `test1.txt` and `test2.txt`:  2. If the same file is opened twice, there is no corruption on the 2nd graph.
Further tests found that this only happens when using `svg:cairo`.
I figured out what is going on now. There is no issue with MediaInfoLib or Graphviz. It is corrupt due to displaying two SVGs on the same HTML page.
I got a solution now but it involves changing both GUI and Graph template code and I only tested it in WebView2.
Works great in Qt GUI after some changes. However it is highly likely not going to work on VCL + IE because it is too modern / new.  I'll...
I think the above method is a no go. It is too modern. There will be issues with not only VCL version but with Linux distros using older Qt WebEngine....
Updated PR for Qt, now showing one graph at a time with selector:  Current state of VCL one with two separate bugs: 
This is fixed for Qt GUI but VCL GUI still as shown in screenshot above. Issue should probably be moved to MediaInfo as it is on GUI side.
Issue in [MediaArea/MediaInfoLib](https://github.com/MediaArea/MediaInfoLib)? https://github.com/MediaArea/MediaInfoLib/blob/abdbb218b07f6cc0d4504c863ac5b42ecfab6fc6/Source/MediaInfo/Tag/File_Id3v2.cpp#L597