Adds SVG rendering capabilities to the PDFViewer.
This commit is contained in:
parent
c9a0955c9c
commit
f7d6f3a739
7 changed files with 100 additions and 7 deletions
|
@ -103,6 +103,14 @@
|
|||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"renderer": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"canvas",
|
||||
"svg"
|
||||
],
|
||||
"default": "canvas"
|
||||
},
|
||||
"renderInteractiveForms": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue