Large Png's are not fully written to the file sometimes.
startswithaj opened this issue · 3 comments
startswithaj commented
Thanks for producing this @naddison36
When I generate a large diagram and output to a png. It seems like the whole image is not getting written to the file. Ends up with a partial image. It's intermittent, it doesn't always happen. Seems like it could be a race condition between the file being written and the program exiting. Maybe the file write isn't being awaited?
naddison36 commented
Thanks for reporting. Is there an example contract this sometimes happens for?
startswithaj commented
hey @naddison36 its a private repo that I'm working on. I can have a look for a public repo thats big and try and repro.
startswithaj commented
Had a quick look at the code that writes the file. Looks tight. It could be the fault of convert-svg-to-png