This commit is contained in:
John Whitington
2025-03-26 14:40:07 +00:00
parent 0f23a1c7e2
commit 715d16db1e

View File

@@ -253,7 +253,7 @@ let rec filter_clipping_operations a = function
let matterhorn_01_005 _ _ pdf =
iter
(fun ops ->
if List.exists op_is_real (let n = filter_clipping_operations [] (rev (naked_ops [] [] ops)) in print_ops n; n) then merror ())
if List.exists op_is_real (let n = filter_clipping_operations [] (rev (naked_ops [] [] ops)) in (*print_ops n;*) n) then merror ())
(all_ops ~xobjects:false pdf)
(* Suspects entry has a value of true. *)