cjee21

Results 321 comments of cjee21

Interesting observations: 1. Result of opening `test1.txt` and `test2.txt`: ![Image](https://github.com/user-attachments/assets/b4e42b87-a8c4-4935-8099-f6355e69635d) 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. ![Image](https://github.com/user-attachments/assets/2b686514-7e01-4f5d-a282-24ef35d09228) 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: ![Image](https://github.com/user-attachments/assets/b970d137-bdc6-4e9d-a922-ddeaabaf3333) Current state of VCL one with two separate bugs: ![Image](https://github.com/user-attachments/assets/715f764e-806c-4711-b6fb-fdef17cad0c4)

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