diff --git a/src/display/display_utils.js b/src/display/display_utils.js index 80bb9e59a5087..b1292858b4110 100644 --- a/src/display/display_utils.js +++ b/src/display/display_utils.js @@ -194,7 +194,8 @@ class DOMSVGFactory { /** * @typedef {Object} PageViewportParameters - * @property {Array} viewBox - The xMin, yMin, xMax and yMax coordinates. + * @property {Array} 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