Skip to content

Commit 82cd64d

Browse files
fixed bug
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
1 parent 9522308 commit 82cd64d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ dist
55
extlib_*/
66
scratch_*
77
perf/results/**
8+
perf/results_*
9+
perf/viz*
810
tests/data/regression/*.json
911
tests/data/cases/*.json
1012

src/parse/pdf_states/shape.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ namespace pdflib
531531
*/
532532
}
533533

534-
LOG_S(INFO) << "#-current shapes: " << curr_shapes.size()
534+
LOG_S(INFO) << "#-current shapes: " << curr_shapes.size();
535535
for(int i=0; i<curr_shapes.size(); i++)
536536
{
537537
curr_shapes[i].transform(trafo_matrix);

0 commit comments

Comments
 (0)