mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Tweak for the type of PageViewportParameters.viewBox
This commit is contained in:
parent
00a8b42e67
commit
923ba27f1f
1 changed files with 2 additions and 1 deletions
|
@ -194,7 +194,8 @@ class DOMSVGFactory {
|
|||
|
||||
/**
|
||||
* @typedef {Object} PageViewportParameters
|
||||
* @property {Array} viewBox - The xMin, yMin, xMax and yMax coordinates.
|
||||
* @property {Array<number>} viewBox - The xMin, yMin, xMax and
|
||||
* yMax coordinates.
|
||||
* @property {number} scale - The scale of the viewport.
|
||||
* @property {number} rotation - The rotation, in degrees, of the viewport.
|
||||
* @property {number} [offsetX] - The horizontal, i.e. x-axis, offset. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue