Question

I am trying to write a PCL document, which has several drawing objects (lines, rectangles, texts...)

I found that if I draw the rectangles before anything else, they appear in the right position and size. However, if I draw them among the rest of objects, they are drawn smaller and in the wrong place.

The PCL seems to be OK (although this is yet to be proven), but it has made me think that perhaps graphic objects must be drawn in a particular order (I am using HPGL/2, by the way).

Does someone know if this is so? I have not been able to find anything in the PCL Manual nor in the internet (which leads me to believe that there is not such drawing order).

Was it helpful?

Solution

Perhaps you have written position or scale commands that unintentionally affect your rectangles.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top