Hi Devs,<br><br>I find in many places in the code the following fragment:<br><br>scale = size/symbol-&gt;sizey;<br><br>without actually checking the value of symbol-&gt;sizey which may be zero eventually. This causes me unexpected problems, like for example a premature termination of the application during the pdf output.<br>
How about setting the symbol size to 1 instead of 0 in initSymbol to prevent from this problem?<br><br>Best regards,<br><br>Tamas<br><br>