Results 2 comments of Tobias Grothmann

Just had this issue myself. I'd love to see this merged.

I'm using: ```rs let mut pixmap = Pixmap::new_with_rect(&Colorspace::device_rgb(), crop_rect, true)?; pixmap.clear()?; // should not be necessary let ctm = Matrix::default(); let device = Device::from_pixmap_with_clip(&pixmap, crop_rect)?; page.run(&device, &ctm)?; ```