From 37d968c39f97c2603243e4d8846692e3934a034f Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 12 May 2023 22:54:08 +0100 Subject: [PATCH] more --- cpdfdraw.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfdraw.ml b/cpdfdraw.ml index 3321d42..4f46c14 100644 --- a/cpdfdraw.ml +++ b/cpdfdraw.ml @@ -72,7 +72,7 @@ let rec string_of_drawop = function and string_of_drawops l = fold_left (fun x y -> x ^ " " ^ y) "" (map string_of_drawop l) -(* Per page resources *) +(* Per page / xobject resources *) type res = {images : (string, (string * int)) Hashtbl.t; (* (name, (pdf name, objnum)) *) extgstates : ((string * float), string) Hashtbl.t; (* (kind, value), name *)