mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-09 08:28:52 +01:00
Typos
This commit is contained in:
parent
331121db38
commit
740d671261
6
cpdf.ml
6
cpdf.ml
@ -2721,9 +2721,9 @@ let twoup_pages pdf = function
|
|||||||
let transform_stream clipbox contents transform =
|
let transform_stream clipbox contents transform =
|
||||||
let clipops =
|
let clipops =
|
||||||
let minx, miny, maxx, maxy = Pdf.parse_rectangle clipbox in
|
let minx, miny, maxx, maxy = Pdf.parse_rectangle clipbox in
|
||||||
[Pdfops.Op_re (minx, miny, maxx -. minx, maxy -. miny);
|
[Pdfops.Op_re (minx, miny, maxx -. minx, maxy -. miny);
|
||||||
Pdfops.Op_n;
|
Pdfops.Op_n;
|
||||||
Pdfops.Op_W]
|
Pdfops.Op_W]
|
||||||
in
|
in
|
||||||
let ops = Pdfops.parse_operators pdf resources' contents in
|
let ops = Pdfops.parse_operators pdf resources' contents in
|
||||||
(* Need protect_removeme here? especially new, Q-adding protect? *)
|
(* Need protect_removeme here? especially new, Q-adding protect? *)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user