Starting to convert my NL6.4.0 models to 7.0.4 has gone well so far, but a model that uses a png image in the Info tab shows a broken image. I made a simple test case with a new model, saved it and ensured the png file was in the same directory. This Info text works in 6.4.0 but shows broken image in 7.0.4:
This local file is in the same directory as this saved model.
Thank you for the bug report. I am also able to reproduce the issue in 7.0.4, so it seems like it was just a bug in that release. We’ll make sure it works in the next release of NetLogo, but for now, I would recommend adding the image to the model’s bundled resources. You can do this by going to File → Manage Bundled Resources, and adding your image there with a name like test. Then in the Info Tab, you can display it with . Let us know if that still doesn’t work.