Skip to content

Fix parsing of line annotation LE values

Tobias Deiminger requested to merge haxtibal/poppler:bugfix/le_array into master

AnnotLine::initialize used to look for strings, which is wrong, because PDF reference says "LE [...] An array of two names".

Merge request reports