I have a question regarding PNG output for a 2D scene in Asymptote. I am trying to create a PNG file using the command settings.outformat="png", and I have a problem with the bounding box. I am using Asymptote 2.44 on a 64 bit Windows 10 platform. My code is shown below: settings.outformat="png"; settings.render=8; label("Hello world"); The code shown above is saved in an asy-file named test_png_output.asy. I execute this code from the Windows command line using the command: asy test_png_output.asy...
I have attached the asy-file that I use to create the PNG-file, resulting in the oversized bounding box.
I have a question regarding PNG output for a 2D scene in Asymptote. I am trying to create a PNG file using the command settings.outformat="png", and I have a problem with the bounding box. I am using Asymptote 2.44 on a 64 bit Windows 10 platform. My code is shown below: settings.outformat="png"; settings.render=8; label("Hello world"); The code shown above is saved in an asy-file named test_png_output.asy. I execute this code from the Windows command line using the command: asy test_png_output.asy...