Skip to content

Commit

Permalink
Fix #711
Browse files Browse the repository at this point in the history
  • Loading branch information
hhrutter committed Sep 19, 2023
1 parent 685340d commit b4d3bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pdfcpu/validate/annotation.go
Expand Up @@ -1406,7 +1406,7 @@ func validateBorderArray(xRefTable *model.XRefTable, a types.Array) bool {
o := a[3]
a1, ok := o.(types.Array)
if !ok {
return false
return xRefTable.ValidationMode == model.ValidationRelaxed
}
if len(a1) != 2 {
return false
Expand Down

0 comments on commit b4d3bd5

Please sign in to comment.