I am referring to a space in the php file that defines the piece set, not the image file created by the script. The diagram designer executes php code to dynamically create and return a binary image, right? Why would whitespace in the php source code of a program affect its output?
Update: Ok, maybe I see. Since the space is outside the ?> it gets incorporated into the output stream?
I am referring to a space in the php file that defines the piece set, not the image file created by the script. The diagram designer executes php code to dynamically create and return a binary image, right? Why would whitespace in the php source code of a program affect its output?
Update: Ok, maybe I see. Since the space is outside the ?> it gets incorporated into the output stream?