Hello
I am having some difficulty with the command I_CANVAS and I_POLY.
What is the scale used with this type of command?
If I made a rectangle CANVAS of 1 metre by 1 metre, it is drawing very small and centimetre sides are all visible.
In the example in the figure below, I have the correct ratings by a multiple of 10 ratings of origin who are in meters.
Is what are dimensions in pixels?
I meet another challenge with the I_POLY command,
The drawn figure are indeed designed mirrors on the negative x axis.
What is the solution to this problem?
Thank you
id = 1 I_CANVAS 0 , 0 , 200 , 200 I_POLY 6 , id , 0 , 0 , 0 , 60 , 30 , 60 , 30 , 30 , 20 , 30 , 20 , 0 I_CANVAS_END