mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +02:00
Merge pull request #13665 from calixteman/reserve
XFA - Fix indentation for justified paragraph
This commit is contained in:
commit
b9e84ba70e
4 changed files with 14 additions and 7 deletions
|
@ -897,7 +897,7 @@ class Caption extends XFAObject {
|
|||
"inactive",
|
||||
"invisible",
|
||||
]);
|
||||
this.reserve = getMeasurement(attributes.reserve);
|
||||
this.reserve = Math.ceil(getMeasurement(attributes.reserve));
|
||||
this.use = attributes.use || "";
|
||||
this.usehref = attributes.usehref || "";
|
||||
this.extras = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue