Comment 19 for bug 966244

Revision history for this message
egradman (eric-gradman) wrote :

I captured the SPL file, used an SPL viewer to print it to XPS, and gxps to convert it to PDF. Yikes. The scale factor I'm seeing is exactly 1.2. But... I was wrong about being able to correct for this in the driver.

I tried fixing this in the print_win32_vector.py file... I found the one identity matrix in process_clone and scaled it by 1.0/1.2. But it didn't change the output, so I must be poking at the wrong bit.

Thoughts?