Merge pull request #12162 from tamuratak/viewbox
Tweak for the type of PageViewportParameters.viewBox (PR 12102 follow-up)
This commit is contained in:
commit
82fece76df
@ -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…
x
Reference in New Issue
Block a user