mirror of
				https://github.com/johnwhitington/cpdf-source.git
				synced 2025-06-05 22:09:39 +02:00 
			
		
		
		
	Fix typo in trim mark calculation
This commit is contained in:
		@@ -1032,7 +1032,7 @@ let trim_marks_page fast pdf n page =
 | 
			
		||||
         Pdfops.Op_K (1., 1., 1., 1.);
 | 
			
		||||
         Pdfops.Op_w 1.]
 | 
			
		||||
         @ [Pdfops.begin_artifact]
 | 
			
		||||
         @ line (minx, tmaxy, tminy -. allowance, tmaxy) (* top left *)
 | 
			
		||||
         @ line (minx, tmaxy, tminx -. allowance, tmaxy) (* top left *)
 | 
			
		||||
         @ line (tminx, tmaxy +. allowance, tminx, maxy)
 | 
			
		||||
         @ line (tmaxx +. allowance, tmaxy, maxx, tmaxy) (* top right *)
 | 
			
		||||
         @ line (tmaxx, tmaxy +. allowance, tmaxx, maxy)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user