mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 08:08:07 +02:00
XFA - Add support for few ui elements (#13115)
- input; - layout; - border; - margin; - color.
This commit is contained in:
parent
84d7cccb1d
commit
b3528868c1
4 changed files with 799 additions and 74 deletions
|
@ -117,7 +117,7 @@ describe("XFAParser", function () {
|
|||
anchorType: "topLeft",
|
||||
colSpan: 1,
|
||||
columnWidths: [0],
|
||||
h: 0,
|
||||
h: "",
|
||||
hAlign: "left",
|
||||
id: "",
|
||||
layout: "position",
|
||||
|
@ -134,7 +134,7 @@ describe("XFAParser", function () {
|
|||
scope: "name",
|
||||
use: "",
|
||||
usehref: "",
|
||||
w: 0,
|
||||
w: "",
|
||||
x: 0,
|
||||
y: 0,
|
||||
proto: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue