Skip to content

Commit

Permalink
Tweak for the type of PageViewportParameters.viewBox
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Aug 3, 2020
1 parent 00a8b42 commit 0103392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/display_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ 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
Expand Down

0 comments on commit 0103392

Please sign in to comment.