diff options
Diffstat (limited to 'libmat2/pdf.py')
| -rw-r--r-- | libmat2/pdf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmat2/pdf.py b/libmat2/pdf.py index fc5f7dc..ff12fc2 100644 --- a/libmat2/pdf.py +++ b/libmat2/pdf.py | |||
| @@ -108,7 +108,6 @@ class PDFParser(abstract.AbstractParser): | |||
| 108 | if cairo.version_info < (1, 12, 0): | 108 | if cairo.version_info < (1, 12, 0): |
| 109 | pdf_surface.set_size(width, height) | 109 | pdf_surface.set_size(width, height) |
| 110 | else: | 110 | else: |
| 111 | print("lol") | ||
| 112 | pdf_surface.set_size(page_width, page_height) | 111 | pdf_surface.set_size(page_width, page_height) |
| 113 | pdf_surface.set_device_scale(1 / self.__scale, 1 / self.__scale) | 112 | pdf_surface.set_device_scale(1 / self.__scale, 1 / self.__scale) |
| 114 | pdf_context.set_source_surface(img, 0, 0) | 113 | pdf_context.set_source_surface(img, 0, 0) |
