<div>Hi there,</div>
<div>&nbsp;</div>
<div>I am trying to plot some large images on a printer, breaking the image onto multiple pages. I am puzzled by the behaviour of set-origin.</div>
<div>&nbsp;</div>
<div>On my printer:</div>
<div>&nbsp;</div>
<div>(send printer-dc get-size)</div>
<div>&nbsp;</div>
<div>reports 576x753. I have an image that is let's say, 1152x753. If I try to draw it to the printer only the top half appears (as expected). But when I try to print the bottom by moving the dc origin:</div>
<div>&nbsp;</div>
<div>(send printer-dc set-origin 0 -576)</div>
<div>&nbsp;</div>
<div>I see that the origin has moved by much less than half. Is there more than one coordinate system here? what am I missing?</div>
<div>&nbsp;</div>
<div>Thanks in advance,</div>
<div>-pp</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>