pdf-association / arlington-pdf-model

A vendor- and implementation-independent specification-derived, machine-readable model of PDF.
Apache License 2.0
77 stars 6 forks source link

AnnotLine LLE test incorrect #35

Closed faceless2 closed 2 years ago

faceless2 commented 2 years ago

The LLE field in AnnotLine has

 [fn:Eval(@LLE>0)]

this should be >= 0 - particularly because the default is 0! It's non-negative.

A non-negative number that shall represents the length of leader line extensions that extend from the line proper 180 degrees from the leader lines, as shown in "Figure 80 — Leader lines". Default value: 0 (no leader line extensions).

petervwyatt commented 2 years ago

Thanks. I suspect you may also find more such things...

See also Errata #191 and Issue #17 here.