@ -3455,7 +3455,7 @@ module.exports = !__w_pdfjs_require__(19)(function () {
@@ -3455,7 +3455,7 @@ module.exports = !__w_pdfjs_require__(19)(function () {
"use strict" ;
var dP = _ _w _pdfjs _require _ _ ( 9 ) ;
var dP = _ _w _pdfjs _require _ _ ( 10 ) ;
var createDesc = _ _w _pdfjs _require _ _ ( 22 ) ;
module . exports = _ _w _pdfjs _require _ _ ( 5 ) ? function ( object , key , value ) {
return dP . f ( object , key , createDesc ( 1 , value ) ) ;
@ -3496,33 +3496,10 @@ module.exports = function (it) {
@@ -3496,33 +3496,10 @@ module.exports = function (it) {
"use strict" ;
var anObject = _ _w _pdfjs _require _ _ ( 21 ) ;
var IE8 _DOM _DEFINE = _ _w _pdfjs _require _ _ ( 38 ) ;
var toPrimitive = _ _w _pdfjs _require _ _ ( 27 ) ;
var dP = Object . defineProperty ;
exports . f = _ _w _pdfjs _require _ _ ( 5 ) ? Object . defineProperty : function defineProperty ( O , P , Attributes ) {
anObject ( O ) ;
P = toPrimitive ( P , true ) ;
anObject ( Attributes ) ;
if ( IE8 _DOM _DEFINE ) try {
return dP ( O , P , Attributes ) ;
} catch ( e ) { }
if ( 'get' in Attributes || 'set' in Attributes ) throw TypeError ( 'Accessors not supported!' ) ;
if ( 'value' in Attributes ) O [ P ] = Attributes . value ;
return O ;
} ;
/***/ } ) ,
/* 10 */
/***/ ( function ( module , exports , _ _w _pdfjs _require _ _ ) {
"use strict" ;
Object . defineProperty ( exports , "__esModule" , {
value : true
} ) ;
exports . DOMCMapReaderFactory = exports . DOMCanvasFactory = exports . DEFAULT _LINK _REL = exports . getDefaultSetting = exports . LinkTarget = exports . getFilenameFromUrl = exports . isValidUrl = exports . isExternalLinkTargetSet = exports . addLinkAttributes = exports . RenderingCancelledException = exports . CustomStyle = undefined ;
exports . DOMSVGFactory = exports . DOMCMapReaderFactory = exports . DOMCanvasFactory = exports . DEFAULT _LINK _REL = exports . getDefaultSetting = exports . LinkTarget = exports . getFilenameFromUrl = exports . isValidUrl = exports . isExternalLinkTargetSet = exports . addLinkAttributes = exports . RenderingCancelledException = exports . CustomStyle = undefined ;
var _createClass = function ( ) { function defineProperties ( target , props ) { for ( var i = 0 ; i < props . length ; i ++ ) { var descriptor = props [ i ] ; descriptor . enumerable = descriptor . enumerable || false ; descriptor . configurable = true ; if ( "value" in descriptor ) descriptor . writable = true ; Object . defineProperty ( target , descriptor . key , descriptor ) ; } } return function ( Constructor , protoProps , staticProps ) { if ( protoProps ) defineProperties ( Constructor . prototype , protoProps ) ; if ( staticProps ) defineProperties ( Constructor , staticProps ) ; return Constructor ; } ; } ( ) ;
@ -3537,6 +3514,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
@@ -3537,6 +3514,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
function _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
var DEFAULT _LINK _REL = 'noopener noreferrer nofollow' ;
var SVG _NS = 'http://www.w3.org/2000/svg' ;
var DOMCanvasFactory = function ( ) {
function DOMCanvasFactory ( ) {
@ -3645,6 +3623,34 @@ var DOMCMapReaderFactory = function () {
@@ -3645,6 +3623,34 @@ var DOMCMapReaderFactory = function () {
return DOMCMapReaderFactory ;
} ( ) ;
var DOMSVGFactory = function ( ) {
function DOMSVGFactory ( ) {
_classCallCheck ( this , DOMSVGFactory ) ;
}
_createClass ( DOMSVGFactory , [ {
key : 'create' ,
value : function create ( width , height ) {
( 0 , _util . assert ) ( width > 0 && height > 0 , 'Invalid SVG dimensions' ) ;
var svg = document . createElementNS ( SVG _NS , 'svg:svg' ) ;
svg . setAttribute ( 'version' , '1.1' ) ;
svg . setAttribute ( 'width' , width + 'px' ) ;
svg . setAttribute ( 'height' , height + 'px' ) ;
svg . setAttribute ( 'preserveAspectRatio' , 'none' ) ;
svg . setAttribute ( 'viewBox' , '0 0 ' + width + ' ' + height ) ;
return svg ;
}
} , {
key : 'createElement' ,
value : function createElement ( type ) {
( 0 , _util . assert ) ( typeof type === 'string' , 'Invalid SVG element type' ) ;
return document . createElementNS ( SVG _NS , type ) ;
}
} ] ) ;
return DOMSVGFactory ;
} ( ) ;
var CustomStyle = function CustomStyleClosure ( ) {
var prefixes = [ 'ms' , 'Moz' , 'Webkit' , 'O' ] ;
var _cache = Object . create ( null ) ;
@ -3805,6 +3811,30 @@ exports.getDefaultSetting = getDefaultSetting;
@@ -3805,6 +3811,30 @@ exports.getDefaultSetting = getDefaultSetting;
exports . DEFAULT _LINK _REL = DEFAULT _LINK _REL ;
exports . DOMCanvasFactory = DOMCanvasFactory ;
exports . DOMCMapReaderFactory = DOMCMapReaderFactory ;
exports . DOMSVGFactory = DOMSVGFactory ;
/***/ } ) ,
/* 10 */
/***/ ( function ( module , exports , _ _w _pdfjs _require _ _ ) {
"use strict" ;
var anObject = _ _w _pdfjs _require _ _ ( 21 ) ;
var IE8 _DOM _DEFINE = _ _w _pdfjs _require _ _ ( 38 ) ;
var toPrimitive = _ _w _pdfjs _require _ _ ( 27 ) ;
var dP = Object . defineProperty ;
exports . f = _ _w _pdfjs _require _ _ ( 5 ) ? Object . defineProperty : function defineProperty ( O , P , Attributes ) {
anObject ( O ) ;
P = toPrimitive ( P , true ) ;
anObject ( Attributes ) ;
if ( IE8 _DOM _DEFINE ) try {
return dP ( O , P , Attributes ) ;
} catch ( e ) { }
if ( 'get' in Attributes || 'set' in Attributes ) throw TypeError ( 'Accessors not supported!' ) ;
if ( 'value' in Attributes ) O [ P ] = Attributes . value ;
return O ;
} ;
/***/ } ) ,
/* 11 */
@ -6030,7 +6060,7 @@ module.exports = 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,
@@ -6030,7 +6060,7 @@ module.exports = 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,
"use strict" ;
var def = _ _w _pdfjs _require _ _ ( 9 ) . f ;
var def = _ _w _pdfjs _require _ _ ( 10 ) . f ;
var has = _ _w _pdfjs _require _ _ ( 7 ) ;
var TAG = _ _w _pdfjs _require _ _ ( 2 ) ( 'toStringTag' ) ;
module . exports = function ( it , tag , stat ) {
@ -11999,7 +12029,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
@@ -11999,7 +12029,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
var _util = _ _w _pdfjs _require _ _ ( 0 ) ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 10 ) ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 9 ) ;
var _font _loader = _ _w _pdfjs _require _ _ ( 99 ) ;
@ -13443,8 +13473,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -13443,8 +13473,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
} ( ) ;
var version , build ;
{
exports . version = version = '1.9.544 ' ;
exports . build = build = '437e9cb0 ' ;
exports . version = version = '1.9.549 ' ;
exports . build = build = '320779e6 ' ;
}
exports . getDocument = getDocument ;
exports . LoopbackPort = LoopbackPort ;
@ -13469,7 +13499,7 @@ Object.defineProperty(exports, "__esModule", {
@@ -13469,7 +13499,7 @@ Object.defineProperty(exports, "__esModule", {
} ) ;
exports . WebGLUtils = undefined ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 10 ) ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 9 ) ;
var _util = _ _w _pdfjs _require _ _ ( 0 ) ;
@ -26804,7 +26834,7 @@ exports.AnnotationLayer = undefined;
@@ -26804,7 +26834,7 @@ exports.AnnotationLayer = undefined;
var _createClass = function ( ) { function defineProperties ( target , props ) { for ( var i = 0 ; i < props . length ; i ++ ) { var descriptor = props [ i ] ; descriptor . enumerable = descriptor . enumerable || false ; descriptor . configurable = true ; if ( "value" in descriptor ) descriptor . writable = true ; Object . defineProperty ( target , descriptor . key , descriptor ) ; } } return function ( Constructor , protoProps , staticProps ) { if ( protoProps ) defineProperties ( Constructor . prototype , protoProps ) ; if ( staticProps ) defineProperties ( Constructor , staticProps ) ; return Constructor ; } ; } ( ) ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 10 ) ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 9 ) ;
var _util = _ _w _pdfjs _require _ _ ( 0 ) ;
@ -26849,6 +26879,10 @@ var AnnotationElementFactory = function () {
@@ -26849,6 +26879,10 @@ var AnnotationElementFactory = function () {
return new PopupAnnotationElement ( parameters ) ;
case _util . AnnotationType . LINE :
return new LineAnnotationElement ( parameters ) ;
case _util . AnnotationType . SQUARE :
return new SquareAnnotationElement ( parameters ) ;
case _util . AnnotationType . CIRCLE :
return new CircleAnnotationElement ( parameters ) ;
case _util . AnnotationType . HIGHLIGHT :
return new HighlightAnnotationElement ( parameters ) ;
case _util . AnnotationType . UNDERLINE :
@ -26884,6 +26918,7 @@ var AnnotationElement = function () {
@@ -26884,6 +26918,7 @@ var AnnotationElement = function () {
this . downloadManager = parameters . downloadManager ;
this . imageResourcesPath = parameters . imageResourcesPath ;
this . renderInteractiveForms = parameters . renderInteractiveForms ;
this . svgFactory = parameters . svgFactory ;
if ( isRenderable ) {
this . container = this . _createContainer ( ignoreBorder ) ;
}
@ -27270,7 +27305,7 @@ var PopupAnnotationElement = function (_AnnotationElement4) {
@@ -27270,7 +27305,7 @@ var PopupAnnotationElement = function (_AnnotationElement4) {
_createClass ( PopupAnnotationElement , [ {
key : 'render' ,
value : function render ( ) {
var IGNORE _TYPES = [ 'Line' ] ;
var IGNORE _TYPES = [ 'Line' , 'Square' , 'Circle' ] ;
this . container . className = 'popupAnnotation' ;
if ( IGNORE _TYPES . indexOf ( this . data . parentType ) >= 0 ) {
return this . container ;
@ -27408,27 +27443,21 @@ var LineAnnotationElement = function (_AnnotationElement5) {
@@ -27408,27 +27443,21 @@ var LineAnnotationElement = function (_AnnotationElement5) {
_createClass ( LineAnnotationElement , [ {
key : 'render' ,
value : function render ( ) {
var SVG _NS = 'http://www.w3.org/2000/svg' ;
this . container . className = 'lineAnnotation' ;
var data = this . data ;
var width = data . rect [ 2 ] - data . rect [ 0 ] ;
var height = data . rect [ 3 ] - data . rect [ 1 ] ;
var svg = document . createElementNS ( SVG _NS , 'svg:svg' ) ;
svg . setAttributeNS ( null , 'version' , '1.1' ) ;
svg . setAttributeNS ( null , 'width' , width + 'px' ) ;
svg . setAttributeNS ( null , 'height' , height + 'px' ) ;
svg . setAttributeNS ( null , 'preserveAspectRatio' , 'none' ) ;
svg . setAttributeNS ( null , 'viewBox' , '0 0 ' + width + ' ' + height ) ;
var line = document . createElementNS ( SVG _NS , 'svg:line' ) ;
line . setAttributeNS ( null , 'x1' , data . rect [ 2 ] - data . lineCoordinates [ 0 ] ) ;
line . setAttributeNS ( null , 'y1' , data . rect [ 3 ] - data . lineCoordinates [ 1 ] ) ;
line . setAttributeNS ( null , 'x2' , data . rect [ 2 ] - data . lineCoordinates [ 2 ] ) ;
line . setAttributeNS ( null , 'y2' , data . rect [ 3 ] - data . lineCoordinates [ 3 ] ) ;
line . setAttributeNS ( null , 'stroke-width' , data . borderStyle . width ) ;
line . setAttributeNS ( null , 'stroke' , 'transparent' ) ;
var svg = this . svgFactory . create ( width , height ) ;
var line = this . svgFactory . createElement ( 'svg:line' ) ;
line . setAttribute ( 'x1' , data . rect [ 2 ] - data . lineCoordinates [ 0 ] ) ;
line . setAttribute ( 'y1' , data . rect [ 3 ] - data . lineCoordinates [ 1 ] ) ;
line . setAttribute ( 'x2' , data . rect [ 2 ] - data . lineCoordinates [ 2 ] ) ;
line . setAttribute ( 'y2' , data . rect [ 3 ] - data . lineCoordinates [ 3 ] ) ;
line . setAttribute ( 'stroke-width' , data . borderStyle . width ) ;
line . setAttribute ( 'stroke' , 'transparent' ) ;
svg . appendChild ( line ) ;
this . container . append ( svg ) ;
this . _createPopup ( this . container , line , this . data ) ;
this . _createPopup ( this . container , line , data ) ;
return this . container ;
}
} ] ) ;
@ -27436,8 +27465,82 @@ var LineAnnotationElement = function (_AnnotationElement5) {
@@ -27436,8 +27465,82 @@ var LineAnnotationElement = function (_AnnotationElement5) {
return LineAnnotationElement ;
} ( AnnotationElement ) ;
var HighlightAnnotationElement = function ( _AnnotationElement6 ) {
_inherits ( HighlightAnnotationElement , _AnnotationElement6 ) ;
var SquareAnnotationElement = function ( _AnnotationElement6 ) {
_inherits ( SquareAnnotationElement , _AnnotationElement6 ) ;
function SquareAnnotationElement ( parameters ) {
_classCallCheck ( this , SquareAnnotationElement ) ;
var isRenderable = ! ! ( parameters . data . hasPopup || parameters . data . title || parameters . data . contents ) ;
return _possibleConstructorReturn ( this , ( SquareAnnotationElement . _ _proto _ _ || Object . getPrototypeOf ( SquareAnnotationElement ) ) . call ( this , parameters , isRenderable , true ) ) ;
}
_createClass ( SquareAnnotationElement , [ {
key : 'render' ,
value : function render ( ) {
this . container . className = 'squareAnnotation' ;
var data = this . data ;
var width = data . rect [ 2 ] - data . rect [ 0 ] ;
var height = data . rect [ 3 ] - data . rect [ 1 ] ;
var svg = this . svgFactory . create ( width , height ) ;
var borderWidth = data . borderStyle . width ;
var square = this . svgFactory . createElement ( 'svg:rect' ) ;
square . setAttribute ( 'x' , borderWidth / 2 ) ;
square . setAttribute ( 'y' , borderWidth / 2 ) ;
square . setAttribute ( 'width' , width - borderWidth ) ;
square . setAttribute ( 'height' , height - borderWidth ) ;
square . setAttribute ( 'stroke-width' , borderWidth ) ;
square . setAttribute ( 'stroke' , 'transparent' ) ;
square . setAttribute ( 'fill' , 'none' ) ;
svg . appendChild ( square ) ;
this . container . append ( svg ) ;
this . _createPopup ( this . container , square , data ) ;
return this . container ;
}
} ] ) ;
return SquareAnnotationElement ;
} ( AnnotationElement ) ;
var CircleAnnotationElement = function ( _AnnotationElement7 ) {
_inherits ( CircleAnnotationElement , _AnnotationElement7 ) ;
function CircleAnnotationElement ( parameters ) {
_classCallCheck ( this , CircleAnnotationElement ) ;
var isRenderable = ! ! ( parameters . data . hasPopup || parameters . data . title || parameters . data . contents ) ;
return _possibleConstructorReturn ( this , ( CircleAnnotationElement . _ _proto _ _ || Object . getPrototypeOf ( CircleAnnotationElement ) ) . call ( this , parameters , isRenderable , true ) ) ;
}
_createClass ( CircleAnnotationElement , [ {
key : 'render' ,
value : function render ( ) {
this . container . className = 'circleAnnotation' ;
var data = this . data ;
var width = data . rect [ 2 ] - data . rect [ 0 ] ;
var height = data . rect [ 3 ] - data . rect [ 1 ] ;
var svg = this . svgFactory . create ( width , height ) ;
var borderWidth = data . borderStyle . width ;
var circle = this . svgFactory . createElement ( 'svg:ellipse' ) ;
circle . setAttribute ( 'cx' , width / 2 ) ;
circle . setAttribute ( 'cy' , height / 2 ) ;
circle . setAttribute ( 'rx' , width / 2 - borderWidth / 2 ) ;
circle . setAttribute ( 'ry' , height / 2 - borderWidth / 2 ) ;
circle . setAttribute ( 'stroke-width' , borderWidth ) ;
circle . setAttribute ( 'stroke' , 'transparent' ) ;
circle . setAttribute ( 'fill' , 'none' ) ;
svg . appendChild ( circle ) ;
this . container . append ( svg ) ;
this . _createPopup ( this . container , circle , data ) ;
return this . container ;
}
} ] ) ;
return CircleAnnotationElement ;
} ( AnnotationElement ) ;
var HighlightAnnotationElement = function ( _AnnotationElement8 ) {
_inherits ( HighlightAnnotationElement , _AnnotationElement8 ) ;
function HighlightAnnotationElement ( parameters ) {
_classCallCheck ( this , HighlightAnnotationElement ) ;
@ -27460,8 +27563,8 @@ var HighlightAnnotationElement = function (_AnnotationElement6) {
@@ -27460,8 +27563,8 @@ var HighlightAnnotationElement = function (_AnnotationElement6) {
return HighlightAnnotationElement ;
} ( AnnotationElement ) ;
var UnderlineAnnotationElement = function ( _AnnotationElement7 ) {
_inherits ( UnderlineAnnotationElement , _AnnotationElement7 ) ;
var UnderlineAnnotationElement = function ( _AnnotationElement9 ) {
_inherits ( UnderlineAnnotationElement , _AnnotationElement9 ) ;
function UnderlineAnnotationElement ( parameters ) {
_classCallCheck ( this , UnderlineAnnotationElement ) ;
@ -27484,8 +27587,8 @@ var UnderlineAnnotationElement = function (_AnnotationElement7) {
@@ -27484,8 +27587,8 @@ var UnderlineAnnotationElement = function (_AnnotationElement7) {
return UnderlineAnnotationElement ;
} ( AnnotationElement ) ;
var SquigglyAnnotationElement = function ( _AnnotationElement8 ) {
_inherits ( SquigglyAnnotationElement , _AnnotationElement8 ) ;
var SquigglyAnnotationElement = function ( _AnnotationElement10 ) {
_inherits ( SquigglyAnnotationElement , _AnnotationElement10 ) ;
function SquigglyAnnotationElement ( parameters ) {
_classCallCheck ( this , SquigglyAnnotationElement ) ;
@ -27508,8 +27611,8 @@ var SquigglyAnnotationElement = function (_AnnotationElement8) {
@@ -27508,8 +27611,8 @@ var SquigglyAnnotationElement = function (_AnnotationElement8) {
return SquigglyAnnotationElement ;
} ( AnnotationElement ) ;
var StrikeOutAnnotationElement = function ( _AnnotationElement9 ) {
_inherits ( StrikeOutAnnotationElement , _AnnotationElement9 ) ;
var StrikeOutAnnotationElement = function ( _AnnotationElement11 ) {
_inherits ( StrikeOutAnnotationElement , _AnnotationElement11 ) ;
function StrikeOutAnnotationElement ( parameters ) {
_classCallCheck ( this , StrikeOutAnnotationElement ) ;
@ -27532,23 +27635,23 @@ var StrikeOutAnnotationElement = function (_AnnotationElement9) {
@@ -27532,23 +27635,23 @@ var StrikeOutAnnotationElement = function (_AnnotationElement9) {
return StrikeOutAnnotationElement ;
} ( AnnotationElement ) ;
var FileAttachmentAnnotationElement = function ( _AnnotationElement10 ) {
_inherits ( FileAttachmentAnnotationElement , _AnnotationElement10 ) ;
var FileAttachmentAnnotationElement = function ( _AnnotationElement12 ) {
_inherits ( FileAttachmentAnnotationElement , _AnnotationElement12 ) ;
function FileAttachmentAnnotationElement ( parameters ) {
_classCallCheck ( this , FileAttachmentAnnotationElement ) ;
var _this16 = _possibleConstructorReturn ( this , ( FileAttachmentAnnotationElement . _ _proto _ _ || Object . getPrototypeOf ( FileAttachmentAnnotationElement ) ) . call ( this , parameters , true ) ) ;
var _this18 = _possibleConstructorReturn ( this , ( FileAttachmentAnnotationElement . _ _proto _ _ || Object . getPrototypeOf ( FileAttachmentAnnotationElement ) ) . call ( this , parameters , true ) ) ;
var file = _this16 . data . file ;
_this16 . filename = ( 0 , _dom _utils . getFilenameFromUrl ) ( file . filename ) ;
_this16 . content = file . content ;
_this16 . linkService . onFileAttachmentAnnotation ( {
var file = _this18 . data . file ;
_this18 . filename = ( 0 , _dom _utils . getFilenameFromUrl ) ( file . filename ) ;
_this18 . content = file . content ;
_this18 . linkService . onFileAttachmentAnnotation ( {
id : ( 0 , _util . stringToPDFString ) ( file . filename ) ,
filename : file . filename ,
content : file . content
} ) ;
return _this16 ;
return _this18 ;
}
_createClass ( FileAttachmentAnnotationElement , [ {
@ -27600,7 +27703,8 @@ var AnnotationLayer = function () {
@@ -27600,7 +27703,8 @@ var AnnotationLayer = function () {
linkService : parameters . linkService ,
downloadManager : parameters . downloadManager ,
imageResourcesPath : parameters . imageResourcesPath || ( 0 , _dom _utils . getDefaultSetting ) ( 'imageResourcesPath' ) ,
renderInteractiveForms : parameters . renderInteractiveForms || false
renderInteractiveForms : parameters . renderInteractiveForms || false ,
svgFactory : new _dom _utils . DOMSVGFactory ( )
} ) ;
if ( element . isRenderable ) {
parameters . div . appendChild ( element . render ( ) ) ;
@ -27640,7 +27744,7 @@ exports.renderTextLayer = undefined;
@@ -27640,7 +27744,7 @@ exports.renderTextLayer = undefined;
var _util = _ _w _pdfjs _require _ _ ( 0 ) ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 10 ) ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 9 ) ;
var renderTextLayer = function renderTextLayerClosure ( ) {
var MAX _TEXT _DIVS _TO _RENDER = 100000 ;
@ -28191,6 +28295,8 @@ exports.SVGGraphics = undefined;
@@ -28191,6 +28295,8 @@ exports.SVGGraphics = undefined;
var _util = _ _w _pdfjs _require _ _ ( 0 ) ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 9 ) ;
var SVGGraphics = function SVGGraphics ( ) {
throw new Error ( 'Not implemented: SVGGraphics' ) ;
} ;
@ -28468,6 +28574,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -28468,6 +28574,7 @@ var SVGGraphics = function SVGGraphics() {
return 'matrix(' + pf ( m [ 0 ] ) + ' ' + pf ( m [ 1 ] ) + ' ' + pf ( m [ 2 ] ) + ' ' + pf ( m [ 3 ] ) + ' ' + pf ( m [ 4 ] ) + ' ' + pf ( m [ 5 ] ) + ')' ;
}
function SVGGraphics ( commonObjs , objs , forceDataSchema ) {
this . svgFactory = new _dom _utils . DOMSVGFactory ( ) ;
this . current = new SVGExtraState ( ) ;
this . transformMatrix = _util . IDENTITY _MATRIX ;
this . transformStack = [ ] ;
@ -28481,7 +28588,6 @@ var SVGGraphics = function SVGGraphics() {
@@ -28481,7 +28588,6 @@ var SVGGraphics = function SVGGraphics() {
this . cssStyle = null ;
this . forceDataSchema = ! ! forceDataSchema ;
}
var NS = 'http://www.w3.org/2000/svg' ;
var XML _NS = 'http://www.w3.org/XML/1998/namespace' ;
var XLINK _NS = 'http://www.w3.org/1999/xlink' ;
var LINE _CAP _STYLES = [ 'butt' , 'round' , 'square' ] ;
@ -28727,11 +28833,11 @@ var SVGGraphics = function SVGGraphics() {
@@ -28727,11 +28833,11 @@ var SVGGraphics = function SVGGraphics() {
this . current . x = this . current . lineX = 0 ;
this . current . y = this . current . lineY = 0 ;
current . xcoords = [ ] ;
current . tspan = document . createElementNS ( NS , 'svg:tspan' ) ;
current . tspan = this . svgFactory . createElement ( 'svg:tspan' ) ;
current . tspan . setAttributeNS ( null , 'font-family' , current . fontFamily ) ;
current . tspan . setAttributeNS ( null , 'font-size' , pf ( current . fontSize ) + 'px' ) ;
current . tspan . setAttributeNS ( null , 'y' , pf ( - current . y ) ) ;
current . txtElement = document . createElementNS ( NS , 'svg:text' ) ;
current . txtElement = this . svgFactory . createElement ( 'svg:text' ) ;
current . txtElement . appendChild ( current . tspan ) ;
} ,
beginText : function SVGGraphics _beginText ( ) {
@ -28739,9 +28845,9 @@ var SVGGraphics = function SVGGraphics() {
@@ -28739,9 +28845,9 @@ var SVGGraphics = function SVGGraphics() {
this . current . y = this . current . lineY = 0 ;
this . current . textMatrix = _util . IDENTITY _MATRIX ;
this . current . lineMatrix = _util . IDENTITY _MATRIX ;
this . current . tspan = document . createElementNS ( NS , 'svg:tspan' ) ;
this . current . txtElement = document . createElementNS ( NS , 'svg:text' ) ;
this . current . txtgrp = document . createElementNS ( NS , 'svg:g' ) ;
this . current . tspan = this . svgFactory . createElement ( 'svg:tspan' ) ;
this . current . txtElement = this . svgFactory . createElement ( 'svg:text' ) ;
this . current . txtgrp = this . svgFactory . createElement ( 'svg:g' ) ;
this . current . xcoords = [ ] ;
} ,
moveText : function SVGGraphics _moveText ( x , y ) {
@ -28749,7 +28855,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -28749,7 +28855,7 @@ var SVGGraphics = function SVGGraphics() {
this . current . x = this . current . lineX += x ;
this . current . y = this . current . lineY += y ;
current . xcoords = [ ] ;
current . tspan = document . createElementNS ( NS , 'svg:tspan' ) ;
current . tspan = this . svgFactory . createElement ( 'svg:tspan' ) ;
current . tspan . setAttributeNS ( null , 'font-family' , current . fontFamily ) ;
current . tspan . setAttributeNS ( null , 'font-size' , pf ( current . fontSize ) + 'px' ) ;
current . tspan . setAttributeNS ( null , 'y' , pf ( - current . y ) ) ;
@ -28826,7 +28932,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -28826,7 +28932,7 @@ var SVGGraphics = function SVGGraphics() {
} ,
addFontStyle : function SVGGraphics _addFontStyle ( fontObj ) {
if ( ! this . cssStyle ) {
this . cssStyle = document . createElementNS ( NS , 'svg:style' ) ;
this . cssStyle = this . svgFactory . createElement ( 'svg:style' ) ;
this . cssStyle . setAttributeNS ( null , 'type' , 'text/css' ) ;
this . defs . appendChild ( this . cssStyle ) ;
}
@ -28855,7 +28961,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -28855,7 +28961,7 @@ var SVGGraphics = function SVGGraphics() {
current . fontFamily = fontObj . loadedName ;
current . fontWeight = bold ;
current . fontStyle = italic ;
current . tspan = document . createElementNS ( NS , 'svg:tspan' ) ;
current . tspan = this . svgFactory . createElement ( 'svg:tspan' ) ;
current . tspan . setAttributeNS ( null , 'y' , pf ( - current . y ) ) ;
current . xcoords = [ ] ;
} ,
@ -28885,7 +28991,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -28885,7 +28991,7 @@ var SVGGraphics = function SVGGraphics() {
setFillRGBColor : function SVGGraphics _setFillRGBColor ( r , g , b ) {
var color = _util . Util . makeCssRgb ( r , g , b ) ;
this . current . fillColor = color ;
this . current . tspan = document . createElementNS ( NS , 'svg:tspan' ) ;
this . current . tspan = this . svgFactory . createElement ( 'svg:tspan' ) ;
this . current . xcoords = [ ] ;
} ,
setDash : function SVGGraphics _setDash ( dashArray , dashPhase ) {
@ -28896,7 +29002,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -28896,7 +29002,7 @@ var SVGGraphics = function SVGGraphics() {
var current = this . current ;
var x = current . x ,
y = current . y ;
current . path = document . createElementNS ( NS , 'svg:path' ) ;
current . path = this . svgFactory . createElement ( 'svg:path' ) ;
var d = [ ] ;
var opLength = ops . length ;
for ( var i = 0 , j = 0 ; i < opLength ; i ++ ) {
@ -28956,7 +29062,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -28956,7 +29062,7 @@ var SVGGraphics = function SVGGraphics() {
var current = this . current ;
var clipId = 'clippath' + clipCount ;
clipCount ++ ;
var clipPath = document . createElementNS ( NS , 'svg:clipPath' ) ;
var clipPath = this . svgFactory . createElement ( 'svg:clipPath' ) ;
clipPath . setAttributeNS ( null , 'id' , clipId ) ;
clipPath . setAttributeNS ( null , 'transform' , pm ( this . transformMatrix ) ) ;
var clipElement = current . element . cloneNode ( ) ;
@ -29070,7 +29176,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -29070,7 +29176,7 @@ var SVGGraphics = function SVGGraphics() {
} ,
paintSolidColorImageMask : function SVGGraphics _paintSolidColorImageMask ( ) {
var current = this . current ;
var rect = document . createElementNS ( NS , 'svg:rect' ) ;
var rect = this . svgFactory . createElement ( 'svg:rect' ) ;
rect . setAttributeNS ( null , 'x' , '0' ) ;
rect . setAttributeNS ( null , 'y' , '0' ) ;
rect . setAttributeNS ( null , 'width' , '1px' ) ;
@ -29080,7 +29186,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -29080,7 +29186,7 @@ var SVGGraphics = function SVGGraphics() {
} ,
paintJpegXObject : function SVGGraphics _paintJpegXObject ( objId , w , h ) {
var imgObj = this . objs . get ( objId ) ;
var imgEl = document . createElementNS ( NS , 'svg:image' ) ;
var imgEl = this . svgFactory . createElement ( 'svg:image' ) ;
imgEl . setAttributeNS ( XLINK _NS , 'xlink:href' , imgObj . src ) ;
imgEl . setAttributeNS ( null , 'width' , pf ( w ) ) ;
imgEl . setAttributeNS ( null , 'height' , pf ( h ) ) ;
@ -29101,14 +29207,14 @@ var SVGGraphics = function SVGGraphics() {
@@ -29101,14 +29207,14 @@ var SVGGraphics = function SVGGraphics() {
var width = imgData . width ;
var height = imgData . height ;
var imgSrc = convertImgDataToPng ( imgData , this . forceDataSchema ) ;
var cliprect = document . createElementNS ( NS , 'svg:rect' ) ;
var cliprect = this . svgFactory . createElement ( 'svg:rect' ) ;
cliprect . setAttributeNS ( null , 'x' , '0' ) ;
cliprect . setAttributeNS ( null , 'y' , '0' ) ;
cliprect . setAttributeNS ( null , 'width' , pf ( width ) ) ;
cliprect . setAttributeNS ( null , 'height' , pf ( height ) ) ;
this . current . element = cliprect ;
this . clip ( 'nonzero' ) ;
var imgEl = document . createElementNS ( NS , 'svg:image' ) ;
var imgEl = this . svgFactory . createElement ( 'svg:image' ) ;
imgEl . setAttributeNS ( XLINK _NS , 'xlink:href' , imgSrc ) ;
imgEl . setAttributeNS ( null , 'x' , '0' ) ;
imgEl . setAttributeNS ( null , 'y' , pf ( - height ) ) ;
@ -29127,9 +29233,9 @@ var SVGGraphics = function SVGGraphics() {
@@ -29127,9 +29233,9 @@ var SVGGraphics = function SVGGraphics() {
var height = imgData . height ;
var fillColor = current . fillColor ;
current . maskId = 'mask' + maskCount ++ ;
var mask = document . createElementNS ( NS , 'svg:mask' ) ;
var mask = this . svgFactory . createElement ( 'svg:mask' ) ;
mask . setAttributeNS ( null , 'id' , current . maskId ) ;
var rect = document . createElementNS ( NS , 'svg:rect' ) ;
var rect = this . svgFactory . createElement ( 'svg:rect' ) ;
rect . setAttributeNS ( null , 'x' , '0' ) ;
rect . setAttributeNS ( null , 'y' , '0' ) ;
rect . setAttributeNS ( null , 'width' , pf ( width ) ) ;
@ -29147,7 +29253,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -29147,7 +29253,7 @@ var SVGGraphics = function SVGGraphics() {
if ( Array . isArray ( bbox ) && bbox . length === 4 ) {
var width = bbox [ 2 ] - bbox [ 0 ] ;
var height = bbox [ 3 ] - bbox [ 1 ] ;
var cliprect = document . createElementNS ( NS , 'svg:rect' ) ;
var cliprect = this . svgFactory . createElement ( 'svg:rect' ) ;
cliprect . setAttributeNS ( null , 'x' , bbox [ 0 ] ) ;
cliprect . setAttributeNS ( null , 'y' , bbox [ 1 ] ) ;
cliprect . setAttributeNS ( null , 'width' , pf ( width ) ) ;
@ -29158,25 +29264,21 @@ var SVGGraphics = function SVGGraphics() {
@@ -29158,25 +29264,21 @@ var SVGGraphics = function SVGGraphics() {
}
} ,
paintFormXObjectEnd : function SVGGraphics _paintFormXObjectEnd ( ) { } ,
_initialize : function SVGGraphics _initialize ( viewport ) {
var svg = document . createElementNS ( NS , 'svg:svg' ) ;
svg . setAttributeNS ( null , 'version' , '1.1' ) ;
svg . setAttributeNS ( null , 'width' , viewport . width + 'px' ) ;
svg . setAttributeNS ( null , 'height' , viewport . height + 'px' ) ;
svg . setAttributeNS ( null , 'preserveAspectRatio' , 'none' ) ;
svg . setAttributeNS ( null , 'viewBox' , '0 0 ' + viewport . width + ' ' + viewport . height ) ;
var definitions = document . createElementNS ( NS , 'svg:defs' ) ;
_initialize : function _initialize ( viewport ) {
var svg = this . svgFactory . create ( viewport . width , viewport . height ) ;
var definitions = this . svgFactory . createElement ( 'svg:defs' ) ;
svg . appendChild ( definitions ) ;
this . defs = definitions ;
var rootGroup = document . createElementNS ( NS , 'svg:g' ) ;
var rootGroup = this . svgFactory . createElement ( 'svg:g' ) ;
rootGroup . setAttributeNS ( null , 'transform' , pm ( viewport . transform ) ) ;
svg . appendChild ( rootGroup ) ;
this . svg = rootGroup ;
return svg ;
} ,
_ensureClipGroup : function SVGGraphics _ensureClipGroup ( ) {
if ( ! this . current . clipGroup ) {
var clipGroup = document . createElementNS ( NS , 'svg:g' ) ;
var clipGroup = this . svgFactory . createElement ( 'svg:g' ) ;
clipGroup . setAttributeNS ( null , 'clip-path' , this . current . activeClipUrl ) ;
this . svg . appendChild ( clipGroup ) ;
this . current . clipGroup = clipGroup ;
@ -29185,7 +29287,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -29185,7 +29287,7 @@ var SVGGraphics = function SVGGraphics() {
} ,
_ensureTransformGroup : function SVGGraphics _ensureTransformGroup ( ) {
if ( ! this . tgrp ) {
this . tgrp = document . createElementNS ( NS , 'svg:g' ) ;
this . tgrp = this . svgFactory . createElement ( 'svg:g' ) ;
this . tgrp . setAttributeNS ( null , 'transform' , pm ( this . transformMatrix ) ) ;
if ( this . current . activeClipUrl ) {
this . _ensureClipGroup ( ) . appendChild ( this . tgrp ) ;
@ -29208,14 +29310,14 @@ exports.SVGGraphics = SVGGraphics;
@@ -29208,14 +29310,14 @@ exports.SVGGraphics = SVGGraphics;
"use strict" ;
var pdfjsVersion = '1.9.544 ' ;
var pdfjsBuild = '437e9cb0 ' ;
var pdfjsVersion = '1.9.549 ' ;
var pdfjsBuild = '320779e6 ' ;
var pdfjsSharedUtil = _ _w _pdfjs _require _ _ ( 0 ) ;
var pdfjsDisplayGlobal = _ _w _pdfjs _require _ _ ( 98 ) ;
var pdfjsDisplayAPI = _ _w _pdfjs _require _ _ ( 55 ) ;
var pdfjsDisplayTextLayer = _ _w _pdfjs _require _ _ ( 68 ) ;
var pdfjsDisplayAnnotationLayer = _ _w _pdfjs _require _ _ ( 67 ) ;
var pdfjsDisplayDOMUtils = _ _w _pdfjs _require _ _ ( 10 ) ;
var pdfjsDisplayDOMUtils = _ _w _pdfjs _require _ _ ( 9 ) ;
var pdfjsDisplaySVG = _ _w _pdfjs _require _ _ ( 69 ) ;
{
if ( pdfjsSharedUtil . isNodeJS ( ) ) {
@ -30850,7 +30952,7 @@ if (__w_pdfjs_require__(5)) {
@@ -30850,7 +30952,7 @@ if (__w_pdfjs_require__(5)) {
var setSpecies = _ _w _pdfjs _require _ _ ( 92 ) ;
var arrayFill = _ _w _pdfjs _require _ _ ( 51 ) ;
var arrayCopyWithin = _ _w _pdfjs _require _ _ ( 93 ) ;
var $DP = _ _w _pdfjs _require _ _ ( 9 ) ;
var $DP = _ _w _pdfjs _require _ _ ( 10 ) ;
var $GOPD = _ _w _pdfjs _require _ _ ( 94 ) ;
var dP = $DP . f ;
var gOPD = $GOPD . f ;
@ -31267,7 +31369,7 @@ var toInteger = __w_pdfjs_require__(14);
@@ -31267,7 +31369,7 @@ var toInteger = __w_pdfjs_require__(14);
var toLength = _ _w _pdfjs _require _ _ ( 8 ) ;
var toIndex = _ _w _pdfjs _require _ _ ( 44 ) ;
var gOPN = _ _w _pdfjs _require _ _ ( 45 ) . f ;
var dP = _ _w _pdfjs _require _ _ ( 9 ) . f ;
var dP = _ _w _pdfjs _require _ _ ( 10 ) . f ;
var arrayFill = _ _w _pdfjs _require _ _ ( 51 ) ;
var setToStringTag = _ _w _pdfjs _require _ _ ( 33 ) ;
var ARRAY _BUFFER = 'ArrayBuffer' ;
@ -31546,7 +31648,7 @@ module.exports = function (it) {
@@ -31546,7 +31648,7 @@ module.exports = function (it) {
"use strict" ;
var dP = _ _w _pdfjs _require _ _ ( 9 ) ;
var dP = _ _w _pdfjs _require _ _ ( 10 ) ;
var anObject = _ _w _pdfjs _require _ _ ( 21 ) ;
var getKeys = _ _w _pdfjs _require _ _ ( 78 ) ;
module . exports = _ _w _pdfjs _require _ _ ( 5 ) ? Object . defineProperties : function defineProperties ( O , Properties ) {
@ -31913,7 +32015,7 @@ module.exports = function (exec, skipClosing) {
@@ -31913,7 +32015,7 @@ module.exports = function (exec, skipClosing) {
var global = _ _w _pdfjs _require _ _ ( 4 ) ;
var dP = _ _w _pdfjs _require _ _ ( 9 ) ;
var dP = _ _w _pdfjs _require _ _ ( 10 ) ;
var DESCRIPTORS = _ _w _pdfjs _require _ _ ( 5 ) ;
var SPECIES = _ _w _pdfjs _require _ _ ( 2 ) ( 'species' ) ;
module . exports = function ( KEY ) {
@ -35047,7 +35149,7 @@ exports.PDFJS = exports.isWorker = exports.globalScope = undefined;
@@ -35047,7 +35149,7 @@ exports.PDFJS = exports.isWorker = exports.globalScope = undefined;
var _api = _ _w _pdfjs _require _ _ ( 55 ) ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 10 ) ;
var _dom _utils = _ _w _pdfjs _require _ _ ( 9 ) ;
var _util = _ _w _pdfjs _require _ _ ( 0 ) ;
@ -35071,8 +35173,8 @@ if (!_global_scope2.default.PDFJS) {
@@ -35071,8 +35173,8 @@ if (!_global_scope2.default.PDFJS) {
}
var PDFJS = _global _scope2 . default . PDFJS ;
{
PDFJS . version = '1.9.544 ' ;
PDFJS . build = '437e9cb0 ' ;
PDFJS . version = '1.9.549 ' ;
PDFJS . build = '320779e6 ' ;
}
PDFJS . pdfBug = false ;
if ( PDFJS . verbosity !== undefined ) {
@ -50656,6 +50758,10 @@ var AnnotationFactory = function () {
@@ -50656,6 +50758,10 @@ var AnnotationFactory = function () {
return new PopupAnnotation ( parameters ) ;
case 'Line' :
return new LineAnnotation ( parameters ) ;
case 'Square' :
return new SquareAnnotation ( parameters ) ;
case 'Circle' :
return new CircleAnnotation ( parameters ) ;
case 'Highlight' :
return new HighlightAnnotation ( parameters ) ;
case 'Underline' :
@ -51292,83 +51398,115 @@ var LineAnnotation = function (_Annotation5) {
@@ -51292,83 +51398,115 @@ var LineAnnotation = function (_Annotation5) {
return LineAnnotation ;
} ( Annotation ) ;
var Highlight Annotation = function ( _Annotation6 ) {
_inherits ( Highlight Annotation, _Annotation6 ) ;
var Square Annotation = function ( _Annotation6 ) {
_inherits ( Square Annotation, _Annotation6 ) ;
function Highlight Annotation( parameters ) {
_classCallCheck ( this , Highlight Annotation) ;
function Square Annotation( parameters ) {
_classCallCheck ( this , Square Annotation) ;
var _this10 = _possibleConstructorReturn ( this , ( Highlight Annotation. _ _proto _ _ || Object . getPrototypeOf ( Highlight Annotation) ) . call ( this , parameters ) ) ;
var _this10 = _possibleConstructorReturn ( this , ( Square Annotation. _ _proto _ _ || Object . getPrototypeOf ( Square Annotation) ) . call ( this , parameters ) ) ;
_this10 . data . annotationType = _util . AnnotationType . HIGHLIGHT ;
_this10 . data . annotationType = _util . AnnotationType . SQUARE ;
_this10 . _preparePopup ( parameters . dict ) ;
return _this10 ;
}
return SquareAnnotation ;
} ( Annotation ) ;
var CircleAnnotation = function ( _Annotation7 ) {
_inherits ( CircleAnnotation , _Annotation7 ) ;
function CircleAnnotation ( parameters ) {
_classCallCheck ( this , CircleAnnotation ) ;
var _this11 = _possibleConstructorReturn ( this , ( CircleAnnotation . _ _proto _ _ || Object . getPrototypeOf ( CircleAnnotation ) ) . call ( this , parameters ) ) ;
_this11 . data . annotationType = _util . AnnotationType . CIRCLE ;
_this11 . _preparePopup ( parameters . dict ) ;
return _this11 ;
}
return CircleAnnotation ;
} ( Annotation ) ;
var HighlightAnnotation = function ( _Annotation8 ) {
_inherits ( HighlightAnnotation , _Annotation8 ) ;
function HighlightAnnotation ( parameters ) {
_classCallCheck ( this , HighlightAnnotation ) ;
var _this12 = _possibleConstructorReturn ( this , ( HighlightAnnotation . _ _proto _ _ || Object . getPrototypeOf ( HighlightAnnotation ) ) . call ( this , parameters ) ) ;
_this12 . data . annotationType = _util . AnnotationType . HIGHLIGHT ;
_this12 . _preparePopup ( parameters . dict ) ;
return _this12 ;
}
return HighlightAnnotation ;
} ( Annotation ) ;
var UnderlineAnnotation = function ( _Annotation7 ) {
_inherits ( UnderlineAnnotation , _Annotation7 ) ;
var UnderlineAnnotation = function ( _Annotation9 ) {
_inherits ( UnderlineAnnotation , _Annotation9 ) ;
function UnderlineAnnotation ( parameters ) {
_classCallCheck ( this , UnderlineAnnotation ) ;
var _this11 = _possibleConstructorReturn ( this , ( UnderlineAnnotation . _ _proto _ _ || Object . getPrototypeOf ( UnderlineAnnotation ) ) . call ( this , parameters ) ) ;
var _this13 = _possibleConstructorReturn ( this , ( UnderlineAnnotation . _ _proto _ _ || Object . getPrototypeOf ( UnderlineAnnotation ) ) . call ( this , parameters ) ) ;
_this11 . data . annotationType = _util . AnnotationType . UNDERLINE ;
_this11 . _preparePopup ( parameters . dict ) ;
return _this11 ;
_this13 . data . annotationType = _util . AnnotationType . UNDERLINE ;
_this13 . _preparePopup ( parameters . dict ) ;
return _this13 ;
}
return UnderlineAnnotation ;
} ( Annotation ) ;
var SquigglyAnnotation = function ( _Annotation8 ) {
_inherits ( SquigglyAnnotation , _Annotation8 ) ;
var SquigglyAnnotation = function ( _Annotation10 ) {
_inherits ( SquigglyAnnotation , _Annotation10 ) ;
function SquigglyAnnotation ( parameters ) {
_classCallCheck ( this , SquigglyAnnotation ) ;
var _this12 = _possibleConstructorReturn ( this , ( SquigglyAnnotation . _ _proto _ _ || Object . getPrototypeOf ( SquigglyAnnotation ) ) . call ( this , parameters ) ) ;
var _this14 = _possibleConstructorReturn ( this , ( SquigglyAnnotation . _ _proto _ _ || Object . getPrototypeOf ( SquigglyAnnotation ) ) . call ( this , parameters ) ) ;
_this12 . data . annotationType = _util . AnnotationType . SQUIGGLY ;
_this12 . _preparePopup ( parameters . dict ) ;
return _this12 ;
_this14 . data . annotationType = _util . AnnotationType . SQUIGGLY ;
_this14 . _preparePopup ( parameters . dict ) ;
return _this14 ;
}
return SquigglyAnnotation ;
} ( Annotation ) ;
var StrikeOutAnnotation = function ( _Annotation9 ) {
_inherits ( StrikeOutAnnotation , _Annotation9 ) ;
var StrikeOutAnnotation = function ( _Annotation11 ) {
_inherits ( StrikeOutAnnotation , _Annotation11 ) ;
function StrikeOutAnnotation ( parameters ) {
_classCallCheck ( this , StrikeOutAnnotation ) ;
var _this13 = _possibleConstructorReturn ( this , ( StrikeOutAnnotation . _ _proto _ _ || Object . getPrototypeOf ( StrikeOutAnnotation ) ) . call ( this , parameters ) ) ;
var _this15 = _possibleConstructorReturn ( this , ( StrikeOutAnnotation . _ _proto _ _ || Object . getPrototypeOf ( StrikeOutAnnotation ) ) . call ( this , parameters ) ) ;
_this13 . data . annotationType = _util . AnnotationType . STRIKEOUT ;
_this13 . _preparePopup ( parameters . dict ) ;
return _this13 ;
_this15 . data . annotationType = _util . AnnotationType . STRIKEOUT ;
_this15 . _preparePopup ( parameters . dict ) ;
return _this15 ;
}
return StrikeOutAnnotation ;
} ( Annotation ) ;
var FileAttachmentAnnotation = function ( _Annotation10 ) {
_inherits ( FileAttachmentAnnotation , _Annotation10 ) ;
var FileAttachmentAnnotation = function ( _Annotation12 ) {
_inherits ( FileAttachmentAnnotation , _Annotation12 ) ;
function FileAttachmentAnnotation ( parameters ) {
_classCallCheck ( this , FileAttachmentAnnotation ) ;
var _this14 = _possibleConstructorReturn ( this , ( FileAttachmentAnnotation . _ _proto _ _ || Object . getPrototypeOf ( FileAttachmentAnnotation ) ) . call ( this , parameters ) ) ;
var _this16 = _possibleConstructorReturn ( this , ( FileAttachmentAnnotation . _ _proto _ _ || Object . getPrototypeOf ( FileAttachmentAnnotation ) ) . call ( this , parameters ) ) ;
var file = new _obj . FileSpec ( parameters . dict . get ( 'FS' ) , parameters . xref ) ;
_this14 . data . annotationType = _util . AnnotationType . FILEATTACHMENT ;
_this14 . data . file = file . serializable ;
_this14 . _preparePopup ( parameters . dict ) ;
return _this14 ;
_this16 . data . annotationType = _util . AnnotationType . FILEATTACHMENT ;
_this16 . data . file = file . serializable ;
_this16 . _preparePopup ( parameters . dict ) ;
return _this16 ;
}
return FileAttachmentAnnotation ;