Re: resizing PDF obtained from dataWithPDFInsideRect:

2009-11-20 Thread Scott Thompson
On Nov 19, 2009, at 4:37 PM, Chinh Nguyen wrote: The conversion to screen coordinates is causing stair stepping in connected lines and other oddities when exporting to PDF. As a temporary solution until the code is rewritten, I've created a subclass of my view that's sized at the large

resizing PDF obtained from dataWithPDFInsideRect:

2009-11-19 Thread Chinh Nguyen
I've got an image that's generated using a large integer coordinate space. When it's drawn to the screen, its coordinates are converted to screen coordinates. Unfortunately, the screen coordinates are assumed to be integers and it's not a simple fix to use floats (the code is common to