From c934648cf2f277d01d8fecb2b7496e5b0c3a32da Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Mon, 27 Jan 2025 11:12:10 +0200 Subject: [PATCH] Format with `npm run prettier -- --write` --- docs/README.md | 14 +- docs/accessibility.md | 194 +- docs/annotations.md | 26 +- docs/attachments.md | 14 +- docs/destinations.md | 8 +- docs/forms.md | 28 +- docs/generate.js | 40 +- docs/generate_website.js | 18 +- docs/getting_started.md | 2 +- docs/outline.md | 6 +- docs/paper_sizes.md | 112 +- docs/publish_website.js | 8 +- docs/text.md | 89 +- docs/vector.md | 58 +- docs/you_made_it.md | 2 +- examples/attachment.js | 6 +- examples/browserify/browser.html | 105 +- examples/browserify/browser.js | 29 +- examples/form.js | 18 +- examples/kitchen-sink-accessible.js | 63 +- examples/kitchen-sink.js | 81 +- examples/text-link.js | 4 +- examples/tiger.js | 1170 +++--- examples/webpack/src/httpHelpers.js | 4 +- examples/webpack/src/index.js | 11 +- examples/webpack/src/pdfkitHelpers.js | 2 +- examples/webpack/src/registerStaticFiles.js | 4 +- examples/webpack/webpack.config.js | 26 +- lib/data.js | 2 +- lib/document.js | 20 +- lib/font/afm.js | 4 +- lib/font/data/MustRead.html | 39 +- lib/font/embedded.js | 18 +- lib/font/standard.js | 10 +- lib/gradient.js | 36 +- lib/image/jpeg.js | 21 +- lib/image/png.js | 14 +- lib/line_wrapper.js | 25 +- lib/metadata.js | 42 +- lib/mixins/acroform.js | 42 +- lib/mixins/annotations.js | 13 +- lib/mixins/attachments.js | 8 +- lib/mixins/color.js | 10 +- lib/mixins/fonts.js | 32 +- lib/mixins/images.js | 4 +- lib/mixins/markings.js | 37 +- lib/mixins/metadata.js | 105 +- lib/mixins/outline.js | 2 +- lib/mixins/pdfa.js | 10 +- lib/mixins/pdfua.js | 29 +- lib/mixins/subsets.js | 47 +- lib/mixins/text.js | 42 +- lib/mixins/vector.js | 31 +- lib/name_tree.js | 4 +- lib/number_tree.js | 4 +- lib/object.js | 12 +- lib/outline.js | 2 +- lib/page.js | 10 +- lib/path.js | 20 +- lib/pattern.js | 12 +- lib/saslprep/index.js | 24 +- lib/saslprep/lib/code-points.js | 2053 ++--------- lib/security.js | 119 +- lib/spotcolor.js | 6 +- lib/structure_element.js | 19 +- lib/tree.js | 11 +- lib/utils.js | 6 +- lib/virtual-fs.js | 2 +- tests/images/bee.js | 2 +- tests/unit/acroform.spec.js | 44 +- tests/unit/annotations.spec.js | 32 +- tests/unit/attachments.spec.js | 53 +- tests/unit/color.spec.js | 61 +- tests/unit/document.spec.js | 13 +- tests/unit/font.spec.js | 24 +- tests/unit/gradient.spec.js | 19 +- tests/unit/helpers.js | 8 +- tests/unit/line_wrapper.spec.js | 75 +- tests/unit/markings.spec.js | 294 +- tests/unit/metadata.spec.js | 43 +- tests/unit/pattern.spec.js | 28 +- tests/unit/pdfa1.spec.js | 190 +- tests/unit/pdfa2.spec.js | 190 +- tests/unit/pdfa3.spec.js | 190 +- tests/unit/pdfua.spec.js | 60 +- tests/unit/png.spec.js | 68 +- tests/unit/reference.spec.js | 4 +- tests/unit/text.spec.js | 14 +- tests/unit/toContainChunk/index.js | 6 +- tests/unit/trailer.spec.js | 12 +- tests/unit/utils.spec.js | 26 +- tests/unit/vector.spec.js | 56 +- tests/unit/virtual-fs.spec.js | 22 +- tests/visual/fonts.spec.js | 18 +- tests/visual/helpers.js | 2 +- tests/visual/images.spec.js | 264 +- tests/visual/pdf2png.js | 8 +- tests/visual/pdfmake/absolute.spec.js | 148 +- tests/visual/pdfmake/background.spec.js | 388 +- tests/visual/pdfmake/basics.spec.js | 52 +- tests/visual/pdfmake/columns_simple.spec.js | 3108 ++++++++-------- tests/visual/pdfmake/images.spec.js | 188 +- tests/visual/pdfmake/lists.spec.js | 3134 ++++++++-------- tests/visual/pdfmake/page_references.spec.js | 1124 +++--- tests/visual/pdfmake/qrcode.spec.js | 66 +- tests/visual/pdfmake/tables.spec.js | 3202 ++++++++--------- tests/visual/pdfmake/text_decorations.spec.js | 422 +-- tests/visual/pdfmake/toc.spec.js | 1068 +++--- tests/visual/pdfmake/watermark.spec.js | 250 +- tests/visual/text.spec.js | 92 +- tests/visual/vector.spec.js | 14 +- 111 files changed, 9166 insertions(+), 11005 deletions(-) diff --git a/docs/README.md b/docs/README.md index 75bf7f9b4..fec5e851b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # PDFKit Guide -The PDFKit guide can be read a number of ways. The first is online at [pdfkit.org](http://pdfkit.org/). +The PDFKit guide can be read a number of ways. The first is online at [pdfkit.org](http://pdfkit.org/). You can also read the guide in PDF form, in this directory or [online](http://pdfkit.org/docs/guide.pdf). Both the website and the PDF guide are generated from the Markdown files @@ -9,18 +9,18 @@ You will need to have ImageMagick 7 installed so the `magick` command is on your `$PATH`. The examples are actually run when generating the PDF in order to show the results inline. -The `generate.js` file in this directory is actually quite short. It parses the markdown files into a +The `generate.js` file in this directory is actually quite short. It parses the markdown files into a tree structure using [markdown-js](https://github.com/evilstreak/markdown-js), syntax highlights the code examples using [codemirror](https://github.com/marijnh/codemirror), compiles and runs the code examples and puts the results -inline, and generates the PDF using PDFKit. You can read the generator script source code to get a feeling for +inline, and generates the PDF using PDFKit. You can read the generator script source code to get a feeling for how you might do something slightly more complex than the guide itself shows. The markdown syntax used is pretty much standard, with a couple tweaks. -1. Code example output is references using the image notation, using the alt text as the example number starting from - zero in the current file, and the title as the example output height. E.g. `![x](name "height")`. - +1. Code example output is references using the image notation, using the alt text as the example number starting from + zero in the current file, and the title as the example output height. E.g. `![x](name "height")`. + 2. Page breaks are added before `h1` and `h2`s, unless there are two in a row. `h3` is treated the same as `h2` but - can be used to avoid this in the case you need multiple `h2`s on the same page. + can be used to avoid this in the case you need multiple `h2`s on the same page. 3. The horizontal rule syntax (`* * *`) denotes an explicit page break diff --git a/docs/accessibility.md b/docs/accessibility.md index 79de1e413..53c977611 100644 --- a/docs/accessibility.md +++ b/docs/accessibility.md @@ -11,29 +11,29 @@ Some other simpler tasks are also required. This checklist covers everything that is required to create a conformant PDF/UA (PDF for Universal Accessibility) document (which is an extension of Tagged PDF): - * Pass the option `pdfVersion: '1.5'` (or a higher version) when creating your `PDFDocument` - (depending on the features you use, you may only need 1.4; refer to the PDF reference for - details). - * Pass the option `subset: 'PDF/UA'` when creating your `PDFDocument` (if you wish the PDF to - be identified as PDF/UA-1). - * Pass the option `tagged: true` when creating your `PDFDocument` (technically, this sets the - `Marked` property in the `Markings` dictionary to `true` in the PDF). - * Provide a `Title` in the `info` option, and pass `displayTitle: true` when creating your - `PDFDocument`. - * Specify natural language in the document options and/or logical structure and/or - non-structure marked `Span` content. - * Add logical structure with all significant content included. - * Include accessibility information (such as alternative text, actual text, etc.) in the - logical structure and/or non-structure marked `Span` content. - * Include all spaces which separate words/sentences/etc. in your marked structure content, - even at the ends of lines, paragraphs, etc.. I.e. don't do `doc.text("Hello, world!")` but - instead do `doc.text("Hello, world! ")`. - * Mark all non-structure content as artifacts. - * As well as creating the logical structure, write objects to the PDF in the natural - "reading order". - * Do not convey information solely using visuals (such as colour, - contrast or position on the page). - * No flickering or flashing content. +- Pass the option `pdfVersion: '1.5'` (or a higher version) when creating your `PDFDocument` + (depending on the features you use, you may only need 1.4; refer to the PDF reference for + details). +- Pass the option `subset: 'PDF/UA'` when creating your `PDFDocument` (if you wish the PDF to + be identified as PDF/UA-1). +- Pass the option `tagged: true` when creating your `PDFDocument` (technically, this sets the + `Marked` property in the `Markings` dictionary to `true` in the PDF). +- Provide a `Title` in the `info` option, and pass `displayTitle: true` when creating your + `PDFDocument`. +- Specify natural language in the document options and/or logical structure and/or + non-structure marked `Span` content. +- Add logical structure with all significant content included. +- Include accessibility information (such as alternative text, actual text, etc.) in the + logical structure and/or non-structure marked `Span` content. +- Include all spaces which separate words/sentences/etc. in your marked structure content, + even at the ends of lines, paragraphs, etc.. I.e. don't do `doc.text("Hello, world!")` but + instead do `doc.text("Hello, world! ")`. +- Mark all non-structure content as artifacts. +- As well as creating the logical structure, write objects to the PDF in the natural + "reading order". +- Do not convey information solely using visuals (such as colour, + contrast or position on the page). +- No flickering or flashing content. ## Marked Content @@ -57,18 +57,18 @@ Tags to use are listed in a later section. When marking content, you can provide options (take care to use correct capitalisation): - * `type` - used for artifact content; may be `Pagination` (e.g. headers and footers), - `Layout` (e.g. rules and backgrounds) or `Page` (cut marks etc.) - * `bbox` - bounding box for artifact content: `[left, top, right, bottom]` in default - coordinates - * `attached` - used for `Pagination` artifact content, array of one or more strings: - `Top`, `Bottom`, `Left`, `Right` - * `lang` - used for `Span` content: human language code (e.g. `en-AU`) which overrides default - document language, and any enclosing structure element language - * `alt` - used for `Span` content: alternative text for an image or other visual content - * `expanded` - used for `Span` content: the expanded form of an abbreviation or acronym - * `actual` - used for `Span` content: the actual text the content represents (e.g. if it is - rendered as vector graphics) +- `type` - used for artifact content; may be `Pagination` (e.g. headers and footers), + `Layout` (e.g. rules and backgrounds) or `Page` (cut marks etc.) +- `bbox` - bounding box for artifact content: `[left, top, right, bottom]` in default + coordinates +- `attached` - used for `Pagination` artifact content, array of one or more strings: + `Top`, `Bottom`, `Left`, `Right` +- `lang` - used for `Span` content: human language code (e.g. `en-AU`) which overrides default + document language, and any enclosing structure element language +- `alt` - used for `Span` content: alternative text for an image or other visual content +- `expanded` - used for `Span` content: the expanded form of an abbreviation or acronym +- `actual` - used for `Span` content: the actual text the content represents (e.g. if it is + rendered as vector graphics) It is advisable not to use `Span` content for specifying alternative text, expanded form, or actual text, especially if there is a possibility of the content automatically wrapping, which @@ -169,10 +169,10 @@ you cannot mix atomic and incremental styles for the same structure element. For an element to be flushed out, it must: - * be ended, - * have been added to its parent, and - * if it has content defined through closures (see next section), be attached to the document's - structure (through its ancestors) +- be ended, +- have been added to its parent, and +- if it has content defined through closures (see next section), be attached to the document's + structure (through its ancestors) When you call `doc.end()`, the document's structure is recursively ended, resulting in all elements being flushed out. If you created elements but forgot to add them to the document's @@ -200,8 +200,8 @@ This is equivalent to: myStruct.add(myStructContent); myStruct.end(); -Note that the content is marked and the closure is executed *if/when the element is attached to -the document's structure*. This means that you can do something like this: +Note that the content is marked and the closure is executed _if/when the element is attached to +the document's structure_. This means that you can do something like this: const myParagraph = doc.struct('P', [ () => { doc.text("Please see ", { continued: true }); }, @@ -231,11 +231,11 @@ It's best to add elements to their parents as you go. When creating a structure element, you can provide options: - * `title` - title of the structure element (e.g. "Chapter 1") - * `lang` - human language code (e.g. `en-AU`) which overrides default document language - * `alt` - alternative text for an image or other visual content - * `expanded` - the expanded form of an abbreviation or acronym - * `actual` - the actual text the content represents (e.g. if it is rendered as vector graphics) +- `title` - title of the structure element (e.g. "Chapter 1") +- `lang` - human language code (e.g. `en-AU`) which overrides default document language +- `alt` - alternative text for an image or other visual content +- `expanded` - the expanded form of an abbreviation or acronym +- `actual` - the actual text the content represents (e.g. if it is rendered as vector graphics) Example of a structure tree with options specified: @@ -308,69 +308,69 @@ ensure you give them with the correct capitalisation. Non-structure tags: - * `Artifact` - used to mark all content not part of the logical structure - * `ReversedChars` - every string of text has characters in reverse order for technical reasons - (due to how fonts work for right-to-left languages); strings may have spaces at the - beginning or end to separate words, but may not have spaces in the middle +- `Artifact` - used to mark all content not part of the logical structure +- `ReversedChars` - every string of text has characters in reverse order for technical reasons + (due to how fonts work for right-to-left languages); strings may have spaces at the + beginning or end to separate words, but may not have spaces in the middle "Grouping" elements: - * `Document` - whole document; must be used if there are multiple parts or articles - * `Part` - part of a document - * `Art` - article - * `Sect` - section; may nest - * `Div` - generic division - * `BlockQuote` - block quotation - * `Caption` - describing a figure or table - * `TOC` - table of contents, may be nested, and may be used for lists of figures, tables, etc. - * `TOCI` - table of contents (leaf) item - * `Index` - index (text with accompanying `Reference` content) - * `NonStruct` - non-structural grouping element (element itself not intended to be exported to - other formats like HTML, but 'transparent' to its content which is processed normally) - * `Private` - content only meaningful to the creator (element and its content not intended to - be exported to other formats like HTML) +- `Document` - whole document; must be used if there are multiple parts or articles +- `Part` - part of a document +- `Art` - article +- `Sect` - section; may nest +- `Div` - generic division +- `BlockQuote` - block quotation +- `Caption` - describing a figure or table +- `TOC` - table of contents, may be nested, and may be used for lists of figures, tables, etc. +- `TOCI` - table of contents (leaf) item +- `Index` - index (text with accompanying `Reference` content) +- `NonStruct` - non-structural grouping element (element itself not intended to be exported to + other formats like HTML, but 'transparent' to its content which is processed normally) +- `Private` - content only meaningful to the creator (element and its content not intended to + be exported to other formats like HTML) "Block" elements: - * `H` - heading (first element in a section, etc.) - * `H1` to `H6` - heading of a particular level intended for use only if nesting sections - is not possible for some reason - * `P` - paragraph - * `L` - list; should include optional `Caption`, and list items - * `LI` - list item; should contain `Lbl` and/or `LBody` - * `Lbl` - label (bullet, number, or "dictionary headword") - * `LBody` - list body (item text, or "dictionary definition"); may have nested lists or other blocks +- `H` - heading (first element in a section, etc.) +- `H1` to `H6` - heading of a particular level intended for use only if nesting sections + is not possible for some reason +- `P` - paragraph +- `L` - list; should include optional `Caption`, and list items +- `LI` - list item; should contain `Lbl` and/or `LBody` +- `Lbl` - label (bullet, number, or "dictionary headword") +- `LBody` - list body (item text, or "dictionary definition"); may have nested lists or other blocks "Table" elements: - * `Table` - table; should either contain `TR`, or `THead`, `TBody` and/or `TFoot` - * `TR` - table row - * `TH` - table heading cell - * `TD` - table data cell - * `THead` - table header row group - * `TBody` - table body row group; may have more than one per table - * `TFoot` - table footer row group +- `Table` - table; should either contain `TR`, or `THead`, `TBody` and/or `TFoot` +- `TR` - table row +- `TH` - table heading cell +- `TD` - table data cell +- `THead` - table header row group +- `TBody` - table body row group; may have more than one per table +- `TFoot` - table footer row group "Inline" elements: - * `Span` - generic inline content - * `Quote` - inline quotation - * `Note` - e.g. footnote; may have a `Lbl` (see "block" elements) - * `Reference` - content in a document that refers to other content (e.g. page number in an index) - * `BibEntry` - bibliography entry; may have a `Lbl` (see "block" elements) - * `Code` - code - * `Link` - hyperlink; should contain a link annotation - * `Annot` - annotation (other than a link) - * `Ruby` - Chinese/Japanese pronunciation/explanation - * `RB` - Ruby base text - * `RT` - Ruby annotation text - * `RP` - Ruby punctuation - * `Warichu` - Japanese/Chinese longer description - * `WT` - Warichu text - * `WP` - Warichu punctuation +- `Span` - generic inline content +- `Quote` - inline quotation +- `Note` - e.g. footnote; may have a `Lbl` (see "block" elements) +- `Reference` - content in a document that refers to other content (e.g. page number in an index) +- `BibEntry` - bibliography entry; may have a `Lbl` (see "block" elements) +- `Code` - code +- `Link` - hyperlink; should contain a link annotation +- `Annot` - annotation (other than a link) +- `Ruby` - Chinese/Japanese pronunciation/explanation +- `RB` - Ruby base text +- `RT` - Ruby annotation text +- `RP` - Ruby punctuation +- `Warichu` - Japanese/Chinese longer description +- `WT` - Warichu text +- `WP` - Warichu punctuation "Illustration" elements (should have `alt` and/or `actualtext` set): - * `Figure` - figure - * `Formula` - formula - * `Form` - form widget +- `Figure` - figure +- `Formula` - formula +- `Form` - form widget diff --git a/docs/annotations.md b/docs/annotations.md index 2bc43c07b..7ec86d62b 100644 --- a/docs/annotations.md +++ b/docs/annotations.md @@ -6,17 +6,17 @@ underline or strikeout portions of text. Annotations are added using the various helper methods, and each type of annotation is defined by a rectangle and some other properties. Here is a list of the available annotation methods: -* `note(x, y, width, height, contents, options)` -* `link(x, y, width, height, url, options)` -* `goTo(x, y, w, h, name, options)` -* `highlight(x, y, width, height, options)` -* `underline(x, y, width, height, options)` -* `strike(x, y, width, height, options)` -* `lineAnnotation(x1, y1, x2, y2, options)` -* `rectAnnotation(x, y, width, height, options)` -* `ellipseAnnotation(x, y, width, height, options)` -* `textAnnotation(x, y, width, height, text, options)` -* `fileAnnotation(x, y, width, height, file, options)` +- `note(x, y, width, height, contents, options)` +- `link(x, y, width, height, url, options)` +- `goTo(x, y, w, h, name, options)` +- `highlight(x, y, width, height, options)` +- `underline(x, y, width, height, options)` +- `strike(x, y, width, height, options)` +- `lineAnnotation(x1, y1, x2, y2, options)` +- `rectAnnotation(x, y, width, height, options)` +- `ellipseAnnotation(x, y, width, height, options)` +- `textAnnotation(x, y, width, height, text, options)` +- `fileAnnotation(x, y, width, height, file, options)` Many of the annotations have a `color` option that you can specify. You can use an array of RGB values, a hex color, a named CSS color value, or a named @@ -39,7 +39,7 @@ more than one annotation on a single area and one of those annotations is a link, make sure that the link is the last one you add, otherwise it will be covered by another annotation and the user won't be able to click it. -* * * +--- Here is an example that uses a few of the annotation types. @@ -89,7 +89,7 @@ The output of this example looks like this. Annotations are currently not the easiest things to add to PDF documents, but that is the fault of the PDF spec itself. Calculating a rectangle manually isn't fun, but PDFKit makes it easier for a few common annotations applied to text, including -links, underlines, and strikes. Here's an example showing two of them: +links, underlines, and strikes. Here's an example showing two of them: doc.fontSize(20) .fillColor('red') diff --git a/docs/attachments.md b/docs/attachments.md index 78ff1d680..3de45b88f 100644 --- a/docs/attachments.md +++ b/docs/attachments.md @@ -18,13 +18,13 @@ When embedding a data URL, the `type` option will be set to the data URL's MIME There are a few other options for `doc.file`: -* `name` - specify the embedded file's name -* `type` - specify the embedded file's subtype as a [MIME-Type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) -* `description` - add descriptive text for the embedded file -* `hidden` - if true, do not show file in the list of embedded files -* `creationDate` - override the date and time the file was created -* `modifiedDate` - override the date and time the file was last updated -* `relationship` - relationship between the PDF document and its attached file. Can be 'Alternative', 'Data', 'Source', 'Supplement' or 'Unspecified'. +- `name` - specify the embedded file's name +- `type` - specify the embedded file's subtype as a [MIME-Type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) +- `description` - add descriptive text for the embedded file +- `hidden` - if true, do not show file in the list of embedded files +- `creationDate` - override the date and time the file was created +- `modifiedDate` - override the date and time the file was last updated +- `relationship` - relationship between the PDF document and its attached file. Can be 'Alternative', 'Data', 'Source', 'Supplement' or 'Unspecified'. If you are attaching a file from your file system, creationDate and modifiedDate will be set to the source file's creationDate and modifiedDate. diff --git a/docs/destinations.md b/docs/destinations.md index 30becbe6f..651c89845 100644 --- a/docs/destinations.md +++ b/docs/destinations.md @@ -16,7 +16,6 @@ Examples of creating anchor: // Insert anchor for this text doc.text('End of paragraph', { destination: 'ENDP' }); - Examples of go to link to anchor: // Go to annotation @@ -24,6 +23,7 @@ Examples of go to link to anchor: // Go to annotation for this text doc.text('Another goto', 20, 0, { - goTo: 'ENDP', - underline: true - }); + +goTo: 'ENDP', +underline: true +}); diff --git a/docs/forms.md b/docs/forms.md index 6d2de6399..589f12633 100644 --- a/docs/forms.md +++ b/docs/forms.md @@ -70,8 +70,8 @@ doc.formText('leaf2', 10, 60, 200, 40, { align: 'right', format: { type: 'date', - params: 'm/d' - } + params: 'm/d', + }, }); ``` @@ -88,7 +88,7 @@ opts = { select: ['', 'github', 'bitbucket', 'gitlab'], value: '', defaultValue: '', - align: 'left' + align: 'left', }; doc.formCombo('ch1', 10, y, 100, 20, opts); ``` @@ -101,7 +101,7 @@ doc.formCombo('ch1', 10, y, 100, 20, opts); ```js var opts = { backgroundColor: 'yellow', - label: 'Test Button' + label: 'Test Button', }; doc.formPushButton('btn1', 10, 200, 100, 30, opts); ``` @@ -145,8 +145,8 @@ doc.formText('field.date', 10, 60, 200, 40, { align: 'center', format: { type: 'date', - param: 'mmmm d, yyyy' - } + param: 'mmmm d, yyyy', + }, }); ``` @@ -161,8 +161,8 @@ doc.formText('field.time', 10, 60, 200, 40, { align: 'center', format: { type: 'time', - param: 2 - } + param: 2, + }, }); ``` @@ -185,8 +185,8 @@ doc.formText('leaf2', 10, 60, 200, 40, { sepComma: true, negStyle: 'ParensRed', currency: '$', - currencyPrepend: true - } + currencyPrepend: true, + }, }); ``` @@ -227,23 +227,23 @@ let child2Field = doc.formField('child2Field', { parent: rootField }); // Add text form annotation 'rootField.child1Field.leaf1' doc.formText('leaf1', 10, 10, 200, 40, { parent: child1Field, - multiline: true + multiline: true, }); // Add text form annotation 'rootField.child1Field.leaf2' doc.formText('leaf2', 10, 60, 200, 40, { parent: child1Field, - multiline: true + multiline: true, }); // Add text form annotation 'rootField.child2Field.leaf1' doc.formText('leaf1', 10, 110, 200, 80, { parent: child2Field, - multiline: true + multiline: true, }); // Add push button form annotation 'btn1' var opts = { backgroundColor: 'yellow', - label: 'Test Button' + label: 'Test Button', }; doc.formPushButton('btn1', 10, 200, 100, 30, opts); ``` diff --git a/docs/generate.js b/docs/generate.js index 67e66a6e1..e674684f8 100644 --- a/docs/generate.js +++ b/docs/generate.js @@ -16,52 +16,52 @@ const styles = { h1: { font: 'fonts/Alegreya-Bold.ttf', fontSize: 25, - padding: 15 + padding: 15, }, h2: { font: 'fonts/Alegreya-Bold.ttf', fontSize: 18, - padding: 10 + padding: 10, }, h3: { font: 'fonts/Alegreya-Bold.ttf', fontSize: 18, - padding: 10 + padding: 10, }, para: { font: 'fonts/Merriweather-Regular.ttf', fontSize: 10, - padding: 10 + padding: 10, }, code: { font: 'fonts/SourceCodePro-Regular.ttf', - fontSize: 9 + fontSize: 9, }, code_block: { padding: 10, - background: '#2c2c2c' + background: '#2c2c2c', }, inlinecode: { font: 'fonts/SourceCodePro-Bold.ttf', - fontSize: 10 + fontSize: 10, }, listitem: { font: 'fonts/Merriweather-Regular.ttf', fontSize: 10, - padding: 6 + padding: 6, }, link: { font: 'fonts/Merriweather-Regular.ttf', fontSize: 10, color: 'blue', - underline: true + underline: true, }, example: { font: 'Helvetica', fontSize: 9, color: 'black', - padding: 10 - } + padding: 10, + }, }; // syntax highlighting colors @@ -89,7 +89,7 @@ const colors = { quote: '#93a1a1', link: '#93a1a1', special: '#6c71c4', - default: '#002b36' + default: '#002b36', }; // shared lorem ipsum text so we don't need to copy it into every example @@ -135,7 +135,7 @@ class Node { const color = colors[style] || colors.default; const opts = { color, - continued: text !== '\n' + continued: text !== '\n', }; return this.content.push(new Node(['code', opts, text])); @@ -164,7 +164,7 @@ class Node { } // sets the styles on the document for this node - setStyle (doc) { + setStyle(doc) { if (this.style.font) { doc.font(this.style.font); } @@ -189,7 +189,7 @@ class Node { } // renders this node and its subnodes to the document - render (doc, continued) { + render(doc, continued) { let y; if (continued == null) { continued = false; @@ -210,7 +210,7 @@ class Node { // run the example code with the document vm.runInNewContext(this.code, { doc, - lorem + lorem, }); // restore points and styles @@ -257,7 +257,7 @@ class Node { } else { fragment.render( doc, - index < this.content.length - 1 && this.type !== 'bulletlist' + index < this.content.length - 1 && this.type !== 'bulletlist', ); } @@ -286,7 +286,7 @@ const render = (doc, filename) => { }; // renders the title page of the guide -const renderTitlePage = doc => { +const renderTitlePage = (doc) => { const title = 'PDFKit Guide'; const author = 'By Devon Govett'; const version = `Version ${require('../package.json').version}`; @@ -301,13 +301,13 @@ const renderTitlePage = doc => { doc.y -= 10; doc.text(author, { align: 'center', - indent: w - doc.widthOfString(author) + indent: w - doc.widthOfString(author), }); doc.font(styles.para.font, 10); doc.text(version, { align: 'center', - indent: w - doc.widthOfString(version) + indent: w - doc.widthOfString(version), }); doc.addPage(); diff --git a/docs/generate_website.js b/docs/generate_website.js index c0cc9c29c..701d17afa 100644 --- a/docs/generate_website.js +++ b/docs/generate_website.js @@ -24,14 +24,14 @@ const files = [ 'destinations.md', 'attachments.md', 'accessibility.md', - 'you_made_it.md' + 'you_made_it.md', ]; // shared lorem ipsum text so we don't need to copy it into every example const lorem = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam in suscipit purus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus nec hendrerit felis. Morbi aliquam facilisis risus eu lacinia. Sed eu leo in turpis fringilla hendrerit. Ut nec accumsan nisl. Suspendisse rhoncus nisl posuere tortor tempus et dapibus elit porta. Cras leo neque, elementum a rhoncus ut, vestibulum non nibh. Phasellus pretium justo turpis. Etiam vulputate, odio vitae tincidunt ultricies, eros odio dapibus nisi, ut tincidunt lacus arcu eu elit. Aenean velit erat, vehicula eget lacinia ut, dignissim non tellus. Aliquam nec lacus mi, sed vestibulum nunc. Suspendisse potenti. Curabitur vitae sem turpis. Vestibulum sed neque eget dolor dapibus porttitor at sit amet sem. Fusce a turpis lorem. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;'; -const getNodeName = function(node) { +const getNodeName = function (node) { if (node.length === 3) { return node[2]; } @@ -48,7 +48,7 @@ const getNodeName = function(node) { return words.join(''); }; -const extractHeaders = function(tree) { +const extractHeaders = function (tree) { const headers = []; for (let index = 0; index < tree.length; index++) { @@ -62,7 +62,7 @@ const extractHeaders = function(tree) { node[1].id = hash; headers.push({ hash, - title: name + title: name, }); } } @@ -71,7 +71,7 @@ const extractHeaders = function(tree) { }; let imageIndex = 0; -const generateImages = function(tree) { +const generateImages = function (tree) { // find code blocks const codeBlocks = []; for (var node of tree) { @@ -99,7 +99,7 @@ const generateImages = function(tree) { vm.runInNewContext(code, { doc, - lorem + lorem, }); delete attrs.title; @@ -118,7 +118,7 @@ const generateImages = function(tree) { console.error(err); } fs.unlinkSync(`${f}.pdf`); - } + }, ); }); @@ -134,7 +134,7 @@ for (let file of Array.from(files)) { // turn github highlighted code blocks into normal markdown code blocks content = content.replace( /^```javascript\n((:?.|\n)*?)\n```/gm, - (m, $1) => ` ${$1.split('\n').join('\n ')}` + (m, $1) => ` ${$1.split('\n').join('\n ')}`, ); const tree = markdown.parse(content); @@ -148,7 +148,7 @@ for (let file of Array.from(files)) { url: `/docs/${file}.html`, title: headers[0].title, headers: headers.slice(1), - content: markdown.toHTML(tree) + content: markdown.toHTML(tree), }); } diff --git a/docs/getting_started.md b/docs/getting_started.md index 5538b9b65..8ff4dd967 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -108,7 +108,7 @@ By default, using a number this will be in points (the default PDF unit), however you can provide any of the following units inside a string and this will be converted for you: `em`, `in`, `px`, `cm`, `mm`, `pc`, `ex`, `ch`, `rem`, `vw`, `vmin`, `vmax`, `%`, `pt`. -For those which are based on text sizes this will take the size of the font for the page +For those which are based on text sizes this will take the size of the font for the page (excluding `rem` which is always the document root font size) The default is a 1 inch (72 point) margin on all sides. diff --git a/docs/outline.md b/docs/outline.md index 7ee46da2e..17fee9432 100644 --- a/docs/outline.md +++ b/docs/outline.md @@ -2,7 +2,7 @@ Outlines are the heirachical bookmarks that display in some PDF readers. Currently only page bookmarks are supported, but more may be added in the future. They are simple to add and only require a single method: -* `addItem(title, options)` +- `addItem(title, options)` Here is an example of adding a bookmark with a single child bookmark. @@ -17,7 +17,7 @@ Here is an example of adding a bookmark with a single child bookmark. ## Options -The `options` parameter currently only has one property: `expanded`. If this value is set to `true` then all of that section's children will be visible by default. This value defaults to `false`. +The `options` parameter currently only has one property: `expanded`. If this value is set to `true` then all of that section's children will be visible by default. This value defaults to `false`. In this example the 'Top Level' section will be expanded to show 'Sub-section'. @@ -25,4 +25,4 @@ In this example the 'Top Level' section will be expanded to show 'Sub-section'. const top = outline.addItem('Top Level', { expanded: true }); // Add a sub-section - top.addItem('Sub-section'); \ No newline at end of file + top.addItem('Sub-section'); diff --git a/docs/paper_sizes.md b/docs/paper_sizes.md index 93df22019..522bc6599 100644 --- a/docs/paper_sizes.md +++ b/docs/paper_sizes.md @@ -1,88 +1,88 @@ # Paper Sizes -When creating a new document or adding a new page to your current document, PDFKit allows you to set the page dimensions. To improve convenience, PDFKit has a number of predefined page sizes. These sizes are based on the most commonly used standard page sizes. +When creating a new document or adding a new page to your current document, PDFKit allows you to set the page dimensions. To improve convenience, PDFKit has a number of predefined page sizes. These sizes are based on the most commonly used standard page sizes. ### Predefined Page Sizes -The following predefined sizes are based on the ISO (International) standards. All the dimensions in brackets are in PostScript points. +The following predefined sizes are based on the ISO (International) standards. All the dimensions in brackets are in PostScript points. #### A-series -* A0 (2383.94 x 3370.39) -* A1 (1683.78 x 2383.94) -* A2 (1190.55 x 1683.78) -* A3 (841.89 x 1190.55) -* A4 (595.28 x 841.89) -* A5 (419.53 x 595.28) -* A6 (297.64 x 419.53) -* A7 (209.76 x 297.64) -* A8 (147.40 x 209.76) -* A9 (104.88 x 147.40) -* A10 (73.70 x 104.88) +- A0 (2383.94 x 3370.39) +- A1 (1683.78 x 2383.94) +- A2 (1190.55 x 1683.78) +- A3 (841.89 x 1190.55) +- A4 (595.28 x 841.89) +- A5 (419.53 x 595.28) +- A6 (297.64 x 419.53) +- A7 (209.76 x 297.64) +- A8 (147.40 x 209.76) +- A9 (104.88 x 147.40) +- A10 (73.70 x 104.88) #### B-series -* B0 (2834.65 x 4008.19) -* B1 (2004.09 x 2834.65) -* B2 (1417.32 x 2004.09) -* B3 (1000.63 x 1417.32) -* B4 (708.66 x 1000.63) -* B5 (498.90 x 708.66) -* B6 (354.33 x 498.90) -* B7 (249.45 x 354.33) -* B8 (175.75 x 249.45) -* B9 (124.72 x 175.75) -* B10 (87.87 x 124.72) +- B0 (2834.65 x 4008.19) +- B1 (2004.09 x 2834.65) +- B2 (1417.32 x 2004.09) +- B3 (1000.63 x 1417.32) +- B4 (708.66 x 1000.63) +- B5 (498.90 x 708.66) +- B6 (354.33 x 498.90) +- B7 (249.45 x 354.33) +- B8 (175.75 x 249.45) +- B9 (124.72 x 175.75) +- B10 (87.87 x 124.72) #### C-series -* C0 (2599.37 x 3676.54) -* C1 (1836.85 x 2599.37) -* C2 (1298.27 x 1836.85) -* C3 (918.43 x 1298.27) -* C4 (649.13 x 918.43) -* C5 (459.21 x 649.13) -* C6 (323.15 x 459.21) -* C7 (229.61 x 323.15) -* C8 (161.57 x 229.61) -* C9 (113.39 x 161.57) -* C10 (79.37 x 113.39) +- C0 (2599.37 x 3676.54) +- C1 (1836.85 x 2599.37) +- C2 (1298.27 x 1836.85) +- C3 (918.43 x 1298.27) +- C4 (649.13 x 918.43) +- C5 (459.21 x 649.13) +- C6 (323.15 x 459.21) +- C7 (229.61 x 323.15) +- C8 (161.57 x 229.61) +- C9 (113.39 x 161.57) +- C10 (79.37 x 113.39) #### RA-series -* RA0 (2437.80 x 3458.27) -* RA1 (1729.13 x 2437.80) -* RA2 (1218.90 x 1729.13) -* RA3 (864.57 x 1218.90) -* RA4 (609.45 x 864.57) +- RA0 (2437.80 x 3458.27) +- RA1 (1729.13 x 2437.80) +- RA2 (1218.90 x 1729.13) +- RA3 (864.57 x 1218.90) +- RA4 (609.45 x 864.57) #### SRA-series -* SRA0 (2551.18 x 3628.35) -* SRA1 (1814.17 x 2551.18) -* SRA2 (1275.59 x 1814.17) -* SRA3 (907.09 x 1275.59) -* SRA4 (637.80 x 907.09) +- SRA0 (2551.18 x 3628.35) +- SRA1 (1814.17 x 2551.18) +- SRA2 (1275.59 x 1814.17) +- SRA3 (907.09 x 1275.59) +- SRA4 (637.80 x 907.09) -The following predefined sizes are based on the common paper sizes used mainly in the United States of America and Canada. The dimensions in brackets are in PostScript points. +The following predefined sizes are based on the common paper sizes used mainly in the United States of America and Canada. The dimensions in brackets are in PostScript points. -* EXECUTIVE (521.86 x 756.00) -* LEGAL (612.00 x 1008.00) -* LETTER (612.00 X 792.00) -* TABLOID (792.00 X 1224.00) +- EXECUTIVE (521.86 x 756.00) +- LEGAL (612.00 x 1008.00) +- LETTER (612.00 X 792.00) +- TABLOID (792.00 X 1224.00) -PDFKit supports also the following paper sizes. The dimensions in brackets are in PostScript points. +PDFKit supports also the following paper sizes. The dimensions in brackets are in PostScript points. -* 4A0 (4767.89 x 6740.79) -* 2A0 (3370.39 x 4767.87) -* FOLIO (612.00 X 936.00) +- 4A0 (4767.89 x 6740.79) +- 2A0 (3370.39 x 4767.87) +- FOLIO (612.00 X 936.00) ### Setting the page size -In order to use the predefined sizes, the name of the size (as named in the lists above) should be passed to either the `PDFDocument` constructor or the `addPage()` function in the `size` property of the `options` object, as shown in the example below, using `A7` as the preferred size. +In order to use the predefined sizes, the name of the size (as named in the lists above) should be passed to either the `PDFDocument` constructor or the `addPage()` function in the `size` property of the `options` object, as shown in the example below, using `A7` as the preferred size. // Passing size to the constructor const doc = new PDFDocument({size: 'A7'}); - + // Passing size to the addPage function doc.addPage({size: 'A7'}); diff --git a/docs/publish_website.js b/docs/publish_website.js index 2a96180af..4fbbf9214 100644 --- a/docs/publish_website.js +++ b/docs/publish_website.js @@ -14,14 +14,14 @@ ghpages.publish( 'docs/guide.pdf', 'examples/browserify/browser.html', 'examples/browserify/bundle.js', - 'examples/kitchen-sink.pdf' + 'examples/kitchen-sink.pdf', ], add: true, - message + message, }, - function(err) { + function (err) { if (err) { console.error(err); } - } + }, ); diff --git a/docs/text.md b/docs/text.md index 411505ae9..28e9c458d 100644 --- a/docs/text.md +++ b/docs/text.md @@ -72,7 +72,6 @@ showing their use in a text box. // draw bounding rectangle doc.rect(doc.x, 0, 410, doc.y).stroke(); - The output of this example, looks like this: ![2](images/alignments.png) @@ -83,36 +82,36 @@ PDFKit has many options for controlling the look of text added to PDF documents, which can be passed to the `text` method. They are enumerated below. -* `lineBreak` - set to `false` to disable line wrapping all together -* `width` - the width that text should be wrapped to (by default, the page width minus the left and right margin) -* `height` - the maximum height that text should be clipped to -* `rotation` - the rotation of the text in degrees (by default 0) -* `ellipsis` - the character to display at the end of the text when it is too long. Set to `true` to use the default character. -* `columns` - the number of columns to flow the text into -* `columnGap` - the amount of space between each column (1/4 inch by default) -* `indent` - the amount in PDF points (72 per inch) to indent each paragraph of text -* `indentAllLines` - wheter to indent all lines of a paragraph (`false` by default - indents only the first line) -* `paragraphGap` - the amount of space between each paragraph of text -* `lineGap` - the amount of space between each line of text -* `wordSpacing` - the amount of space between each word in the text -* `characterSpacing` - the amount of space between each character in the text -* `horizontalScaling` - ability to scale text horizontally (`100` percent by default) -* `fill` - whether to fill the text (`true` by default) -* `stroke` - whether to stroke the text -* `link` - a URL to link this text to (shortcut to create an annotation) -* `goTo` - go to anchor (shortcut to create an annotation) -* `destination` - create anchor to this text -* `underline` - whether to underline the text -* `strike` - whether to strike out the text -* `oblique` - whether to slant the text (angle in degrees or `true`) -* `baseline` - the vertical alignment of the text with respect to its insertion point (values as [canvas textBaseline](https://www.w3schools.com/tags/canvas_textbaseline.asp)) -* `continued` - whether the text segment will be followed immediately by another segment. Useful for changing styling in the middle of a paragraph. -* `features` - an array of [OpenType feature tags](https://www.microsoft.com/typography/otspec/featuretags.htm) to apply. Can also be provided as an object with features as keys and boolean values. If not provided, a set of defaults is used. To deactivate default font features, you have to explicitly set them to false (`{ liga: false }`). When providing an empty array the default font features will still be used. +- `lineBreak` - set to `false` to disable line wrapping all together +- `width` - the width that text should be wrapped to (by default, the page width minus the left and right margin) +- `height` - the maximum height that text should be clipped to +- `rotation` - the rotation of the text in degrees (by default 0) +- `ellipsis` - the character to display at the end of the text when it is too long. Set to `true` to use the default character. +- `columns` - the number of columns to flow the text into +- `columnGap` - the amount of space between each column (1/4 inch by default) +- `indent` - the amount in PDF points (72 per inch) to indent each paragraph of text +- `indentAllLines` - wheter to indent all lines of a paragraph (`false` by default - indents only the first line) +- `paragraphGap` - the amount of space between each paragraph of text +- `lineGap` - the amount of space between each line of text +- `wordSpacing` - the amount of space between each word in the text +- `characterSpacing` - the amount of space between each character in the text +- `horizontalScaling` - ability to scale text horizontally (`100` percent by default) +- `fill` - whether to fill the text (`true` by default) +- `stroke` - whether to stroke the text +- `link` - a URL to link this text to (shortcut to create an annotation) +- `goTo` - go to anchor (shortcut to create an annotation) +- `destination` - create anchor to this text +- `underline` - whether to underline the text +- `strike` - whether to strike out the text +- `oblique` - whether to slant the text (angle in degrees or `true`) +- `baseline` - the vertical alignment of the text with respect to its insertion point (values as [canvas textBaseline](https://www.w3schools.com/tags/canvas_textbaseline.asp)) +- `continued` - whether the text segment will be followed immediately by another segment. Useful for changing styling in the middle of a paragraph. +- `features` - an array of [OpenType feature tags](https://www.microsoft.com/typography/otspec/featuretags.htm) to apply. Can also be provided as an object with features as keys and boolean values. If not provided, a set of defaults is used. To deactivate default font features, you have to explicitly set them to false (`{ liga: false }`). When providing an empty array the default font features will still be used. Additionally, the fill and stroke color and opacity methods described in the [vector graphics section](vector.html) are applied to text content as well. -* * * +--- Here is an example combining some of the options above, wrapping a piece of text into three columns, in a specified width and height. @@ -147,9 +146,9 @@ The `list` method creates a bulleted list. It accepts as arguments an array of s and the optional `x`, `y` position. You can create complex multilevel lists by using nested arrays. Lists use the following additional options: -* `bulletRadius` -* `textIndent` -* `bulletIndent` +- `bulletRadius` +- `textIndent` +- `bulletIndent` ## Rich Text @@ -159,7 +158,7 @@ when you call text again after changing the text styles, the wrapping will conti where it left off. The options given to the first `text` call are also retained for subsequent calls after a -`continued` one, but of course you can override them. In the following example, the `width` +`continued` one, but of course you can override them. In the following example, the `width` option from the first `text` call is retained by the second call. doc.fillColor('green') @@ -200,20 +199,20 @@ The PDF format defines 14 standard fonts that can be used in PDF documents. PDFK Besides Symbol and Zapf Dingbats this includes 4 styles (regular, bold, italic/oblique, bold+italic) of Helvetica, Courier, and Times. To switch between standard fonts, call the `font` method with the corresponding Label: -* `'Courier'` -* `'Courier-Bold'` -* `'Courier-Oblique'` -* `'Courier-BoldOblique'` -* `'Helvetica'` -* `'Helvetica-Bold'` -* `'Helvetica-Oblique'` -* `'Helvetica-BoldOblique'` -* `'Symbol'` -* `'Times-Roman'` -* `'Times-Bold'` -* `'Times-Italic'` -* `'Times-BoldItalic'` -* `'ZapfDingbats'` +- `'Courier'` +- `'Courier-Bold'` +- `'Courier-Oblique'` +- `'Courier-BoldOblique'` +- `'Helvetica'` +- `'Helvetica-Bold'` +- `'Helvetica-Oblique'` +- `'Helvetica-BoldOblique'` +- `'Symbol'` +- `'Times-Roman'` +- `'Times-Bold'` +- `'Times-Italic'` +- `'Times-BoldItalic'` +- `'ZapfDingbats'` The PDF format also allows fonts to be embedded right in the document. PDFKit supports embedding TrueType (`.ttf`), OpenType (`.otf`), WOFF, WOFF2, TrueType Collection (`.ttc`), diff --git a/docs/vector.md b/docs/vector.md index 07138d651..c00317404 100644 --- a/docs/vector.md +++ b/docs/vector.md @@ -27,7 +27,7 @@ example that illustrates defining a path. The output of this example looks like this: -![0](images/path.png "170") +![0](images/path.png '170') One thing to notice about this example is the use of method chaining. All methods in PDFKit are chainable, meaning that you can call one method right @@ -46,7 +46,7 @@ syntax like this. doc.path('M 0,20 L 100,160 Q 130,200 150,120 C 190,-40 200,200 300,150 L 400,90') .stroke() -![1](images/path.png "170") +![1](images/path.png '170') The PDFKit SVG parser supports all of the command types supported by SVG, so any valid SVG path you throw at it should work as expected. @@ -56,11 +56,11 @@ any valid SVG path you throw at it should work as expected. PDFKit also includes some helpers that make defining common shapes much easier. Here is a list of the helpers. -* `rect(x, y, width, height)` -* `roundedRect(x, y, width, height, cornerRadius)` -* `ellipse(centerX, centerY, radiusX, radiusY = radiusX)` -* `circle(centerX, centerY, radius)` -* `polygon(points...)` +- `rect(x, y, width, height)` +- `roundedRect(x, y, width, height, cornerRadius)` +- `ellipse(centerX, centerY, radiusX, radiusY = radiusX)` +- `circle(centerX, centerY, radius)` +- `polygon(points...)` The last one, `polygon`, allows you to pass in a list of points (arrays of x,y pairs), and it will create the shape by moving to the first point, and then @@ -72,7 +72,7 @@ with the polygon helper. The output of this example looks like this: -![2](images/triangle.png "100") +![2](images/triangle.png '100') ## Fill and stroke styles @@ -86,16 +86,16 @@ path. In order to make our drawings interesting, we really need to give them some style. PDFKit has many methods designed to do just that. - * `lineWidth` - * `lineCap` - * `lineJoin` - * `miterLimit` - * `dash` - * `fillColor` - * `strokeColor` - * `opacity` - * `fillOpacity` - * `strokeOpacity` +- `lineWidth` +- `lineCap` +- `lineJoin` +- `miterLimit` +- `dash` +- `fillColor` +- `strokeColor` +- `opacity` +- `fillOpacity` +- `strokeOpacity` Some of these are pretty self explanatory, but let's go through a few of them. @@ -139,7 +139,7 @@ should do. This is best illustrated by an example. The output of this example looks like this. -![3](images/line_styles.png "220") +![3](images/line_styles.png '220') ## Dashed lines @@ -162,7 +162,7 @@ between the dashes is double the length of each dash. The output of this example looks like this: -![4](images/dash.png "100") +![4](images/dash.png '100') ## Color @@ -186,19 +186,19 @@ that you don't have to call `fillColor` or `strokeColor` beforehand. The This example produces the following output: -![5](images/color.png "100") +![5](images/color.png '100') ## Gradients -PDFKit also supports gradient fills. Gradients can be used just like color fills, -and are applied with the same methods (e.g. `fillColor`, or just `fill`). Before +PDFKit also supports gradient fills. Gradients can be used just like color fills, +and are applied with the same methods (e.g. `fillColor`, or just `fill`). Before you can apply a gradient with these methods, however, you must create a gradient object. There are two types of gradients: linear and radial. They are created by the `linearGradient` -and `radialGradient` methods. Their function signatures are listed below: +and `radialGradient` methods. Their function signatures are listed below: -* `linearGradient(x1, y1, x2, y2)` - `x1,y1` is the start point, `x2,y2` is the end point -* `radialGradient(x1, y1, r1, x2, y2, r2)` - `r1` is the inner radius, `r2` is the outer radius +- `linearGradient(x1, y1, x2, y2)` - `x1,y1` is the start point, `x2,y2` is the end point +- `radialGradient(x1, y1, r1, x2, y2, r2)` - `r1` is the inner radius, `r2` is the outer radius Once you have a gradient object, you need to create color stops at points along that gradient. Stops are defined at percentage values (0 to 1), and take a color value (any usable by the @@ -251,7 +251,7 @@ You'll notice that I used the `scale` and `translate` transformations in this example. We'll cover those in a minute. The output of this example, with some added labels, is below. -![7](images/winding_rules.png "200") +![7](images/winding_rules.png '200') ## Saving and restoring the graphics stack @@ -298,7 +298,7 @@ rotation to the center of the rectangle. This example produces the following effect. -![8](images/rotate.png "200") +![8](images/rotate.png '200') ## Clipping @@ -323,7 +323,7 @@ example that clips a checkerboard pattern to the shape of a circle. The result of this example is the following: -![9](images/clipping.png "200") +![9](images/clipping.png '200') If you want to "unclip", you can use the `save` method before the clipping, and then use `restore` to retrieve access to the whole page. diff --git a/docs/you_made_it.md b/docs/you_made_it.md index baaa2c80e..14b0ca2a5 100644 --- a/docs/you_made_it.md +++ b/docs/you_made_it.md @@ -12,4 +12,4 @@ a parser for Markdown and a syntax highlighter. If you have any questions about what you've learned in this guide, please don't hesitate to [ask the author](https://twitter.com/devongovett) or post an issue -on [Github](https://github.com/foliojs/pdfkit/issues). Enjoy! \ No newline at end of file +on [Github](https://github.com/foliojs/pdfkit/issues). Enjoy! diff --git a/examples/attachment.js b/examples/attachment.js index 5d45a4d8e..cbbfb6e49 100644 --- a/examples/attachment.js +++ b/examples/attachment.js @@ -12,7 +12,7 @@ doc.info['Title'] = 'Attachment Test'; doc.file(path.join(__dirname, 'images', 'test.png'), { name: 'test.png', type: 'image/png', - description: 'this is a test image' + description: 'this is a test image', }); // add some text @@ -26,7 +26,7 @@ hover over the paperclip to see its description!`); const file = { src: Buffer.from('buffered input!'), name: 'embedded.txt', - creationDate: new Date(2020, 3, 1) + creationDate: new Date(2020, 3, 1), }; // then, add the annotation doc.fileAnnotation(100, 150, 10, doc.currentLineHeight(), file); @@ -36,7 +36,7 @@ doc.fileAnnotation(100, 150, 10, doc.currentLineHeight(), file); // be aware that some PDF Viewers may not render the icon correctly — or not at all doc.fileAnnotation(150, 150, 10, doc.currentLineHeight(), file, { Name: 'Paperclip', - Contents: 'Paperclip attachment' + Contents: 'Paperclip attachment', }); doc.end(); diff --git a/examples/browserify/browser.html b/examples/browserify/browser.html index 73f8cf759..1f9e80785 100644 --- a/examples/browserify/browser.html +++ b/examples/browserify/browser.html @@ -1,52 +1,67 @@ + + + + - #editor { - width: 600px; - height: 775px; - margin-right: 20px; - display: inline-block; - } - - iframe { - border: 1px solid black; - } - - - - -

PDFKit Browser Demo

-

Bundled with Browserify

-

Website | Github

-
- - - - - - \ No newline at end of file + +

PDFKit Browser Demo

+

Bundled with Browserify

+

+ Website | + Github +

+
+ + + + + diff --git a/examples/browserify/browser.js b/examples/browserify/browser.js index 7d3786161..89ab9cafa 100644 --- a/examples/browserify/browser.js +++ b/examples/browserify/browser.js @@ -16,12 +16,7 @@ function makePDF(PDFDocument, blobStream, lorem, iframe) { doc.fontSize(25).text('Here is some vector graphics...', 100, 80); // some vector graphics - doc - .save() - .moveTo(100, 150) - .lineTo(100, 250) - .lineTo(200, 250) - .fill('#FF3300'); + doc.save().moveTo(100, 150).lineTo(100, 250).lineTo(200, 250).fill('#FF3300'); doc.circle(280, 200, 50).fill('#6600FF'); @@ -48,7 +43,7 @@ function makePDF(PDFDocument, blobStream, lorem, iframe) { [1, 1, 4, 4], 3, 3, - '1 w 0 1 m 4 5 l s 2 0 m 5 3 l s' + '1 w 0 1 m 4 5 l s 2 0 m 5 3 l s', ); doc.circle(280, 350, 50).fill([stripe45d, 'blue']); @@ -71,12 +66,12 @@ function makePDF(PDFDocument, blobStream, lorem, iframe) { indent: 30, columns: 2, height: 300, - ellipsis: true + ellipsis: true, }); // end and display the document in the iframe to the right doc.end(); - stream.on('finish', function() { + stream.on('finish', function () { iframe.src = stream.toBlobURL('application/pdf'); }); } @@ -85,24 +80,16 @@ var editor = ace.edit('editor'); editor.setTheme('ace/theme/monokai'); editor.getSession().setMode('ace/mode/javascript'); editor.setValue( - makePDF - .toString() - .split('\n') - .slice(1, -1) - .join('\n') - .replace(/^ /gm, '') + makePDF.toString().split('\n').slice(1, -1).join('\n').replace(/^ /gm, ''), ); -editor - .getSession() - .getSelection() - .clearSelection(); +editor.getSession().getSelection().clearSelection(); var iframe = document.querySelector('iframe'); makePDF(PDFDocument, blobStream, lorem, iframe); let debounceTimeout; -editor.getSession().on('change', function() { +editor.getSession().on('change', function () { try { if (debounceTimeout) { clearTimeout(debounceTimeout); @@ -112,7 +99,7 @@ editor.getSession().on('change', function() { 'blobStream', 'lorem', 'iframe', - editor.getValue() + editor.getValue(), ); debounceTimeout = setTimeout(() => { fn(PDFDocument, blobStream, lorem, iframe); diff --git a/examples/form.js b/examples/form.js index 2a82338ea..a8b6d694a 100644 --- a/examples/form.js +++ b/examples/form.js @@ -25,9 +25,9 @@ doc.formText('leaf1', 10, y, 200, 20, { value: '1999-12-31', format: { type: 'date', - param: 'yyyy-mm-dd' + param: 'yyyy-mm-dd', }, - align: 'center' + align: 'center', }); y += 30; @@ -38,9 +38,9 @@ opts = { type: 'number', nDec: 2, currency: '$', - currencyPrepend: true + currencyPrepend: true, }, - align: 'right' + align: 'right', }; doc.formText('dollar', 10, y, 200, 20, opts); @@ -48,18 +48,18 @@ y += 30; doc.formText('leaf2', 10, y, 200, 40, { parent: child1Field, multiline: true, - align: 'right' + align: 'right', }); y += 50; doc.formText('leaf3', 10, y, 200, 80, { parent: child2Field, - multiline: true + multiline: true, }); y += 90; var opts = { backgroundColor: 'yellow', - label: 'Test Button' + label: 'Test Button', }; doc.formPushButton('btn1', 10, y, 100, 30, opts); @@ -70,7 +70,7 @@ opts = { value: 'Select Option', defaultValue: 'Select Option', align: 'center', - edit: true + edit: true, }; doc.formCombo('ch1', 10, y, 100, 20, opts); @@ -78,7 +78,7 @@ y += 30; opts = { borderColor: '#808080', select: ['github', 'bitbucket', 'gitlab', 'sourcesafe', 'perforce'], - sort: true + sort: true, }; doc.formList('ch2', 10, y, 100, 45, opts); diff --git a/examples/kitchen-sink-accessible.js b/examples/kitchen-sink-accessible.js index bf0a824ed..957220212 100644 --- a/examples/kitchen-sink-accessible.js +++ b/examples/kitchen-sink-accessible.js @@ -7,7 +7,7 @@ var doc = new PDFDocument({ pdfVersion: '1.5', lang: 'en-US', tagged: true, - displayTitle: true + displayTitle: true, }); doc.pipe(fs.createWriteStream('kitchen-sink-accessible.pdf')); @@ -30,7 +30,7 @@ struct.add( .font('Palatino') .fontSize(25) .text('Some text with an embedded font! ', 100, 100); - }) + }), ); // Embed some images @@ -40,36 +40,35 @@ struct.add(imageSection); imageSection.add( doc.struct('H1', () => { doc.fontSize(18).text('PNG and JPEG images: '); - }) + }), ); imageSection.add( doc.struct( 'Figure', { - alt: 'Promotional image of an Apple laptop. ' + alt: 'Promotional image of an Apple laptop. ', }, () => { doc.image('images/test.png', 100, 160, { - width: 412 + width: 412, }); - } - ) + }, + ), ); imageSection.add( doc.struct( 'Figure', { - alt: - 'Photograph of a path flanked by blossoming trees with surrounding hedges. ' + alt: 'Photograph of a path flanked by blossoming trees with surrounding hedges. ', }, () => { doc.image('images/test.jpeg', 190, 400, { - height: 300 + height: 300, }); - } - ) + }, + ), ); imageSection.end(); @@ -84,14 +83,14 @@ struct.add(vectorSection); vectorSection.add( doc.struct('H1', () => { doc.fontSize(25).text('Here are some vector graphics... ', 100, 100); - }) + }), ); vectorSection.add( doc.struct( 'Figure', { - alt: 'Orange triangle. ' + alt: 'Orange triangle. ', }, () => { doc @@ -100,27 +99,27 @@ vectorSection.add( .lineTo(100, 250) .lineTo(200, 250) .fill('#FF8800'); - } - ) + }, + ), ); vectorSection.add( doc.struct( 'Figure', { - alt: 'Purple circle. ' + alt: 'Purple circle. ', }, () => { doc.circle(280, 200, 50).fill('#7722FF'); - } - ) + }, + ), ); vectorSection.add( doc.struct( 'Figure', { - alt: 'Red star with hollow center. ' + alt: 'Red star with hollow center. ', }, () => { doc @@ -131,8 +130,8 @@ vectorSection.add( // fill using the even-odd winding rule .fill('red', 'even-odd') .restore(); - } - ) + }, + ), ); vectorSection.end(); @@ -148,7 +147,7 @@ wrappedSection.add( .font('Helvetica', 13) // move down 1 line .moveDown(); - }) + }), ); var loremIpsum = @@ -158,7 +157,7 @@ doc.text(loremIpsum, { align: 'justify', indent: 30, paragraphGap: 5, - structParent: wrappedSection + structParent: wrappedSection, }); wrappedSection.end(); @@ -176,14 +175,14 @@ tigerSection.add( .font('Palatino', 25) .text('Rendering some SVG paths...', 100, 100) .translate(220, 300); - }) + }), ); tigerSection.add( doc.struct( 'Figure', { - alt: 'Tiger line art. ' + alt: 'Tiger line art. ', }, () => { var i, len, part; @@ -207,8 +206,8 @@ tigerSection.add( } doc.restore(); } - } - ) + }, + ), ); tigerSection.end(); @@ -224,15 +223,15 @@ linkSection.add( doc.struct( 'Link', { - alt: 'Here is a link! ' + alt: 'Here is a link! ', }, () => { doc.fillColor('blue').text('Here is a link!', 100, 100, { link: 'http://google.com/', - underline: true + underline: true, }); - } - ) + }, + ), ); linkSection.end(); diff --git a/examples/kitchen-sink.js b/examples/kitchen-sink.js index c00dde45f..6bc427409 100644 --- a/examples/kitchen-sink.js +++ b/examples/kitchen-sink.js @@ -23,25 +23,17 @@ doc .fontSize(18) .text('PNG and JPEG images:') .image('images/test.png', 100, 160, { - width: 412 + width: 412, }) .image('images/test.jpeg', 190, 400, { - height: 300 + height: 300, }); // Add another page -doc - .addPage() - .fontSize(25) - .text('Here is some vector graphics...', 100, 100); +doc.addPage().fontSize(25).text('Here is some vector graphics...', 100, 100); // Draw a triangle and a circle -doc - .save() - .moveTo(100, 150) - .lineTo(100, 250) - .lineTo(200, 250) - .fill('#FF3300'); +doc.save().moveTo(100, 150).lineTo(100, 250).lineTo(200, 250).fill('#FF3300'); doc.circle(280, 200, 50).fill('#6600FF'); @@ -65,7 +57,7 @@ doc width: 412, align: 'justify', indent: 30, - paragraphGap: 5 + paragraphGap: 5, }); // Add another page, and set the font back @@ -98,13 +90,10 @@ for (i = 0, len = tiger.length; i < len; i++) { } // Add some text with annotations -doc - .addPage() - .fillColor('blue') - .text('Here is a link!', 100, 100, { - link: 'http://google.com/', - underline: true - }); +doc.addPage().fillColor('blue').text('Here is a link!', 100, 100, { + link: 'http://google.com/', + underline: true, +}); // Add a list with a font loaded from a TrueType collection file doc @@ -113,41 +102,33 @@ doc .list(['One', 'Two', 'Three'], 100, 150); // Create text with a spot color -doc.addSpotColor('PANTONE185C', 0, 100, 78, 9) -doc.moveDown() - .fillColor('PANTONE185C') - .text('This text uses spot color!'); +doc.addSpotColor('PANTONE185C', 0, 100, 78, 9); +doc.moveDown().fillColor('PANTONE185C').text('This text uses spot color!'); doc.moveDown(); -doc - .font('Helvetica') - .fillColor('#000') - .text('Horizontal scaling support:'); +doc.font('Helvetica').fillColor('#000').text('Horizontal scaling support:'); doc.moveDown(); -doc - .text(loremIpsum, { - height: 100, - width: 300, - align: 'justify', - }); - -doc - .text(loremIpsum, { - height: 100, - width: 300, - align: 'justify', - horizontalScaling: 75 - }); - -doc - .text(loremIpsum, { - height: 100, - width: 300, - align: 'justify', - horizontalScaling: 130 - }); +doc.text(loremIpsum, { + height: 100, + width: 300, + align: 'justify', +}); + +doc.text(loremIpsum, { + height: 100, + width: 300, + align: 'justify', + horizontalScaling: 75, +}); + +doc.text(loremIpsum, { + height: 100, + width: 300, + align: 'justify', + horizontalScaling: 130, +}); doc.end(); diff --git a/examples/text-link.js b/examples/text-link.js index b50649803..2a0429d85 100644 --- a/examples/text-link.js +++ b/examples/text-link.js @@ -13,12 +13,12 @@ doc .text('with a link inside', { continued: true, link: 'http://pdfkit.org', - underline: true + underline: true, }) .text(' and remaining text', { continued: false, link: null, - underline: false + underline: false, }); doc.switchToPage(1); doc.text('Go To First Page', { link: 0 }); diff --git a/examples/tiger.js b/examples/tiger.js index b7a587e59..6dd457ab9 100644 --- a/examples/tiger.js +++ b/examples/tiger.js @@ -5,1738 +5,1508 @@ module.exports = [ { type: 'path', - path: - 'M-122.304 84.285C-122.304 84.285 -122.203 86.179 -123.027 86.16C-123.851 86.141 -140.305 38.066 -160.833 40.309C-160.833 40.309 -143.05 32.956 -122.304 84.285z', + path: 'M-122.304 84.285C-122.304 84.285 -122.203 86.179 -123.027 86.16C-123.851 86.141 -140.305 38.066 -160.833 40.309C-160.833 40.309 -143.05 32.956 -122.304 84.285z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-118.774 81.262C-118.774 81.262 -119.323 83.078 -120.092 82.779C-120.86 82.481 -119.977 31.675 -140.043 26.801C-140.043 26.801 -120.82 25.937 -118.774 81.262z', + path: 'M-118.774 81.262C-118.774 81.262 -119.323 83.078 -120.092 82.779C-120.86 82.481 -119.977 31.675 -140.043 26.801C-140.043 26.801 -120.82 25.937 -118.774 81.262z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-91.284 123.59C-91.284 123.59 -89.648 124.55 -90.118 125.227C-90.589 125.904 -139.763 113.102 -149.218 131.459C-149.218 131.459 -145.539 112.572 -91.284 123.59z', + path: 'M-91.284 123.59C-91.284 123.59 -89.648 124.55 -90.118 125.227C-90.589 125.904 -139.763 113.102 -149.218 131.459C-149.218 131.459 -145.539 112.572 -91.284 123.59z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-94.093 133.801C-94.093 133.801 -92.237 134.197 -92.471 134.988C-92.704 135.779 -143.407 139.121 -146.597 159.522C-146.597 159.522 -149.055 140.437 -94.093 133.801z', + path: 'M-94.093 133.801C-94.093 133.801 -92.237 134.197 -92.471 134.988C-92.704 135.779 -143.407 139.121 -146.597 159.522C-146.597 159.522 -149.055 140.437 -94.093 133.801z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-98.304 128.276C-98.304 128.276 -96.526 128.939 -96.872 129.687C-97.218 130.435 -147.866 126.346 -153.998 146.064C-153.998 146.064 -153.646 126.825 -98.304 128.276z', + path: 'M-98.304 128.276C-98.304 128.276 -96.526 128.939 -96.872 129.687C-97.218 130.435 -147.866 126.346 -153.998 146.064C-153.998 146.064 -153.646 126.825 -98.304 128.276z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-109.009 110.072C-109.009 110.072 -107.701 111.446 -108.34 111.967C-108.979 112.488 -152.722 86.634 -166.869 101.676C-166.869 101.676 -158.128 84.533 -109.009 110.072z', + path: 'M-109.009 110.072C-109.009 110.072 -107.701 111.446 -108.34 111.967C-108.979 112.488 -152.722 86.634 -166.869 101.676C-166.869 101.676 -158.128 84.533 -109.009 110.072z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-116.554 114.263C-116.554 114.263 -115.098 115.48 -115.674 116.071C-116.25 116.661 -162.638 95.922 -174.992 112.469C-174.992 112.469 -168.247 94.447 -116.554 114.263z', + path: 'M-116.554 114.263C-116.554 114.263 -115.098 115.48 -115.674 116.071C-116.25 116.661 -162.638 95.922 -174.992 112.469C-174.992 112.469 -168.247 94.447 -116.554 114.263z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-119.154 118.335C-119.154 118.335 -117.546 119.343 -118.036 120.006C-118.526 120.669 -167.308 106.446 -177.291 124.522C-177.291 124.522 -173.066 105.749 -119.154 118.335z', + path: 'M-119.154 118.335C-119.154 118.335 -117.546 119.343 -118.036 120.006C-118.526 120.669 -167.308 106.446 -177.291 124.522C-177.291 124.522 -173.066 105.749 -119.154 118.335z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-108.42 118.949C-108.42 118.949 -107.298 120.48 -107.999 120.915C-108.7 121.35 -148.769 90.102 -164.727 103.207C-164.727 103.207 -153.862 87.326 -108.42 118.949z', + path: 'M-108.42 118.949C-108.42 118.949 -107.298 120.48 -107.999 120.915C-108.7 121.35 -148.769 90.102 -164.727 103.207C-164.727 103.207 -153.862 87.326 -108.42 118.949z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-128.2 90C-128.2 90 -127.6 91.8 -128.4 92C-129.2 92.2 -157.8 50.2 -177.001 57.8C-177.001 57.8 -161.8 46 -128.2 90z', + path: 'M-128.2 90C-128.2 90 -127.6 91.8 -128.4 92C-129.2 92.2 -157.8 50.2 -177.001 57.8C-177.001 57.8 -161.8 46 -128.2 90z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-127.505 96.979C-127.505 96.979 -126.53 98.608 -127.269 98.975C-128.007 99.343 -164.992 64.499 -182.101 76.061C-182.101 76.061 -169.804 61.261 -127.505 96.979z', + path: 'M-127.505 96.979C-127.505 96.979 -126.53 98.608 -127.269 98.975C-128.007 99.343 -164.992 64.499 -182.101 76.061C-182.101 76.061 -169.804 61.261 -127.505 96.979z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-127.62 101.349C-127.62 101.349 -126.498 102.88 -127.199 103.315C-127.9 103.749 -167.969 72.502 -183.927 85.607C-183.927 85.607 -173.062 69.726 -127.62 101.349z', + path: 'M-127.62 101.349C-127.62 101.349 -126.498 102.88 -127.199 103.315C-127.9 103.749 -167.969 72.502 -183.927 85.607C-183.927 85.607 -173.062 69.726 -127.62 101.349z', 'stroke-width': '0.172', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-129.83 103.065C-129.327 109.113 -128.339 115.682 -126.6 118.801C-126.6 118.801 -130.2 131.201 -121.4 144.401C-121.4 144.401 -121.8 151.601 -120.2 154.801C-120.2 154.801 -116.2 163.201 -111.4 164.001C-107.516 164.648 -98.793 167.717 -88.932 169.121C-88.932 169.121 -71.8 183.201 -75 196.001C-75 196.001 -75.4 212.401 -79 214.001C-79 214.001 -67.4 202.801 -77 219.601L-81.4 238.401C-81.4 238.401 -55.8 216.801 -71.4 235.201L-81.4 261.201C-81.4 261.201 -61.8 242.801 -69 251.201L-72.2 260.001C-72.2 260.001 -29 232.801 -59.8 262.401C-59.8 262.401 -51.8 258.801 -47.4 261.601C-47.4 261.601 -40.6 260.401 -41.4 262.001C-41.4 262.001 -62.2 272.401 -65.8 290.801C-65.8 290.801 -57.4 280.801 -60.6 291.601L-60.2 303.201C-60.2 303.201 -56.2 281.601 -56.6 319.201C-56.6 319.201 -37.4 301.201 -49 322.001L-49 338.801C-49 338.801 -33.8 322.401 -40.2 335.201C-40.2 335.201 -30.2 326.401 -34.2 341.601C-34.2 341.601 -35 352.001 -30.6 340.801C-30.6 340.801 -14.6 310.201 -20.6 336.401C-20.6 336.401 -21.4 355.601 -16.6 340.801C-16.6 340.801 -16.2 351.201 -7 358.401C-7 358.401 -8.2 307.601 4.6 343.601L8.6 360.001C8.6 360.001 11.4 350.801 11 345.601C11 345.601 25.8 329.201 19 353.601C19 353.601 34.2 330.801 31 344.001C31 344.001 23.4 360.001 25 364.801C25 364.801 41.8 330.001 43 328.401C43 328.401 41 370.802 51.8 334.801C51.8 334.801 57.4 346.801 54.6 351.201C54.6 351.201 62.6 343.201 61.8 340.001C61.8 340.001 66.4 331.801 69.2 345.401C69.2 345.401 71 354.801 72.6 351.601C72.6 351.601 76.6 375.602 77.8 352.801C77.8 352.801 79.4 339.201 72.2 327.601C72.2 327.601 73 324.401 70.2 320.401C70.2 320.401 83.8 342.001 76.6 313.201C76.6 313.201 87.801 321.201 89.001 321.201C89.001 321.201 75.4 298.001 84.2 302.801C84.2 302.801 79 292.401 97.001 304.401C97.001 304.401 81 288.401 98.601 298.001C98.601 298.001 106.601 304.401 99.001 294.401C99.001 294.401 84.6 278.401 106.601 296.401C106.601 296.401 118.201 312.801 119.001 315.601C119.001 315.601 109.001 286.401 104.601 283.601C104.601 283.601 113.001 247.201 154.201 262.801C154.201 262.801 161.001 280.001 165.401 261.601C165.401 261.601 178.201 255.201 189.401 282.801C189.401 282.801 193.401 269.201 192.601 266.401C192.601 266.401 199.401 267.601 198.601 266.401C198.601 266.401 211.801 270.801 213.001 270.001C213.001 270.001 219.801 276.801 220.201 273.201C220.201 273.201 229.401 276.001 227.401 272.401C227.401 272.401 236.201 288.001 236.601 291.601L239.001 277.601L241.001 280.401C241.001 280.401 242.601 272.801 241.801 271.601C241.001 270.401 261.801 278.401 266.601 299.201L268.601 307.601C268.601 307.601 274.601 292.801 273.001 288.801C273.001 288.801 278.201 289.601 278.601 294.001C278.601 294.001 282.601 270.801 277.801 264.801C277.801 264.801 282.201 264.001 283.401 267.601L283.401 260.401C283.401 260.401 290.601 261.201 290.601 258.801C290.601 258.801 295.001 254.801 297.001 259.601C297.001 259.601 284.601 224.401 303.001 243.601C303.001 243.601 310.201 254.401 306.601 235.601C303.001 216.801 299.001 215.201 303.801 214.801C303.801 214.801 304.601 211.201 302.601 209.601C300.601 208.001 303.801 209.601 303.801 209.601C303.801 209.601 308.601 213.601 303.401 191.601C303.401 191.601 309.801 193.201 297.801 164.001C297.801 164.001 300.601 161.601 296.601 153.201C296.601 153.201 304.601 157.601 307.401 156.001C307.401 156.001 307.001 154.401 303.801 150.401C303.801 150.401 282.201 95.6 302.601 117.601C302.601 117.601 314.451 131.151 308.051 108.351C308.051 108.351 298.94 84.341 299.717 80.045L-129.83 103.065z', + path: 'M-129.83 103.065C-129.327 109.113 -128.339 115.682 -126.6 118.801C-126.6 118.801 -130.2 131.201 -121.4 144.401C-121.4 144.401 -121.8 151.601 -120.2 154.801C-120.2 154.801 -116.2 163.201 -111.4 164.001C-107.516 164.648 -98.793 167.717 -88.932 169.121C-88.932 169.121 -71.8 183.201 -75 196.001C-75 196.001 -75.4 212.401 -79 214.001C-79 214.001 -67.4 202.801 -77 219.601L-81.4 238.401C-81.4 238.401 -55.8 216.801 -71.4 235.201L-81.4 261.201C-81.4 261.201 -61.8 242.801 -69 251.201L-72.2 260.001C-72.2 260.001 -29 232.801 -59.8 262.401C-59.8 262.401 -51.8 258.801 -47.4 261.601C-47.4 261.601 -40.6 260.401 -41.4 262.001C-41.4 262.001 -62.2 272.401 -65.8 290.801C-65.8 290.801 -57.4 280.801 -60.6 291.601L-60.2 303.201C-60.2 303.201 -56.2 281.601 -56.6 319.201C-56.6 319.201 -37.4 301.201 -49 322.001L-49 338.801C-49 338.801 -33.8 322.401 -40.2 335.201C-40.2 335.201 -30.2 326.401 -34.2 341.601C-34.2 341.601 -35 352.001 -30.6 340.801C-30.6 340.801 -14.6 310.201 -20.6 336.401C-20.6 336.401 -21.4 355.601 -16.6 340.801C-16.6 340.801 -16.2 351.201 -7 358.401C-7 358.401 -8.2 307.601 4.6 343.601L8.6 360.001C8.6 360.001 11.4 350.801 11 345.601C11 345.601 25.8 329.201 19 353.601C19 353.601 34.2 330.801 31 344.001C31 344.001 23.4 360.001 25 364.801C25 364.801 41.8 330.001 43 328.401C43 328.401 41 370.802 51.8 334.801C51.8 334.801 57.4 346.801 54.6 351.201C54.6 351.201 62.6 343.201 61.8 340.001C61.8 340.001 66.4 331.801 69.2 345.401C69.2 345.401 71 354.801 72.6 351.601C72.6 351.601 76.6 375.602 77.8 352.801C77.8 352.801 79.4 339.201 72.2 327.601C72.2 327.601 73 324.401 70.2 320.401C70.2 320.401 83.8 342.001 76.6 313.201C76.6 313.201 87.801 321.201 89.001 321.201C89.001 321.201 75.4 298.001 84.2 302.801C84.2 302.801 79 292.401 97.001 304.401C97.001 304.401 81 288.401 98.601 298.001C98.601 298.001 106.601 304.401 99.001 294.401C99.001 294.401 84.6 278.401 106.601 296.401C106.601 296.401 118.201 312.801 119.001 315.601C119.001 315.601 109.001 286.401 104.601 283.601C104.601 283.601 113.001 247.201 154.201 262.801C154.201 262.801 161.001 280.001 165.401 261.601C165.401 261.601 178.201 255.201 189.401 282.801C189.401 282.801 193.401 269.201 192.601 266.401C192.601 266.401 199.401 267.601 198.601 266.401C198.601 266.401 211.801 270.801 213.001 270.001C213.001 270.001 219.801 276.801 220.201 273.201C220.201 273.201 229.401 276.001 227.401 272.401C227.401 272.401 236.201 288.001 236.601 291.601L239.001 277.601L241.001 280.401C241.001 280.401 242.601 272.801 241.801 271.601C241.001 270.401 261.801 278.401 266.601 299.201L268.601 307.601C268.601 307.601 274.601 292.801 273.001 288.801C273.001 288.801 278.201 289.601 278.601 294.001C278.601 294.001 282.601 270.801 277.801 264.801C277.801 264.801 282.201 264.001 283.401 267.601L283.401 260.401C283.401 260.401 290.601 261.201 290.601 258.801C290.601 258.801 295.001 254.801 297.001 259.601C297.001 259.601 284.601 224.401 303.001 243.601C303.001 243.601 310.201 254.401 306.601 235.601C303.001 216.801 299.001 215.201 303.801 214.801C303.801 214.801 304.601 211.201 302.601 209.601C300.601 208.001 303.801 209.601 303.801 209.601C303.801 209.601 308.601 213.601 303.401 191.601C303.401 191.601 309.801 193.201 297.801 164.001C297.801 164.001 300.601 161.601 296.601 153.201C296.601 153.201 304.601 157.601 307.401 156.001C307.401 156.001 307.001 154.401 303.801 150.401C303.801 150.401 282.201 95.6 302.601 117.601C302.601 117.601 314.451 131.151 308.051 108.351C308.051 108.351 298.94 84.341 299.717 80.045L-129.83 103.065z', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M299.717 80.245C300.345 80.426 302.551 81.55 303.801 83.2C303.801 83.2 310.601 94 305.401 75.6C305.401 75.6 296.201 46.8 305.001 58C305.001 58 311.001 65.2 307.801 51.6C303.936 35.173 301.401 28.8 301.401 28.8C301.401 28.8 313.001 33.6 286.201 -6L295.001 -2.4C295.001 -2.4 275.401 -42 253.801 -47.2L245.801 -53.2C245.801 -53.2 284.201 -91.2 271.401 -128C271.401 -128 264.601 -133.2 255.001 -124C255.001 -124 248.601 -119.2 242.601 -120.8C242.601 -120.8 211.801 -119.6 209.801 -119.6C207.801 -119.6 173.001 -156.8 107.401 -139.2C107.401 -139.2 102.201 -137.2 97.801 -138.4C97.801 -138.4 79.4 -154.4 30.6 -131.6C30.6 -131.6 20.6 -129.6 19 -129.6C17.4 -129.6 14.6 -129.6 6.6 -123.2C-1.4 -116.8 -1.8 -116 -3.8 -114.4C-3.8 -114.4 -20.2 -103.2 -25 -102.4C-25 -102.4 -36.6 -96 -41 -86L-44.6 -84.8C-44.6 -84.8 -46.2 -77.6 -46.6 -76.4C-46.6 -76.4 -51.4 -72.8 -52.2 -67.2C-52.2 -67.2 -61 -61.2 -60.6 -56.8C-60.6 -56.8 -62.2 -51.6 -63 -46.8C-63 -46.8 -70.2 -42 -69.4 -39.2C-69.4 -39.2 -77 -25.2 -75.8 -18.4C-75.8 -18.4 -82.2 -18.8 -85 -16.4C-85 -16.4 -85.8 -11.6 -87.4 -11.2C-87.4 -11.2 -90.2 -10 -87.8 -6C-87.8 -6 -89.4 -3.2 -89.8 -1.6C-89.8 -1.6 -89 1.2 -93.4 6.8C-93.4 6.8 -99.8 25.6 -97.8 30.8C-97.8 30.8 -97.4 35.6 -100.2 37.2C-100.2 37.2 -103.8 36.8 -95.4 48.8C-95.4 48.8 -94.6 50 -97.8 52.4C-97.8 52.4 -115 56 -117.4 72.4C-117.4 72.4 -131 87.2 -131 92.4C-131 94.705 -130.729 97.852 -130.03 102.465C-130.03 102.465 -130.6 110.801 -103 111.601C-75.4 112.401 299.717 80.245 299.717 80.245z', + path: 'M299.717 80.245C300.345 80.426 302.551 81.55 303.801 83.2C303.801 83.2 310.601 94 305.401 75.6C305.401 75.6 296.201 46.8 305.001 58C305.001 58 311.001 65.2 307.801 51.6C303.936 35.173 301.401 28.8 301.401 28.8C301.401 28.8 313.001 33.6 286.201 -6L295.001 -2.4C295.001 -2.4 275.401 -42 253.801 -47.2L245.801 -53.2C245.801 -53.2 284.201 -91.2 271.401 -128C271.401 -128 264.601 -133.2 255.001 -124C255.001 -124 248.601 -119.2 242.601 -120.8C242.601 -120.8 211.801 -119.6 209.801 -119.6C207.801 -119.6 173.001 -156.8 107.401 -139.2C107.401 -139.2 102.201 -137.2 97.801 -138.4C97.801 -138.4 79.4 -154.4 30.6 -131.6C30.6 -131.6 20.6 -129.6 19 -129.6C17.4 -129.6 14.6 -129.6 6.6 -123.2C-1.4 -116.8 -1.8 -116 -3.8 -114.4C-3.8 -114.4 -20.2 -103.2 -25 -102.4C-25 -102.4 -36.6 -96 -41 -86L-44.6 -84.8C-44.6 -84.8 -46.2 -77.6 -46.6 -76.4C-46.6 -76.4 -51.4 -72.8 -52.2 -67.2C-52.2 -67.2 -61 -61.2 -60.6 -56.8C-60.6 -56.8 -62.2 -51.6 -63 -46.8C-63 -46.8 -70.2 -42 -69.4 -39.2C-69.4 -39.2 -77 -25.2 -75.8 -18.4C-75.8 -18.4 -82.2 -18.8 -85 -16.4C-85 -16.4 -85.8 -11.6 -87.4 -11.2C-87.4 -11.2 -90.2 -10 -87.8 -6C-87.8 -6 -89.4 -3.2 -89.8 -1.6C-89.8 -1.6 -89 1.2 -93.4 6.8C-93.4 6.8 -99.8 25.6 -97.8 30.8C-97.8 30.8 -97.4 35.6 -100.2 37.2C-100.2 37.2 -103.8 36.8 -95.4 48.8C-95.4 48.8 -94.6 50 -97.8 52.4C-97.8 52.4 -115 56 -117.4 72.4C-117.4 72.4 -131 87.2 -131 92.4C-131 94.705 -130.729 97.852 -130.03 102.465C-130.03 102.465 -130.6 110.801 -103 111.601C-75.4 112.401 299.717 80.245 299.717 80.245z', stroke: '#000', - fill: '#cc7226' + fill: '#cc7226', }, { type: 'path', - path: - 'M-115.6 102.6C-140.6 63.2 -126.2 119.601 -126.2 119.601C-117.4 154.001 12.2 116.401 12.2 116.401C12.2 116.401 181.001 86 192.201 82C203.401 78 298.601 84.4 298.601 84.4L293.001 67.6C228.201 21.2 209.001 44.4 195.401 40.4C181.801 36.4 184.201 46 181.001 46.8C177.801 47.6 138.601 22.8 132.201 23.6C125.801 24.4 100.459 0.649 115.401 32.4C131.401 66.4 57 71.6 40.2 60.4C23.4 49.2 47.4 78.8 47.4 78.8C65.8 98.8 31.4 82 31.4 82C-3 69.2 -27 94.8 -30.2 95.6C-33.4 96.4 -38.2 99.6 -39 93.2C-39.8 86.8 -47.31 70.099 -79 96.4C-99 113.001 -112.8 91 -112.8 91L-115.6 102.6z', + path: 'M-115.6 102.6C-140.6 63.2 -126.2 119.601 -126.2 119.601C-117.4 154.001 12.2 116.401 12.2 116.401C12.2 116.401 181.001 86 192.201 82C203.401 78 298.601 84.4 298.601 84.4L293.001 67.6C228.201 21.2 209.001 44.4 195.401 40.4C181.801 36.4 184.201 46 181.001 46.8C177.801 47.6 138.601 22.8 132.201 23.6C125.801 24.4 100.459 0.649 115.401 32.4C131.401 66.4 57 71.6 40.2 60.4C23.4 49.2 47.4 78.8 47.4 78.8C65.8 98.8 31.4 82 31.4 82C-3 69.2 -27 94.8 -30.2 95.6C-33.4 96.4 -38.2 99.6 -39 93.2C-39.8 86.8 -47.31 70.099 -79 96.4C-99 113.001 -112.8 91 -112.8 91L-115.6 102.6z', stroke: 'none', - fill: '#cc7226' + fill: '#cc7226', }, { type: 'path', - path: - 'M133.51 25.346C127.11 26.146 101.743 2.407 116.71 34.146C133.31 69.346 58.31 73.346 41.51 62.146C24.709 50.946 48.71 80.546 48.71 80.546C67.11 100.546 32.709 83.746 32.709 83.746C-1.691 70.946 -25.691 96.546 -28.891 97.346C-32.091 98.146 -36.891 101.346 -37.691 94.946C-38.491 88.546 -45.87 72.012 -77.691 98.146C-98.927 115.492 -112.418 94.037 -112.418 94.037L-115.618 104.146C-140.618 64.346 -125.546 122.655 -125.546 122.655C-116.745 157.056 13.509 118.146 13.509 118.146C13.509 118.146 182.31 87.746 193.51 83.746C204.71 79.746 299.038 86.073 299.038 86.073L293.51 68.764C228.71 22.364 210.31 46.146 196.71 42.146C183.11 38.146 185.51 47.746 182.31 48.546C179.11 49.346 139.91 24.546 133.51 25.346z', + path: 'M133.51 25.346C127.11 26.146 101.743 2.407 116.71 34.146C133.31 69.346 58.31 73.346 41.51 62.146C24.709 50.946 48.71 80.546 48.71 80.546C67.11 100.546 32.709 83.746 32.709 83.746C-1.691 70.946 -25.691 96.546 -28.891 97.346C-32.091 98.146 -36.891 101.346 -37.691 94.946C-38.491 88.546 -45.87 72.012 -77.691 98.146C-98.927 115.492 -112.418 94.037 -112.418 94.037L-115.618 104.146C-140.618 64.346 -125.546 122.655 -125.546 122.655C-116.745 157.056 13.509 118.146 13.509 118.146C13.509 118.146 182.31 87.746 193.51 83.746C204.71 79.746 299.038 86.073 299.038 86.073L293.51 68.764C228.71 22.364 210.31 46.146 196.71 42.146C183.11 38.146 185.51 47.746 182.31 48.546C179.11 49.346 139.91 24.546 133.51 25.346z', stroke: 'none', - fill: '#e87f3a' + fill: '#e87f3a', }, { type: 'path', - path: - 'M134.819 27.091C128.419 27.891 103.685 3.862 118.019 35.891C134.219 72.092 59.619 75.092 42.819 63.892C26.019 52.692 50.019 82.292 50.019 82.292C68.419 102.292 34.019 85.492 34.019 85.492C-0.381 72.692 -24.382 98.292 -27.582 99.092C-30.782 99.892 -35.582 103.092 -36.382 96.692C-37.182 90.292 -44.43 73.925 -76.382 99.892C-98.855 117.983 -112.036 97.074 -112.036 97.074L-115.636 105.692C-139.436 66.692 -124.891 125.71 -124.891 125.71C-116.091 160.11 14.819 119.892 14.819 119.892C14.819 119.892 183.619 89.492 194.819 85.492C206.019 81.492 299.474 87.746 299.474 87.746L294.02 69.928C229.219 23.528 211.619 47.891 198.019 43.891C184.419 39.891 186.819 49.491 183.619 50.292C180.419 51.092 141.219 26.291 134.819 27.091z', + path: 'M134.819 27.091C128.419 27.891 103.685 3.862 118.019 35.891C134.219 72.092 59.619 75.092 42.819 63.892C26.019 52.692 50.019 82.292 50.019 82.292C68.419 102.292 34.019 85.492 34.019 85.492C-0.381 72.692 -24.382 98.292 -27.582 99.092C-30.782 99.892 -35.582 103.092 -36.382 96.692C-37.182 90.292 -44.43 73.925 -76.382 99.892C-98.855 117.983 -112.036 97.074 -112.036 97.074L-115.636 105.692C-139.436 66.692 -124.891 125.71 -124.891 125.71C-116.091 160.11 14.819 119.892 14.819 119.892C14.819 119.892 183.619 89.492 194.819 85.492C206.019 81.492 299.474 87.746 299.474 87.746L294.02 69.928C229.219 23.528 211.619 47.891 198.019 43.891C184.419 39.891 186.819 49.491 183.619 50.292C180.419 51.092 141.219 26.291 134.819 27.091z', stroke: 'none', - fill: '#ea8c4d' + fill: '#ea8c4d', }, { type: 'path', - path: - 'M136.128 28.837C129.728 29.637 104.999 5.605 119.328 37.637C136.128 75.193 60.394 76.482 44.128 65.637C27.328 54.437 51.328 84.037 51.328 84.037C69.728 104.037 35.328 87.237 35.328 87.237C0.928 74.437 -23.072 100.037 -26.272 100.837C-29.472 101.637 -34.272 104.837 -35.072 98.437C-35.872 92.037 -42.989 75.839 -75.073 101.637C-98.782 120.474 -111.655 100.11 -111.655 100.11L-115.655 107.237C-137.455 70.437 -124.236 128.765 -124.236 128.765C-115.436 163.165 16.128 121.637 16.128 121.637C16.128 121.637 184.928 91.237 196.129 87.237C207.329 83.237 299.911 89.419 299.911 89.419L294.529 71.092C229.729 24.691 212.929 49.637 199.329 45.637C185.728 41.637 188.128 51.237 184.928 52.037C181.728 52.837 142.528 28.037 136.128 28.837z', + path: 'M136.128 28.837C129.728 29.637 104.999 5.605 119.328 37.637C136.128 75.193 60.394 76.482 44.128 65.637C27.328 54.437 51.328 84.037 51.328 84.037C69.728 104.037 35.328 87.237 35.328 87.237C0.928 74.437 -23.072 100.037 -26.272 100.837C-29.472 101.637 -34.272 104.837 -35.072 98.437C-35.872 92.037 -42.989 75.839 -75.073 101.637C-98.782 120.474 -111.655 100.11 -111.655 100.11L-115.655 107.237C-137.455 70.437 -124.236 128.765 -124.236 128.765C-115.436 163.165 16.128 121.637 16.128 121.637C16.128 121.637 184.928 91.237 196.129 87.237C207.329 83.237 299.911 89.419 299.911 89.419L294.529 71.092C229.729 24.691 212.929 49.637 199.329 45.637C185.728 41.637 188.128 51.237 184.928 52.037C181.728 52.837 142.528 28.037 136.128 28.837z', stroke: 'none', - fill: '#ec9961' + fill: '#ec9961', }, { type: 'path', - path: - 'M137.438 30.583C131.037 31.383 106.814 7.129 120.637 39.383C137.438 78.583 62.237 78.583 45.437 67.383C28.637 56.183 52.637 85.783 52.637 85.783C71.037 105.783 36.637 88.983 36.637 88.983C2.237 76.183 -21.763 101.783 -24.963 102.583C-28.163 103.383 -32.963 106.583 -33.763 100.183C-34.563 93.783 -41.548 77.752 -73.763 103.383C-98.709 122.965 -111.273 103.146 -111.273 103.146L-115.673 108.783C-135.473 73.982 -123.582 131.819 -123.582 131.819C-114.782 166.22 17.437 123.383 17.437 123.383C17.437 123.383 186.238 92.983 197.438 88.983C208.638 84.983 300.347 91.092 300.347 91.092L295.038 72.255C230.238 25.855 214.238 51.383 200.638 47.383C187.038 43.383 189.438 52.983 186.238 53.783C183.038 54.583 143.838 29.783 137.438 30.583z', + path: 'M137.438 30.583C131.037 31.383 106.814 7.129 120.637 39.383C137.438 78.583 62.237 78.583 45.437 67.383C28.637 56.183 52.637 85.783 52.637 85.783C71.037 105.783 36.637 88.983 36.637 88.983C2.237 76.183 -21.763 101.783 -24.963 102.583C-28.163 103.383 -32.963 106.583 -33.763 100.183C-34.563 93.783 -41.548 77.752 -73.763 103.383C-98.709 122.965 -111.273 103.146 -111.273 103.146L-115.673 108.783C-135.473 73.982 -123.582 131.819 -123.582 131.819C-114.782 166.22 17.437 123.383 17.437 123.383C17.437 123.383 186.238 92.983 197.438 88.983C208.638 84.983 300.347 91.092 300.347 91.092L295.038 72.255C230.238 25.855 214.238 51.383 200.638 47.383C187.038 43.383 189.438 52.983 186.238 53.783C183.038 54.583 143.838 29.783 137.438 30.583z', stroke: 'none', - fill: '#eea575' + fill: '#eea575', }, { type: 'path', - path: - 'M138.747 32.328C132.347 33.128 106.383 9.677 121.947 41.128C141.147 79.928 63.546 80.328 46.746 69.128C29.946 57.928 53.946 87.528 53.946 87.528C72.346 107.528 37.946 90.728 37.946 90.728C3.546 77.928 -20.454 103.528 -23.654 104.328C-26.854 105.128 -31.654 108.328 -32.454 101.928C-33.254 95.528 -40.108 79.665 -72.454 105.128C-98.636 125.456 -110.891 106.183 -110.891 106.183L-115.691 110.328C-133.691 77.128 -122.927 134.874 -122.927 134.874C-114.127 169.274 18.746 125.128 18.746 125.128C18.746 125.128 187.547 94.728 198.747 90.728C209.947 86.728 300.783 92.764 300.783 92.764L295.547 73.419C230.747 27.019 215.547 53.128 201.947 49.128C188.347 45.128 190.747 54.728 187.547 55.528C184.347 56.328 145.147 31.528 138.747 32.328z', + path: 'M138.747 32.328C132.347 33.128 106.383 9.677 121.947 41.128C141.147 79.928 63.546 80.328 46.746 69.128C29.946 57.928 53.946 87.528 53.946 87.528C72.346 107.528 37.946 90.728 37.946 90.728C3.546 77.928 -20.454 103.528 -23.654 104.328C-26.854 105.128 -31.654 108.328 -32.454 101.928C-33.254 95.528 -40.108 79.665 -72.454 105.128C-98.636 125.456 -110.891 106.183 -110.891 106.183L-115.691 110.328C-133.691 77.128 -122.927 134.874 -122.927 134.874C-114.127 169.274 18.746 125.128 18.746 125.128C18.746 125.128 187.547 94.728 198.747 90.728C209.947 86.728 300.783 92.764 300.783 92.764L295.547 73.419C230.747 27.019 215.547 53.128 201.947 49.128C188.347 45.128 190.747 54.728 187.547 55.528C184.347 56.328 145.147 31.528 138.747 32.328z', stroke: 'none', - fill: '#f1b288' + fill: '#f1b288', }, { type: 'path', - path: - 'M140.056 34.073C133.655 34.873 107.313 11.613 123.255 42.873C143.656 82.874 64.855 82.074 48.055 70.874C31.255 59.674 55.255 89.274 55.255 89.274C73.655 109.274 39.255 92.474 39.255 92.474C4.855 79.674 -19.145 105.274 -22.345 106.074C-25.545 106.874 -30.345 110.074 -31.145 103.674C-31.945 97.274 -38.668 81.578 -71.145 106.874C-98.564 127.947 -110.509 109.219 -110.509 109.219L-115.709 111.874C-131.709 81.674 -122.273 137.929 -122.273 137.929C-113.473 172.329 20.055 126.874 20.055 126.874C20.055 126.874 188.856 96.474 200.056 92.474C211.256 88.474 301.22 94.437 301.22 94.437L296.056 74.583C231.256 28.183 216.856 54.874 203.256 50.874C189.656 46.873 192.056 56.474 188.856 57.274C185.656 58.074 146.456 33.273 140.056 34.073z', + path: 'M140.056 34.073C133.655 34.873 107.313 11.613 123.255 42.873C143.656 82.874 64.855 82.074 48.055 70.874C31.255 59.674 55.255 89.274 55.255 89.274C73.655 109.274 39.255 92.474 39.255 92.474C4.855 79.674 -19.145 105.274 -22.345 106.074C-25.545 106.874 -30.345 110.074 -31.145 103.674C-31.945 97.274 -38.668 81.578 -71.145 106.874C-98.564 127.947 -110.509 109.219 -110.509 109.219L-115.709 111.874C-131.709 81.674 -122.273 137.929 -122.273 137.929C-113.473 172.329 20.055 126.874 20.055 126.874C20.055 126.874 188.856 96.474 200.056 92.474C211.256 88.474 301.22 94.437 301.22 94.437L296.056 74.583C231.256 28.183 216.856 54.874 203.256 50.874C189.656 46.873 192.056 56.474 188.856 57.274C185.656 58.074 146.456 33.273 140.056 34.073z', stroke: 'none', - fill: '#f3bf9c' + fill: '#f3bf9c', }, { type: 'path', - path: - 'M141.365 35.819C134.965 36.619 107.523 13.944 124.565 44.619C146.565 84.219 66.164 83.819 49.364 72.619C32.564 61.419 56.564 91.019 56.564 91.019C74.964 111.019 40.564 94.219 40.564 94.219C6.164 81.419 -17.836 107.019 -21.036 107.819C-24.236 108.619 -29.036 111.819 -29.836 105.419C-30.636 99.019 -37.227 83.492 -69.836 108.619C-98.491 130.438 -110.127 112.256 -110.127 112.256L-115.727 113.419C-130.128 85.019 -121.618 140.983 -121.618 140.983C-112.818 175.384 21.364 128.619 21.364 128.619C21.364 128.619 190.165 98.219 201.365 94.219C212.565 90.219 301.656 96.11 301.656 96.11L296.565 75.746C231.765 29.346 218.165 56.619 204.565 52.619C190.965 48.619 193.365 58.219 190.165 59.019C186.965 59.819 147.765 35.019 141.365 35.819z', + path: 'M141.365 35.819C134.965 36.619 107.523 13.944 124.565 44.619C146.565 84.219 66.164 83.819 49.364 72.619C32.564 61.419 56.564 91.019 56.564 91.019C74.964 111.019 40.564 94.219 40.564 94.219C6.164 81.419 -17.836 107.019 -21.036 107.819C-24.236 108.619 -29.036 111.819 -29.836 105.419C-30.636 99.019 -37.227 83.492 -69.836 108.619C-98.491 130.438 -110.127 112.256 -110.127 112.256L-115.727 113.419C-130.128 85.019 -121.618 140.983 -121.618 140.983C-112.818 175.384 21.364 128.619 21.364 128.619C21.364 128.619 190.165 98.219 201.365 94.219C212.565 90.219 301.656 96.11 301.656 96.11L296.565 75.746C231.765 29.346 218.165 56.619 204.565 52.619C190.965 48.619 193.365 58.219 190.165 59.019C186.965 59.819 147.765 35.019 141.365 35.819z', stroke: 'none', - fill: '#f5ccb0' + fill: '#f5ccb0', }, { type: 'path', - path: - 'M142.674 37.565C136.274 38.365 108.832 15.689 125.874 46.365C147.874 85.965 67.474 85.565 50.674 74.365C33.874 63.165 57.874 92.765 57.874 92.765C76.274 112.765 41.874 95.965 41.874 95.965C7.473 83.165 -16.527 108.765 -19.727 109.565C-22.927 110.365 -27.727 113.565 -28.527 107.165C-29.327 100.765 -35.786 85.405 -68.527 110.365C-98.418 132.929 -109.745 115.293 -109.745 115.293L-115.745 114.965C-129.346 88.564 -120.963 144.038 -120.963 144.038C-112.163 178.438 22.673 130.365 22.673 130.365C22.673 130.365 191.474 99.965 202.674 95.965C213.874 91.965 302.093 97.783 302.093 97.783L297.075 76.91C232.274 30.51 219.474 58.365 205.874 54.365C192.274 50.365 194.674 59.965 191.474 60.765C188.274 61.565 149.074 36.765 142.674 37.565z', + path: 'M142.674 37.565C136.274 38.365 108.832 15.689 125.874 46.365C147.874 85.965 67.474 85.565 50.674 74.365C33.874 63.165 57.874 92.765 57.874 92.765C76.274 112.765 41.874 95.965 41.874 95.965C7.473 83.165 -16.527 108.765 -19.727 109.565C-22.927 110.365 -27.727 113.565 -28.527 107.165C-29.327 100.765 -35.786 85.405 -68.527 110.365C-98.418 132.929 -109.745 115.293 -109.745 115.293L-115.745 114.965C-129.346 88.564 -120.963 144.038 -120.963 144.038C-112.163 178.438 22.673 130.365 22.673 130.365C22.673 130.365 191.474 99.965 202.674 95.965C213.874 91.965 302.093 97.783 302.093 97.783L297.075 76.91C232.274 30.51 219.474 58.365 205.874 54.365C192.274 50.365 194.674 59.965 191.474 60.765C188.274 61.565 149.074 36.765 142.674 37.565z', stroke: 'none', - fill: '#f8d8c4' + fill: '#f8d8c4', }, { type: 'path', - path: - 'M143.983 39.31C137.583 40.11 110.529 17.223 127.183 48.11C149.183 88.91 68.783 87.31 51.983 76.11C35.183 64.91 59.183 94.51 59.183 94.51C77.583 114.51 43.183 97.71 43.183 97.71C8.783 84.91 -15.217 110.51 -18.417 111.31C-21.618 112.11 -26.418 115.31 -27.218 108.91C-28.018 102.51 -34.346 87.318 -67.218 112.11C-98.345 135.42 -109.363 118.329 -109.363 118.329L-115.764 116.51C-128.764 92.51 -120.309 147.093 -120.309 147.093C-111.509 181.493 23.983 132.11 23.983 132.11C23.983 132.11 192.783 101.71 203.983 97.71C215.183 93.71 302.529 99.456 302.529 99.456L297.583 78.074C232.783 31.673 220.783 60.11 207.183 56.11C193.583 52.11 195.983 61.71 192.783 62.51C189.583 63.31 150.383 38.51 143.983 39.31z', + path: 'M143.983 39.31C137.583 40.11 110.529 17.223 127.183 48.11C149.183 88.91 68.783 87.31 51.983 76.11C35.183 64.91 59.183 94.51 59.183 94.51C77.583 114.51 43.183 97.71 43.183 97.71C8.783 84.91 -15.217 110.51 -18.417 111.31C-21.618 112.11 -26.418 115.31 -27.218 108.91C-28.018 102.51 -34.346 87.318 -67.218 112.11C-98.345 135.42 -109.363 118.329 -109.363 118.329L-115.764 116.51C-128.764 92.51 -120.309 147.093 -120.309 147.093C-111.509 181.493 23.983 132.11 23.983 132.11C23.983 132.11 192.783 101.71 203.983 97.71C215.183 93.71 302.529 99.456 302.529 99.456L297.583 78.074C232.783 31.673 220.783 60.11 207.183 56.11C193.583 52.11 195.983 61.71 192.783 62.51C189.583 63.31 150.383 38.51 143.983 39.31z', stroke: 'none', - fill: '#fae5d7' + fill: '#fae5d7', }, { type: 'path', - path: - 'M145.292 41.055C138.892 41.855 112.917 18.411 128.492 49.855C149.692 92.656 70.092 89.056 53.292 77.856C36.492 66.656 60.492 96.256 60.492 96.256C78.892 116.256 44.492 99.456 44.492 99.456C10.092 86.656 -13.908 112.256 -17.108 113.056C-20.308 113.856 -25.108 117.056 -25.908 110.656C-26.708 104.256 -32.905 89.232 -65.908 113.856C-98.273 137.911 -108.982 121.365 -108.982 121.365L-115.782 118.056C-128.582 94.856 -119.654 150.147 -119.654 150.147C-110.854 184.547 25.292 133.856 25.292 133.856C25.292 133.856 194.093 103.456 205.293 99.456C216.493 95.456 302.965 101.128 302.965 101.128L298.093 79.237C233.292 32.837 222.093 61.856 208.493 57.856C194.893 53.855 197.293 63.456 194.093 64.256C190.892 65.056 151.692 40.255 145.292 41.055z', + path: 'M145.292 41.055C138.892 41.855 112.917 18.411 128.492 49.855C149.692 92.656 70.092 89.056 53.292 77.856C36.492 66.656 60.492 96.256 60.492 96.256C78.892 116.256 44.492 99.456 44.492 99.456C10.092 86.656 -13.908 112.256 -17.108 113.056C-20.308 113.856 -25.108 117.056 -25.908 110.656C-26.708 104.256 -32.905 89.232 -65.908 113.856C-98.273 137.911 -108.982 121.365 -108.982 121.365L-115.782 118.056C-128.582 94.856 -119.654 150.147 -119.654 150.147C-110.854 184.547 25.292 133.856 25.292 133.856C25.292 133.856 194.093 103.456 205.293 99.456C216.493 95.456 302.965 101.128 302.965 101.128L298.093 79.237C233.292 32.837 222.093 61.856 208.493 57.856C194.893 53.855 197.293 63.456 194.093 64.256C190.892 65.056 151.692 40.255 145.292 41.055z', stroke: 'none', - fill: '#fcf2eb' + fill: '#fcf2eb', }, { type: 'path', - path: - 'M-115.8 119.601C-128.6 97.6 -119 153.201 -119 153.201C-110.2 187.601 26.6 135.601 26.6 135.601C26.6 135.601 195.401 105.2 206.601 101.2C217.801 97.2 303.401 102.8 303.401 102.8L298.601 80.4C233.801 34 223.401 63.6 209.801 59.6C196.201 55.6 198.601 65.2 195.401 66C192.201 66.8 153.001 42 146.601 42.8C140.201 43.6 114.981 19.793 129.801 51.6C152.028 99.307 69.041 89.227 54.6 79.6C37.8 68.4 61.8 98 61.8 98C80.2 118.001 45.8 101.2 45.8 101.2C11.4 88.4 -12.6 114.001 -15.8 114.801C-19 115.601 -23.8 118.801 -24.6 112.401C-25.4 106 -31.465 91.144 -64.6 115.601C-98.2 140.401 -108.6 124.401 -108.6 124.401L-115.8 119.601z', + path: 'M-115.8 119.601C-128.6 97.6 -119 153.201 -119 153.201C-110.2 187.601 26.6 135.601 26.6 135.601C26.6 135.601 195.401 105.2 206.601 101.2C217.801 97.2 303.401 102.8 303.401 102.8L298.601 80.4C233.801 34 223.401 63.6 209.801 59.6C196.201 55.6 198.601 65.2 195.401 66C192.201 66.8 153.001 42 146.601 42.8C140.201 43.6 114.981 19.793 129.801 51.6C152.028 99.307 69.041 89.227 54.6 79.6C37.8 68.4 61.8 98 61.8 98C80.2 118.001 45.8 101.2 45.8 101.2C11.4 88.4 -12.6 114.001 -15.8 114.801C-19 115.601 -23.8 118.801 -24.6 112.401C-25.4 106 -31.465 91.144 -64.6 115.601C-98.2 140.401 -108.6 124.401 -108.6 124.401L-115.8 119.601z', stroke: 'none', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-74.2 149.601C-74.2 149.601 -81.4 161.201 -60.6 174.401C-60.6 174.401 -59.2 175.801 -77.2 171.601C-77.2 171.601 -83.4 169.601 -85 159.201C-85 159.201 -89.8 154.801 -94.6 149.201C-99.4 143.601 -74.2 149.601 -74.2 149.601z', + path: 'M-74.2 149.601C-74.2 149.601 -81.4 161.201 -60.6 174.401C-60.6 174.401 -59.2 175.801 -77.2 171.601C-77.2 171.601 -83.4 169.601 -85 159.201C-85 159.201 -89.8 154.801 -94.6 149.201C-99.4 143.601 -74.2 149.601 -74.2 149.601z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M65.8 102C65.8 102 83.498 128.821 82.9 133.601C81.6 144.001 81.4 153.601 84.6 157.601C87.801 161.601 96.601 194.801 96.601 194.801C96.601 194.801 96.201 196.001 108.601 158.001C108.601 158.001 120.201 142.001 100.201 123.601C100.201 123.601 65 94.8 65.8 102z', + path: 'M65.8 102C65.8 102 83.498 128.821 82.9 133.601C81.6 144.001 81.4 153.601 84.6 157.601C87.801 161.601 96.601 194.801 96.601 194.801C96.601 194.801 96.201 196.001 108.601 158.001C108.601 158.001 120.201 142.001 100.201 123.601C100.201 123.601 65 94.8 65.8 102z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-54.2 176.401C-54.2 176.401 -43 183.601 -57.4 214.801L-51 212.401C-51 212.401 -51.8 223.601 -55 226.001L-47.8 222.801C-47.8 222.801 -43 230.801 -47 235.601C-47 235.601 -30.2 243.601 -31 250.001C-31 250.001 -24.6 242.001 -28.6 235.601C-32.6 229.201 -39.8 233.201 -39 214.801L-47.8 218.001C-47.8 218.001 -42.2 209.201 -42.2 202.801L-50.2 205.201C-50.2 205.201 -34.731 178.623 -45.4 177.201C-51.4 176.401 -54.2 176.401 -54.2 176.401z', + path: 'M-54.2 176.401C-54.2 176.401 -43 183.601 -57.4 214.801L-51 212.401C-51 212.401 -51.8 223.601 -55 226.001L-47.8 222.801C-47.8 222.801 -43 230.801 -47 235.601C-47 235.601 -30.2 243.601 -31 250.001C-31 250.001 -24.6 242.001 -28.6 235.601C-32.6 229.201 -39.8 233.201 -39 214.801L-47.8 218.001C-47.8 218.001 -42.2 209.201 -42.2 202.801L-50.2 205.201C-50.2 205.201 -34.731 178.623 -45.4 177.201C-51.4 176.401 -54.2 176.401 -54.2 176.401z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-21.8 193.201C-21.8 193.201 -19 188.801 -21.8 189.601C-24.6 190.401 -55.8 205.201 -61.8 214.801C-61.8 214.801 -27.4 190.401 -21.8 193.201z', + path: 'M-21.8 193.201C-21.8 193.201 -19 188.801 -21.8 189.601C-24.6 190.401 -55.8 205.201 -61.8 214.801C-61.8 214.801 -27.4 190.401 -21.8 193.201z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-11.4 201.201C-11.4 201.201 -8.6 196.801 -11.4 197.601C-14.2 198.401 -45.4 213.201 -51.4 222.801C-51.4 222.801 -17 198.401 -11.4 201.201z', + path: 'M-11.4 201.201C-11.4 201.201 -8.6 196.801 -11.4 197.601C-14.2 198.401 -45.4 213.201 -51.4 222.801C-51.4 222.801 -17 198.401 -11.4 201.201z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M1.8 186.001C1.8 186.001 4.6 181.601 1.8 182.401C-1 183.201 -32.2 198.001 -38.2 207.601C-38.2 207.601 -3.8 183.201 1.8 186.001z', + path: 'M1.8 186.001C1.8 186.001 4.6 181.601 1.8 182.401C-1 183.201 -32.2 198.001 -38.2 207.601C-38.2 207.601 -3.8 183.201 1.8 186.001z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-21.4 229.601C-21.4 229.601 -21.4 223.601 -24.2 224.401C-27 225.201 -63 242.801 -69 252.401C-69 252.401 -27 226.801 -21.4 229.601z', + path: 'M-21.4 229.601C-21.4 229.601 -21.4 223.601 -24.2 224.401C-27 225.201 -63 242.801 -69 252.401C-69 252.401 -27 226.801 -21.4 229.601z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-20.2 218.801C-20.2 218.801 -19 214.001 -21.8 214.801C-23.8 214.801 -50.2 226.401 -56.2 236.001C-56.2 236.001 -26.6 214.401 -20.2 218.801z', + path: 'M-20.2 218.801C-20.2 218.801 -19 214.001 -21.8 214.801C-23.8 214.801 -50.2 226.401 -56.2 236.001C-56.2 236.001 -26.6 214.401 -20.2 218.801z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-34.6 266.401L-44.6 274.001C-44.6 274.001 -34.2 266.401 -30.6 267.601C-30.6 267.601 -37.4 278.801 -38.2 284.001C-38.2 284.001 -27.8 271.201 -22.2 271.601C-22.2 271.601 -14.6 272.001 -14.6 282.801C-14.6 282.801 -9 272.401 -5.8 272.801C-5.8 272.801 -4.6 279.201 -5.8 286.001C-5.8 286.001 -1.8 278.401 2.2 280.001C2.2 280.001 8.6 278.001 7.8 289.601C7.8 289.601 7.8 300.001 7 302.801C7 302.801 12.6 276.401 15 276.001C15 276.001 23 274.801 27.8 283.601C27.8 283.601 23.8 276.001 28.6 278.001C28.6 278.001 39.4 279.601 42.6 286.401C42.6 286.401 35.8 274.401 41.4 277.601C41.4 277.601 48.2 277.601 49.4 284.001C49.4 284.001 57.8 305.201 59.8 306.801C59.8 306.801 52.2 285.201 53.8 285.201C53.8 285.201 51.8 273.201 57 288.001C57 288.001 53.8 274.001 59.4 274.801C65 275.601 69.4 285.601 77.8 283.201C77.8 283.201 87.401 288.801 89.401 219.601L-34.6 266.401z', + path: 'M-34.6 266.401L-44.6 274.001C-44.6 274.001 -34.2 266.401 -30.6 267.601C-30.6 267.601 -37.4 278.801 -38.2 284.001C-38.2 284.001 -27.8 271.201 -22.2 271.601C-22.2 271.601 -14.6 272.001 -14.6 282.801C-14.6 282.801 -9 272.401 -5.8 272.801C-5.8 272.801 -4.6 279.201 -5.8 286.001C-5.8 286.001 -1.8 278.401 2.2 280.001C2.2 280.001 8.6 278.001 7.8 289.601C7.8 289.601 7.8 300.001 7 302.801C7 302.801 12.6 276.401 15 276.001C15 276.001 23 274.801 27.8 283.601C27.8 283.601 23.8 276.001 28.6 278.001C28.6 278.001 39.4 279.601 42.6 286.401C42.6 286.401 35.8 274.401 41.4 277.601C41.4 277.601 48.2 277.601 49.4 284.001C49.4 284.001 57.8 305.201 59.8 306.801C59.8 306.801 52.2 285.201 53.8 285.201C53.8 285.201 51.8 273.201 57 288.001C57 288.001 53.8 274.001 59.4 274.801C65 275.601 69.4 285.601 77.8 283.201C77.8 283.201 87.401 288.801 89.401 219.601L-34.6 266.401z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-29.8 173.601C-29.8 173.601 -15 167.601 25 173.601C25 173.601 32.2 174.001 39 165.201C45.8 156.401 72.6 149.201 79 151.201L88.601 157.601L89.401 158.801C89.401 158.801 101.801 169.201 102.201 176.801C102.601 184.401 87.801 232.401 78.2 248.401C68.6 264.401 59 276.801 39.8 274.401C39.8 274.401 19 270.401 -6.6 274.401C-6.6 274.401 -35.8 272.801 -38.6 264.801C-41.4 256.801 -27.4 241.601 -27.4 241.601C-27.4 241.601 -23 233.201 -24.2 218.801C-25.4 204.401 -25 176.401 -29.8 173.601z', + path: 'M-29.8 173.601C-29.8 173.601 -15 167.601 25 173.601C25 173.601 32.2 174.001 39 165.201C45.8 156.401 72.6 149.201 79 151.201L88.601 157.601L89.401 158.801C89.401 158.801 101.801 169.201 102.201 176.801C102.601 184.401 87.801 232.401 78.2 248.401C68.6 264.401 59 276.801 39.8 274.401C39.8 274.401 19 270.401 -6.6 274.401C-6.6 274.401 -35.8 272.801 -38.6 264.801C-41.4 256.801 -27.4 241.601 -27.4 241.601C-27.4 241.601 -23 233.201 -24.2 218.801C-25.4 204.401 -25 176.401 -29.8 173.601z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-7.8 175.601C0.6 194.001 -29 259.201 -29 259.201C-31 260.801 -16.34 266.846 -6.2 264.401C4.746 261.763 45 266.001 45 266.001C68.6 250.401 81.4 206.001 81.4 206.001C81.4 206.001 91.801 182.001 74.2 178.801C56.6 175.601 -7.8 175.601 -7.8 175.601z', + path: 'M-7.8 175.601C0.6 194.001 -29 259.201 -29 259.201C-31 260.801 -16.34 266.846 -6.2 264.401C4.746 261.763 45 266.001 45 266.001C68.6 250.401 81.4 206.001 81.4 206.001C81.4 206.001 91.801 182.001 74.2 178.801C56.6 175.601 -7.8 175.601 -7.8 175.601z', stroke: 'none', - fill: '#e5668c' + fill: '#e5668c', }, { type: 'path', - path: - 'M-9.831 206.497C-6.505 193.707 -4.921 181.906 -7.8 175.601C-7.8 175.601 54.6 182.001 65.8 161.201C70.041 153.326 84.801 184.001 84.4 193.601C84.4 193.601 21.4 208.001 6.6 196.801L-9.831 206.497z', + path: 'M-9.831 206.497C-6.505 193.707 -4.921 181.906 -7.8 175.601C-7.8 175.601 54.6 182.001 65.8 161.201C70.041 153.326 84.801 184.001 84.4 193.601C84.4 193.601 21.4 208.001 6.6 196.801L-9.831 206.497z', stroke: 'none', - fill: '#b23259' + fill: '#b23259', }, { type: 'path', - path: - 'M-5.4 222.801C-5.4 222.801 -3.4 230.001 -5.8 234.001C-5.8 234.001 -7.4 234.801 -8.6 235.201C-8.6 235.201 -7.4 238.801 -1.4 240.401C-1.4 240.401 0.6 244.801 3 245.201C5.4 245.601 10.2 251.201 14.2 250.001C18.2 248.801 29.4 244.801 29.4 244.801C29.4 244.801 35 241.601 43.8 245.201C43.8 245.201 46.175 244.399 46.6 240.401C47.1 235.701 50.2 232.001 52.2 230.001C54.2 228.001 63.8 215.201 62.6 214.801C61.4 214.401 -5.4 222.801 -5.4 222.801z', + path: 'M-5.4 222.801C-5.4 222.801 -3.4 230.001 -5.8 234.001C-5.8 234.001 -7.4 234.801 -8.6 235.201C-8.6 235.201 -7.4 238.801 -1.4 240.401C-1.4 240.401 0.6 244.801 3 245.201C5.4 245.601 10.2 251.201 14.2 250.001C18.2 248.801 29.4 244.801 29.4 244.801C29.4 244.801 35 241.601 43.8 245.201C43.8 245.201 46.175 244.399 46.6 240.401C47.1 235.701 50.2 232.001 52.2 230.001C54.2 228.001 63.8 215.201 62.6 214.801C61.4 214.401 -5.4 222.801 -5.4 222.801z', stroke: 'none', - fill: '#a5264c' + fill: '#a5264c', }, { type: 'path', - path: - 'M-9.8 174.401C-9.8 174.401 -12.6 196.801 -9.4 205.201C-6.2 213.601 -7 215.601 -7.8 219.601C-8.6 223.601 -4.2 233.601 1.4 239.601L13.4 241.201C13.4 241.201 28.6 237.601 37.8 240.401C37.8 240.401 46.794 241.744 50.2 226.801C50.2 226.801 55 220.401 62.2 217.601C69.4 214.801 76.6 173.201 72.6 165.201C68.6 157.201 54.2 152.801 38.2 168.401C22.2 184.001 20.2 167.201 -9.8 174.401z', + path: 'M-9.8 174.401C-9.8 174.401 -12.6 196.801 -9.4 205.201C-6.2 213.601 -7 215.601 -7.8 219.601C-8.6 223.601 -4.2 233.601 1.4 239.601L13.4 241.201C13.4 241.201 28.6 237.601 37.8 240.401C37.8 240.401 46.794 241.744 50.2 226.801C50.2 226.801 55 220.401 62.2 217.601C69.4 214.801 76.6 173.201 72.6 165.201C68.6 157.201 54.2 152.801 38.2 168.401C22.2 184.001 20.2 167.201 -9.8 174.401z', stroke: '#000', - fill: '#ff727f' + fill: '#ff727f', }, { type: 'path', - path: - 'M-8.2 249.201C-8.2 249.201 -9 247.201 -13.4 246.801C-13.4 246.801 -35.8 243.201 -44.2 230.801C-44.2 230.801 -51 225.201 -46.6 236.801C-46.6 236.801 -36.2 257.201 -29.4 260.001C-29.4 260.001 -13 264.001 -8.2 249.201z', + path: 'M-8.2 249.201C-8.2 249.201 -9 247.201 -13.4 246.801C-13.4 246.801 -35.8 243.201 -44.2 230.801C-44.2 230.801 -51 225.201 -46.6 236.801C-46.6 236.801 -36.2 257.201 -29.4 260.001C-29.4 260.001 -13 264.001 -8.2 249.201z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M71.742 185.229C72.401 177.323 74.354 168.709 72.6 165.201C66.154 152.307 49.181 157.695 38.2 168.401C22.2 184.001 20.2 167.201 -9.8 174.401C-9.8 174.401 -11.545 188.364 -10.705 198.376C-10.705 198.376 26.6 186.801 27.4 192.401C27.4 192.401 29 189.201 38.2 189.201C47.4 189.201 70.142 188.029 71.742 185.229z', + path: 'M71.742 185.229C72.401 177.323 74.354 168.709 72.6 165.201C66.154 152.307 49.181 157.695 38.2 168.401C22.2 184.001 20.2 167.201 -9.8 174.401C-9.8 174.401 -11.545 188.364 -10.705 198.376C-10.705 198.376 26.6 186.801 27.4 192.401C27.4 192.401 29 189.201 38.2 189.201C47.4 189.201 70.142 188.029 71.742 185.229z', stroke: 'none', - fill: '#cc3f4c' + fill: '#cc3f4c', }, { type: 'path', - path: - 'M28.6 175.201C28.6 175.201 33.4 180.001 29.8 189.601C29.8 189.601 15.4 205.601 17.4 219.601', + path: 'M28.6 175.201C28.6 175.201 33.4 180.001 29.8 189.601C29.8 189.601 15.4 205.601 17.4 219.601', 'stroke-width': '2', stroke: '#a51926', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-19.4 260.001C-19.4 260.001 -23.8 247.201 -15 254.001C-15 254.001 -10.2 256.001 -11.4 257.601C-12.6 259.201 -18.2 263.201 -19.4 260.001z', + path: 'M-19.4 260.001C-19.4 260.001 -23.8 247.201 -15 254.001C-15 254.001 -10.2 256.001 -11.4 257.601C-12.6 259.201 -18.2 263.201 -19.4 260.001z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-14.36 261.201C-14.36 261.201 -17.88 250.961 -10.84 256.401C-10.84 256.401 -6.419 258.849 -7.96 259.281C-12.52 260.561 -7.96 263.121 -14.36 261.201z', + path: 'M-14.36 261.201C-14.36 261.201 -17.88 250.961 -10.84 256.401C-10.84 256.401 -6.419 258.849 -7.96 259.281C-12.52 260.561 -7.96 263.121 -14.36 261.201z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-9.56 261.201C-9.56 261.201 -13.08 250.961 -6.04 256.401C-6.04 256.401 -1.665 258.711 -3.16 259.281C-6.52 260.561 -3.16 263.121 -9.56 261.201z', + path: 'M-9.56 261.201C-9.56 261.201 -13.08 250.961 -6.04 256.401C-6.04 256.401 -1.665 258.711 -3.16 259.281C-6.52 260.561 -3.16 263.121 -9.56 261.201z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-2.96 261.401C-2.96 261.401 -6.48 251.161 0.56 256.601C0.56 256.601 4.943 258.933 3.441 259.481C0.48 260.561 3.441 263.321 -2.96 261.401z', + path: 'M-2.96 261.401C-2.96 261.401 -6.48 251.161 0.56 256.601C0.56 256.601 4.943 258.933 3.441 259.481C0.48 260.561 3.441 263.321 -2.96 261.401z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M3.52 261.321C3.52 261.321 0 251.081 7.041 256.521C7.041 256.521 10.881 258.121 9.921 259.401C8.961 260.681 9.921 263.241 3.52 261.321z', + path: 'M3.52 261.321C3.52 261.321 0 251.081 7.041 256.521C7.041 256.521 10.881 258.121 9.921 259.401C8.961 260.681 9.921 263.241 3.52 261.321z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M10.2 262.001C10.2 262.001 5.4 249.601 14.6 256.001C14.6 256.001 19.4 258.001 18.2 259.601C17 261.201 18.2 264.401 10.2 262.001z', + path: 'M10.2 262.001C10.2 262.001 5.4 249.601 14.6 256.001C14.6 256.001 19.4 258.001 18.2 259.601C17 261.201 18.2 264.401 10.2 262.001z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-18.2 244.801C-18.2 244.801 -5 242.001 1 245.201C1 245.201 7 246.401 8.2 246.001C9.4 245.601 12.6 245.201 12.6 245.201', + path: 'M-18.2 244.801C-18.2 244.801 -5 242.001 1 245.201C1 245.201 7 246.401 8.2 246.001C9.4 245.601 12.6 245.201 12.6 245.201', 'stroke-width': '2', stroke: '#a5264c', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M15.8 253.601C15.8 253.601 27.8 240.001 39.8 244.401C46.816 246.974 45.8 243.601 46.6 240.801C47.4 238.001 47.6 233.801 52.6 230.801', + path: 'M15.8 253.601C15.8 253.601 27.8 240.001 39.8 244.401C46.816 246.974 45.8 243.601 46.6 240.801C47.4 238.001 47.6 233.801 52.6 230.801', 'stroke-width': '2', stroke: '#a5264c', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M33 237.601C33 237.601 29 226.801 26.2 239.601C23.4 252.401 20.2 256.001 18.6 258.801C18.6 258.801 18.6 264.001 27 263.601C27 263.601 37.8 263.201 38.2 260.401C38.6 257.601 37 246.001 33 237.601z', + path: 'M33 237.601C33 237.601 29 226.801 26.2 239.601C23.4 252.401 20.2 256.001 18.6 258.801C18.6 258.801 18.6 264.001 27 263.601C27 263.601 37.8 263.201 38.2 260.401C38.6 257.601 37 246.001 33 237.601z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', path: 'M47 244.801C47 244.801 50.6 242.401 53 243.601', 'stroke-width': '2', stroke: '#a5264c', - fill: '#000' + fill: '#000', }, { type: 'path', path: 'M53.5 228.401C53.5 228.401 56.4 223.501 61.2 222.701', 'stroke-width': '2', stroke: '#a5264c', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-25.8 265.201C-25.8 265.201 -7.8 268.401 -3.4 266.801C-3.4 266.801 5.4 266.801 -3 268.801C-3 268.801 -15.8 268.801 -23.8 267.601C-23.8 267.601 -35.4 262.001 -25.8 265.201z', + path: 'M-25.8 265.201C-25.8 265.201 -7.8 268.401 -3.4 266.801C-3.4 266.801 5.4 266.801 -3 268.801C-3 268.801 -15.8 268.801 -23.8 267.601C-23.8 267.601 -35.4 262.001 -25.8 265.201z', stroke: 'none', - fill: '#b2b2b2' + fill: '#b2b2b2', }, { type: 'path', - path: - 'M-11.8 172.001C-11.8 172.001 5.8 172.001 7.8 172.801C7.8 172.801 15 203.601 11.4 211.201C11.4 211.201 10.2 214.001 7.4 208.401C7.4 208.401 -11 175.601 -14.2 173.601C-17.4 171.601 -13 172.001 -11.8 172.001z', + path: 'M-11.8 172.001C-11.8 172.001 5.8 172.001 7.8 172.801C7.8 172.801 15 203.601 11.4 211.201C11.4 211.201 10.2 214.001 7.4 208.401C7.4 208.401 -11 175.601 -14.2 173.601C-17.4 171.601 -13 172.001 -11.8 172.001z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-88.9 169.301C-88.9 169.301 -80 171.001 -67.4 173.601C-67.4 173.601 -62.6 196.001 -59.4 200.801C-56.2 205.601 -59.8 205.601 -63.4 202.801C-67 200.001 -81.8 186.001 -83.8 181.601C-85.8 177.201 -88.9 169.301 -88.9 169.301z', + path: 'M-88.9 169.301C-88.9 169.301 -80 171.001 -67.4 173.601C-67.4 173.601 -62.6 196.001 -59.4 200.801C-56.2 205.601 -59.8 205.601 -63.4 202.801C-67 200.001 -81.8 186.001 -83.8 181.601C-85.8 177.201 -88.9 169.301 -88.9 169.301z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-67.039 173.818C-67.039 173.818 -61.239 175.366 -60.23 177.581C-59.222 179.795 -61.432 183.092 -61.432 183.092C-61.432 183.092 -62.432 186.397 -63.634 184.235C-64.836 182.072 -67.708 174.412 -67.039 173.818z', + path: 'M-67.039 173.818C-67.039 173.818 -61.239 175.366 -60.23 177.581C-59.222 179.795 -61.432 183.092 -61.432 183.092C-61.432 183.092 -62.432 186.397 -63.634 184.235C-64.836 182.072 -67.708 174.412 -67.039 173.818z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-67 173.601C-67 173.601 -63.4 178.801 -59.8 178.801C-56.2 178.801 -55.818 178.388 -53 179.001C-48.4 180.001 -48.8 178.001 -42.2 179.201C-39.56 179.681 -37 178.801 -34.2 180.001C-31.4 181.201 -28.2 180.401 -27 178.401C-25.8 176.401 -21 172.201 -21 172.201C-21 172.201 -33.8 174.001 -36.6 174.801C-36.6 174.801 -59 176.001 -67 173.601z', + path: 'M-67 173.601C-67 173.601 -63.4 178.801 -59.8 178.801C-56.2 178.801 -55.818 178.388 -53 179.001C-48.4 180.001 -48.8 178.001 -42.2 179.201C-39.56 179.681 -37 178.801 -34.2 180.001C-31.4 181.201 -28.2 180.401 -27 178.401C-25.8 176.401 -21 172.201 -21 172.201C-21 172.201 -33.8 174.001 -36.6 174.801C-36.6 174.801 -59 176.001 -67 173.601z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-22.4 173.801C-22.4 173.801 -28.85 177.301 -29.25 179.701C-29.65 182.101 -24 185.801 -24 185.801C-24 185.801 -21.25 190.401 -20.65 188.001C-20.05 185.601 -21.6 174.201 -22.4 173.801z', + path: 'M-22.4 173.801C-22.4 173.801 -28.85 177.301 -29.25 179.701C-29.65 182.101 -24 185.801 -24 185.801C-24 185.801 -21.25 190.401 -20.65 188.001C-20.05 185.601 -21.6 174.201 -22.4 173.801z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-59.885 179.265C-59.885 179.265 -52.878 190.453 -52.661 179.242C-52.661 179.242 -52.104 177.984 -53.864 177.962C-59.939 177.886 -58.418 173.784 -59.885 179.265z', + path: 'M-59.885 179.265C-59.885 179.265 -52.878 190.453 -52.661 179.242C-52.661 179.242 -52.104 177.984 -53.864 177.962C-59.939 177.886 -58.418 173.784 -59.885 179.265z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-52.707 179.514C-52.707 179.514 -44.786 190.701 -45.422 179.421C-45.422 179.421 -45.415 179.089 -47.168 178.936C-51.915 178.522 -51.57 174.004 -52.707 179.514z', + path: 'M-52.707 179.514C-52.707 179.514 -44.786 190.701 -45.422 179.421C-45.422 179.421 -45.415 179.089 -47.168 178.936C-51.915 178.522 -51.57 174.004 -52.707 179.514z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-45.494 179.522C-45.494 179.522 -37.534 190.15 -38.203 180.484C-38.203 180.484 -38.084 179.251 -39.738 178.95C-43.63 178.244 -43.841 174.995 -45.494 179.522z', + path: 'M-45.494 179.522C-45.494 179.522 -37.534 190.15 -38.203 180.484C-38.203 180.484 -38.084 179.251 -39.738 178.95C-43.63 178.244 -43.841 174.995 -45.494 179.522z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-38.618 179.602C-38.618 179.602 -30.718 191.163 -30.37 181.382C-30.37 181.382 -28.726 180.004 -30.472 179.782C-36.29 179.042 -35.492 174.588 -38.618 179.602z', + path: 'M-38.618 179.602C-38.618 179.602 -30.718 191.163 -30.37 181.382C-30.37 181.382 -28.726 180.004 -30.472 179.782C-36.29 179.042 -35.492 174.588 -38.618 179.602z', 'stroke-width': '0.5', stroke: '#000', - fill: '#ffffcc' + fill: '#ffffcc', }, { type: 'path', - path: - 'M-74.792 183.132L-82.45 181.601C-85.05 176.601 -87.15 170.451 -87.15 170.451C-87.15 170.451 -80.8 171.451 -68.3 174.251C-68.3 174.251 -67.424 177.569 -65.952 183.364L-74.792 183.132z', + path: 'M-74.792 183.132L-82.45 181.601C-85.05 176.601 -87.15 170.451 -87.15 170.451C-87.15 170.451 -80.8 171.451 -68.3 174.251C-68.3 174.251 -67.424 177.569 -65.952 183.364L-74.792 183.132z', stroke: 'none', - fill: '#e5e5b2' + fill: '#e5e5b2', }, { type: 'path', - path: - 'M-9.724 178.47C-11.39 175.964 -12.707 174.206 -13.357 173.8C-16.37 171.917 -12.227 172.294 -11.098 172.294C-11.098 172.294 5.473 172.294 7.356 173.047C7.356 173.047 7.88 175.289 8.564 178.68C8.564 178.68 -1.524 176.67 -9.724 178.47z', + path: 'M-9.724 178.47C-11.39 175.964 -12.707 174.206 -13.357 173.8C-16.37 171.917 -12.227 172.294 -11.098 172.294C-11.098 172.294 5.473 172.294 7.356 173.047C7.356 173.047 7.88 175.289 8.564 178.68C8.564 178.68 -1.524 176.67 -9.724 178.47z', stroke: 'none', - fill: '#e5e5b2' + fill: '#e5e5b2', }, { type: 'path', - path: - 'M43.88 40.321C71.601 44.281 97.121 8.641 98.881 -1.04C100.641 -10.72 90.521 -22.6 90.521 -22.6C91.841 -25.68 87.001 -39.76 81.721 -49C76.441 -58.24 60.54 -57.266 43 -58.24C27.16 -59.12 8.68 -35.8 7.36 -34.04C6.04 -32.28 12.2 6.001 13.52 11.721C14.84 17.441 12.2 43.841 12.2 43.841C46.44 34.741 16.16 36.361 43.88 40.321z', + path: 'M43.88 40.321C71.601 44.281 97.121 8.641 98.881 -1.04C100.641 -10.72 90.521 -22.6 90.521 -22.6C91.841 -25.68 87.001 -39.76 81.721 -49C76.441 -58.24 60.54 -57.266 43 -58.24C27.16 -59.12 8.68 -35.8 7.36 -34.04C6.04 -32.28 12.2 6.001 13.52 11.721C14.84 17.441 12.2 43.841 12.2 43.841C46.44 34.741 16.16 36.361 43.88 40.321z', stroke: 'none', - fill: '#cc7226' + fill: '#cc7226', }, { type: 'path', - path: - 'M8.088 -33.392C6.792 -31.664 12.84 5.921 14.136 11.537C15.432 17.153 12.84 43.073 12.84 43.073C45.512 34.193 16.728 35.729 43.944 39.617C71.161 43.505 96.217 8.513 97.945 -0.992C99.673 -10.496 89.737 -22.16 89.737 -22.16C91.033 -25.184 86.281 -39.008 81.097 -48.08C75.913 -57.152 60.302 -56.195 43.08 -57.152C27.528 -58.016 9.384 -35.12 8.088 -33.392z', + path: 'M8.088 -33.392C6.792 -31.664 12.84 5.921 14.136 11.537C15.432 17.153 12.84 43.073 12.84 43.073C45.512 34.193 16.728 35.729 43.944 39.617C71.161 43.505 96.217 8.513 97.945 -0.992C99.673 -10.496 89.737 -22.16 89.737 -22.16C91.033 -25.184 86.281 -39.008 81.097 -48.08C75.913 -57.152 60.302 -56.195 43.08 -57.152C27.528 -58.016 9.384 -35.12 8.088 -33.392z', stroke: 'none', - fill: '#ea8e51' + fill: '#ea8e51', }, { type: 'path', - path: - 'M8.816 -32.744C7.544 -31.048 13.48 5.841 14.752 11.353C16.024 16.865 13.48 42.305 13.48 42.305C44.884 33.145 17.296 35.097 44.008 38.913C70.721 42.729 95.313 8.385 97.009 -0.944C98.705 -10.272 88.953 -21.72 88.953 -21.72C90.225 -24.688 85.561 -38.256 80.473 -47.16C75.385 -56.064 60.063 -55.125 43.16 -56.064C27.896 -56.912 10.088 -34.44 8.816 -32.744z', + path: 'M8.816 -32.744C7.544 -31.048 13.48 5.841 14.752 11.353C16.024 16.865 13.48 42.305 13.48 42.305C44.884 33.145 17.296 35.097 44.008 38.913C70.721 42.729 95.313 8.385 97.009 -0.944C98.705 -10.272 88.953 -21.72 88.953 -21.72C90.225 -24.688 85.561 -38.256 80.473 -47.16C75.385 -56.064 60.063 -55.125 43.16 -56.064C27.896 -56.912 10.088 -34.44 8.816 -32.744z', stroke: 'none', - fill: '#efaa7c' + fill: '#efaa7c', }, { type: 'path', - path: - 'M9.544 -32.096C8.296 -30.432 14.12 5.761 15.368 11.169C16.616 16.577 14.12 41.537 14.12 41.537C43.556 32.497 17.864 34.465 44.072 38.209C70.281 41.953 94.409 8.257 96.073 -0.895C97.737 -10.048 88.169 -21.28 88.169 -21.28C89.417 -24.192 84.841 -37.504 79.849 -46.24C74.857 -54.976 59.824 -54.055 43.24 -54.976C28.264 -55.808 10.792 -33.76 9.544 -32.096z', + path: 'M9.544 -32.096C8.296 -30.432 14.12 5.761 15.368 11.169C16.616 16.577 14.12 41.537 14.12 41.537C43.556 32.497 17.864 34.465 44.072 38.209C70.281 41.953 94.409 8.257 96.073 -0.895C97.737 -10.048 88.169 -21.28 88.169 -21.28C89.417 -24.192 84.841 -37.504 79.849 -46.24C74.857 -54.976 59.824 -54.055 43.24 -54.976C28.264 -55.808 10.792 -33.76 9.544 -32.096z', stroke: 'none', - fill: '#f4c6a8' + fill: '#f4c6a8', }, { type: 'path', - path: - 'M10.272 -31.448C9.048 -29.816 14.76 5.681 15.984 10.985C17.208 16.289 14.76 40.769 14.76 40.769C42.628 31.849 18.432 33.833 44.136 37.505C69.841 41.177 93.505 8.129 95.137 -0.848C96.769 -9.824 87.385 -20.84 87.385 -20.84C88.609 -23.696 84.121 -36.752 79.225 -45.32C74.329 -53.888 59.585 -52.985 43.32 -53.888C28.632 -54.704 11.496 -33.08 10.272 -31.448z', + path: 'M10.272 -31.448C9.048 -29.816 14.76 5.681 15.984 10.985C17.208 16.289 14.76 40.769 14.76 40.769C42.628 31.849 18.432 33.833 44.136 37.505C69.841 41.177 93.505 8.129 95.137 -0.848C96.769 -9.824 87.385 -20.84 87.385 -20.84C88.609 -23.696 84.121 -36.752 79.225 -45.32C74.329 -53.888 59.585 -52.985 43.32 -53.888C28.632 -54.704 11.496 -33.08 10.272 -31.448z', stroke: 'none', - fill: '#f9e2d3' + fill: '#f9e2d3', }, { type: 'path', - path: - 'M44.2 36.8C69.4 40.4 92.601 8 94.201 -0.8C95.801 -9.6 86.601 -20.4 86.601 -20.4C87.801 -23.2 83.4 -36 78.6 -44.4C73.8 -52.8 59.346 -51.914 43.4 -52.8C29 -53.6 12.2 -32.4 11 -30.8C9.8 -29.2 15.4 5.6 16.6 10.8C17.8 16 15.4 40 15.4 40C40.9 31.4 19 33.2 44.2 36.8z', + path: 'M44.2 36.8C69.4 40.4 92.601 8 94.201 -0.8C95.801 -9.6 86.601 -20.4 86.601 -20.4C87.801 -23.2 83.4 -36 78.6 -44.4C73.8 -52.8 59.346 -51.914 43.4 -52.8C29 -53.6 12.2 -32.4 11 -30.8C9.8 -29.2 15.4 5.6 16.6 10.8C17.8 16 15.4 40 15.4 40C40.9 31.4 19 33.2 44.2 36.8z', stroke: 'none', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M90.601 2.8C90.601 2.8 62.8 10.4 51.2 8.8C51.2 8.8 35.4 2.2 26.6 24C26.6 24 23 31.2 21 33.2C19 35.2 90.601 2.8 90.601 2.8z', + path: 'M90.601 2.8C90.601 2.8 62.8 10.4 51.2 8.8C51.2 8.8 35.4 2.2 26.6 24C26.6 24 23 31.2 21 33.2C19 35.2 90.601 2.8 90.601 2.8z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M94.401 0.6C94.401 0.6 65.4 12.8 55.4 12.4C55.4 12.4 39 7.8 30.6 22.4C30.6 22.4 22.2 31.6 19 33.2C19 33.2 18.6 34.8 25 30.8L35.4 36C35.4 36 50.2 45.6 59.8 29.6C59.8 29.6 63.8 18.4 63.8 16.4C63.8 14.4 85 8.8 86.601 8.4C88.201 8 94.801 3.8 94.401 0.6z', + path: 'M94.401 0.6C94.401 0.6 65.4 12.8 55.4 12.4C55.4 12.4 39 7.8 30.6 22.4C30.6 22.4 22.2 31.6 19 33.2C19 33.2 18.6 34.8 25 30.8L35.4 36C35.4 36 50.2 45.6 59.8 29.6C59.8 29.6 63.8 18.4 63.8 16.4C63.8 14.4 85 8.8 86.601 8.4C88.201 8 94.801 3.8 94.401 0.6z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M47 36.514C40.128 36.514 31.755 32.649 31.755 26.4C31.755 20.152 40.128 13.887 47 13.887C53.874 13.887 59.446 18.952 59.446 25.2C59.446 31.449 53.874 36.514 47 36.514z', + path: 'M47 36.514C40.128 36.514 31.755 32.649 31.755 26.4C31.755 20.152 40.128 13.887 47 13.887C53.874 13.887 59.446 18.952 59.446 25.2C59.446 31.449 53.874 36.514 47 36.514z', stroke: 'none', - fill: '#99cc32' + fill: '#99cc32', }, { type: 'path', - path: - 'M43.377 19.83C38.531 20.552 33.442 22.055 33.514 21.839C35.054 17.22 41.415 13.887 47 13.887C51.296 13.887 55.084 15.865 57.32 18.875C57.32 18.875 52.004 18.545 43.377 19.83z', + path: 'M43.377 19.83C38.531 20.552 33.442 22.055 33.514 21.839C35.054 17.22 41.415 13.887 47 13.887C51.296 13.887 55.084 15.865 57.32 18.875C57.32 18.875 52.004 18.545 43.377 19.83z', stroke: 'none', - fill: '#659900' + fill: '#659900', }, { type: 'path', path: 'M55.4 19.6C55.4 19.6 51 16.4 51 18.6C51 18.6 54.6 23 55.4 19.6z', stroke: 'none', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M45.4 27.726C42.901 27.726 40.875 25.7 40.875 23.2C40.875 20.701 42.901 18.675 45.4 18.675C47.9 18.675 49.926 20.701 49.926 23.2C49.926 25.7 47.9 27.726 45.4 27.726z', + path: 'M45.4 27.726C42.901 27.726 40.875 25.7 40.875 23.2C40.875 20.701 42.901 18.675 45.4 18.675C47.9 18.675 49.926 20.701 49.926 23.2C49.926 25.7 47.9 27.726 45.4 27.726z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-58.6 14.4C-58.6 14.4 -61.8 -6.8 -59.4 -11.2C-59.4 -11.2 -48.6 -21.2 -49 -24.8C-49 -24.8 -49.4 -42.8 -50.6 -43.6C-51.8 -44.4 -59.4 -50.4 -65.4 -44C-65.4 -44 -75.8 -26 -75 -19.6L-75 -17.6C-75 -17.6 -82.6 -18 -84.2 -16C-84.2 -16 -85.4 -10.8 -86.6 -10.4C-86.6 -10.4 -89.4 -8 -87.4 -5.2C-87.4 -5.2 -89.4 -2.8 -89 1.2L-81.4 5.2C-81.4 5.2 -79.4 19.6 -68.6 24.8C-63.764 27.129 -60.6 20.4 -58.6 14.4z', + path: 'M-58.6 14.4C-58.6 14.4 -61.8 -6.8 -59.4 -11.2C-59.4 -11.2 -48.6 -21.2 -49 -24.8C-49 -24.8 -49.4 -42.8 -50.6 -43.6C-51.8 -44.4 -59.4 -50.4 -65.4 -44C-65.4 -44 -75.8 -26 -75 -19.6L-75 -17.6C-75 -17.6 -82.6 -18 -84.2 -16C-84.2 -16 -85.4 -10.8 -86.6 -10.4C-86.6 -10.4 -89.4 -8 -87.4 -5.2C-87.4 -5.2 -89.4 -2.8 -89 1.2L-81.4 5.2C-81.4 5.2 -79.4 19.6 -68.6 24.8C-63.764 27.129 -60.6 20.4 -58.6 14.4z', stroke: 'none', - fill: '#cc7226' + fill: '#cc7226', }, { type: 'path', - path: - 'M-59.6 12.56C-59.6 12.56 -62.48 -6.52 -60.32 -10.48C-60.32 -10.48 -50.6 -19.48 -50.96 -22.72C-50.96 -22.72 -51.32 -38.92 -52.4 -39.64C-53.48 -40.36 -60.32 -45.76 -65.72 -40C-65.72 -40 -75.08 -23.8 -74.36 -18.04L-74.36 -16.24C-74.36 -16.24 -81.2 -16.6 -82.64 -14.8C-82.64 -14.8 -83.72 -10.12 -84.8 -9.76C-84.8 -9.76 -87.32 -7.6 -85.52 -5.08C-85.52 -5.08 -87.32 -2.92 -86.96 0.68L-80.12 4.28C-80.12 4.28 -78.32 17.24 -68.6 21.92C-64.248 24.015 -61.4 17.96 -59.6 12.56z', + path: 'M-59.6 12.56C-59.6 12.56 -62.48 -6.52 -60.32 -10.48C-60.32 -10.48 -50.6 -19.48 -50.96 -22.72C-50.96 -22.72 -51.32 -38.92 -52.4 -39.64C-53.48 -40.36 -60.32 -45.76 -65.72 -40C-65.72 -40 -75.08 -23.8 -74.36 -18.04L-74.36 -16.24C-74.36 -16.24 -81.2 -16.6 -82.64 -14.8C-82.64 -14.8 -83.72 -10.12 -84.8 -9.76C-84.8 -9.76 -87.32 -7.6 -85.52 -5.08C-85.52 -5.08 -87.32 -2.92 -86.96 0.68L-80.12 4.28C-80.12 4.28 -78.32 17.24 -68.6 21.92C-64.248 24.015 -61.4 17.96 -59.6 12.56z', stroke: 'none', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-51.05 -42.61C-52.14 -43.47 -59.63 -49.24 -65.48 -43C-65.48 -43 -75.62 -25.45 -74.84 -19.21L-74.84 -17.26C-74.84 -17.26 -82.25 -17.65 -83.81 -15.7C-83.81 -15.7 -84.98 -10.63 -86.15 -10.24C-86.15 -10.24 -88.88 -7.9 -86.93 -5.17C-86.93 -5.17 -88.88 -2.83 -88.49 1.07L-81.08 4.97C-81.08 4.97 -79.13 19.01 -68.6 24.08C-63.886 26.35 -60.8 19.79 -58.85 13.94C-58.85 13.94 -61.97 -6.73 -59.63 -11.02C-59.63 -11.02 -49.1 -20.77 -49.49 -24.28C-49.49 -24.28 -49.88 -41.83 -51.05 -42.61z', + path: 'M-51.05 -42.61C-52.14 -43.47 -59.63 -49.24 -65.48 -43C-65.48 -43 -75.62 -25.45 -74.84 -19.21L-74.84 -17.26C-74.84 -17.26 -82.25 -17.65 -83.81 -15.7C-83.81 -15.7 -84.98 -10.63 -86.15 -10.24C-86.15 -10.24 -88.88 -7.9 -86.93 -5.17C-86.93 -5.17 -88.88 -2.83 -88.49 1.07L-81.08 4.97C-81.08 4.97 -79.13 19.01 -68.6 24.08C-63.886 26.35 -60.8 19.79 -58.85 13.94C-58.85 13.94 -61.97 -6.73 -59.63 -11.02C-59.63 -11.02 -49.1 -20.77 -49.49 -24.28C-49.49 -24.28 -49.88 -41.83 -51.05 -42.61z', stroke: 'none', - fill: '#eb955c' + fill: '#eb955c', }, { type: 'path', - path: - 'M-51.5 -41.62C-52.48 -42.54 -59.86 -48.08 -65.56 -42C-65.56 -42 -75.44 -24.9 -74.68 -18.82L-74.68 -16.92C-74.68 -16.92 -81.9 -17.3 -83.42 -15.4C-83.42 -15.4 -84.56 -10.46 -85.7 -10.08C-85.7 -10.08 -88.36 -7.8 -86.46 -5.14C-86.46 -5.14 -88.36 -2.86 -87.98 0.94L-80.76 4.74C-80.76 4.74 -78.86 18.42 -68.6 23.36C-64.006 25.572 -61 19.18 -59.1 13.48C-59.1 13.48 -62.14 -6.66 -59.86 -10.84C-59.86 -10.84 -49.6 -20.34 -49.98 -23.76C-49.98 -23.76 -50.36 -40.86 -51.5 -41.62z', + path: 'M-51.5 -41.62C-52.48 -42.54 -59.86 -48.08 -65.56 -42C-65.56 -42 -75.44 -24.9 -74.68 -18.82L-74.68 -16.92C-74.68 -16.92 -81.9 -17.3 -83.42 -15.4C-83.42 -15.4 -84.56 -10.46 -85.7 -10.08C-85.7 -10.08 -88.36 -7.8 -86.46 -5.14C-86.46 -5.14 -88.36 -2.86 -87.98 0.94L-80.76 4.74C-80.76 4.74 -78.86 18.42 -68.6 23.36C-64.006 25.572 -61 19.18 -59.1 13.48C-59.1 13.48 -62.14 -6.66 -59.86 -10.84C-59.86 -10.84 -49.6 -20.34 -49.98 -23.76C-49.98 -23.76 -50.36 -40.86 -51.5 -41.62z', stroke: 'none', - fill: '#f2b892' + fill: '#f2b892', }, { type: 'path', - path: - 'M-51.95 -40.63C-52.82 -41.61 -60.09 -46.92 -65.64 -41C-65.64 -41 -75.26 -24.35 -74.52 -18.43L-74.52 -16.58C-74.52 -16.58 -81.55 -16.95 -83.03 -15.1C-83.03 -15.1 -84.14 -10.29 -85.25 -9.92C-85.25 -9.92 -87.84 -7.7 -85.99 -5.11C-85.99 -5.11 -87.84 -2.89 -87.47 0.81L-80.44 4.51C-80.44 4.51 -78.59 17.83 -68.6 22.64C-64.127 24.794 -61.2 18.57 -59.35 13.02C-59.35 13.02 -62.31 -6.59 -60.09 -10.66C-60.09 -10.66 -50.1 -19.91 -50.47 -23.24C-50.47 -23.24 -50.84 -39.89 -51.95 -40.63z', + path: 'M-51.95 -40.63C-52.82 -41.61 -60.09 -46.92 -65.64 -41C-65.64 -41 -75.26 -24.35 -74.52 -18.43L-74.52 -16.58C-74.52 -16.58 -81.55 -16.95 -83.03 -15.1C-83.03 -15.1 -84.14 -10.29 -85.25 -9.92C-85.25 -9.92 -87.84 -7.7 -85.99 -5.11C-85.99 -5.11 -87.84 -2.89 -87.47 0.81L-80.44 4.51C-80.44 4.51 -78.59 17.83 -68.6 22.64C-64.127 24.794 -61.2 18.57 -59.35 13.02C-59.35 13.02 -62.31 -6.59 -60.09 -10.66C-60.09 -10.66 -50.1 -19.91 -50.47 -23.24C-50.47 -23.24 -50.84 -39.89 -51.95 -40.63z', stroke: 'none', - fill: '#f8dcc8' + fill: '#f8dcc8', }, { type: 'path', - path: - 'M-59.6 12.46C-59.6 12.46 -62.48 -6.52 -60.32 -10.48C-60.32 -10.48 -50.6 -19.48 -50.96 -22.72C-50.96 -22.72 -51.32 -38.92 -52.4 -39.64C-53.16 -40.68 -60.32 -45.76 -65.72 -40C-65.72 -40 -75.08 -23.8 -74.36 -18.04L-74.36 -16.24C-74.36 -16.24 -81.2 -16.6 -82.64 -14.8C-82.64 -14.8 -83.72 -10.12 -84.8 -9.76C-84.8 -9.76 -87.32 -7.6 -85.52 -5.08C-85.52 -5.08 -87.32 -2.92 -86.96 0.68L-80.12 4.28C-80.12 4.28 -78.32 17.24 -68.6 21.92C-64.248 24.015 -61.4 17.86 -59.6 12.46z', + path: 'M-59.6 12.46C-59.6 12.46 -62.48 -6.52 -60.32 -10.48C-60.32 -10.48 -50.6 -19.48 -50.96 -22.72C-50.96 -22.72 -51.32 -38.92 -52.4 -39.64C-53.16 -40.68 -60.32 -45.76 -65.72 -40C-65.72 -40 -75.08 -23.8 -74.36 -18.04L-74.36 -16.24C-74.36 -16.24 -81.2 -16.6 -82.64 -14.8C-82.64 -14.8 -83.72 -10.12 -84.8 -9.76C-84.8 -9.76 -87.32 -7.6 -85.52 -5.08C-85.52 -5.08 -87.32 -2.92 -86.96 0.68L-80.12 4.28C-80.12 4.28 -78.32 17.24 -68.6 21.92C-64.248 24.015 -61.4 17.86 -59.6 12.46z', stroke: 'none', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-62.7 6.2C-62.7 6.2 -84.3 -4 -85.2 -4.8C-85.2 -4.8 -76.1 3.4 -75.3 3.4C-74.5 3.4 -62.7 6.2 -62.7 6.2z', + path: 'M-62.7 6.2C-62.7 6.2 -84.3 -4 -85.2 -4.8C-85.2 -4.8 -76.1 3.4 -75.3 3.4C-74.5 3.4 -62.7 6.2 -62.7 6.2z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-79.8 0C-79.8 0 -61.4 3.6 -61.4 8C-61.4 10.912 -61.643 24.331 -67 22.8C-75.4 20.4 -71.8 6 -79.8 0z', + path: 'M-79.8 0C-79.8 0 -61.4 3.6 -61.4 8C-61.4 10.912 -61.643 24.331 -67 22.8C-75.4 20.4 -71.8 6 -79.8 0z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-71.4 3.8C-71.4 3.8 -62.422 5.274 -61.4 8C-60.8 9.6 -60.137 17.908 -65.6 19C-70.152 19.911 -72.382 9.69 -71.4 3.8z', + path: 'M-71.4 3.8C-71.4 3.8 -62.422 5.274 -61.4 8C-60.8 9.6 -60.137 17.908 -65.6 19C-70.152 19.911 -72.382 9.69 -71.4 3.8z', stroke: 'none', - fill: '#99cc32' + fill: '#99cc32', }, { type: 'path', - path: - 'M14.595 46.349C14.098 44.607 15.409 44.738 17.2 44.2C19.2 43.6 31.4 39.8 32.2 37.2C33 34.6 46.2 39 46.2 39C48 39.8 52.4 42.4 52.4 42.4C57.2 43.6 63.8 44 63.8 44C66.2 45 69.6 47.8 69.6 47.8C84.2 58 96.601 50.8 96.601 50.8C116.601 44.2 110.601 27 110.601 27C107.601 18 110.801 14.6 110.801 14.6C111.001 10.8 118.201 17.2 118.201 17.2C120.801 21.4 121.601 26.4 121.601 26.4C129.601 37.6 126.201 19.8 126.201 19.8C126.401 18.8 123.601 15.2 123.601 14C123.601 12.8 121.801 9.4 121.801 9.4C118.801 6 121.201 -1 121.201 -1C123.001 -14.8 120.801 -13 120.801 -13C119.601 -14.8 110.401 -4.8 110.401 -4.8C108.201 -1.4 102.201 0.2 102.201 0.2C99.401 2 96.001 0.6 96.001 0.6C93.401 0.2 87.801 7.2 87.801 7.2C90.601 7 93.001 11.4 95.401 11.6C97.801 11.8 99.601 9.2 101.201 8.6C102.801 8 105.601 13.8 105.601 13.8C106.001 16.4 100.401 21.2 100.401 21.2C100.001 25.8 98.401 24.2 98.401 24.2C95.401 23.6 94.201 27.4 93.201 32C92.201 36.6 88.001 37 88.001 37C86.401 44.4 85.2 41.4 85.2 41.4C85 35.8 79 41.6 79 41.6C77.8 43.6 73.2 41.4 73.2 41.4C66.4 39.4 68.8 37.4 68.8 37.4C70.6 35.2 81.8 37.4 81.8 37.4C84 35.8 76 31.8 76 31.8C75.4 30 76.4 25.6 76.4 25.6C77.6 22.4 84.4 16.8 84.4 16.8C93.801 15.6 91.001 14 91.001 14C84.801 8.8 79 16.4 79 16.4C76.8 22.6 59.4 37.6 59.4 37.6C54.6 41 57.2 34.2 53.2 37.6C49.2 41 28.6 32 28.6 32C17.038 30.807 14.306 46.549 10.777 43.429C10.777 43.429 16.195 51.949 14.595 46.349z', + path: 'M14.595 46.349C14.098 44.607 15.409 44.738 17.2 44.2C19.2 43.6 31.4 39.8 32.2 37.2C33 34.6 46.2 39 46.2 39C48 39.8 52.4 42.4 52.4 42.4C57.2 43.6 63.8 44 63.8 44C66.2 45 69.6 47.8 69.6 47.8C84.2 58 96.601 50.8 96.601 50.8C116.601 44.2 110.601 27 110.601 27C107.601 18 110.801 14.6 110.801 14.6C111.001 10.8 118.201 17.2 118.201 17.2C120.801 21.4 121.601 26.4 121.601 26.4C129.601 37.6 126.201 19.8 126.201 19.8C126.401 18.8 123.601 15.2 123.601 14C123.601 12.8 121.801 9.4 121.801 9.4C118.801 6 121.201 -1 121.201 -1C123.001 -14.8 120.801 -13 120.801 -13C119.601 -14.8 110.401 -4.8 110.401 -4.8C108.201 -1.4 102.201 0.2 102.201 0.2C99.401 2 96.001 0.6 96.001 0.6C93.401 0.2 87.801 7.2 87.801 7.2C90.601 7 93.001 11.4 95.401 11.6C97.801 11.8 99.601 9.2 101.201 8.6C102.801 8 105.601 13.8 105.601 13.8C106.001 16.4 100.401 21.2 100.401 21.2C100.001 25.8 98.401 24.2 98.401 24.2C95.401 23.6 94.201 27.4 93.201 32C92.201 36.6 88.001 37 88.001 37C86.401 44.4 85.2 41.4 85.2 41.4C85 35.8 79 41.6 79 41.6C77.8 43.6 73.2 41.4 73.2 41.4C66.4 39.4 68.8 37.4 68.8 37.4C70.6 35.2 81.8 37.4 81.8 37.4C84 35.8 76 31.8 76 31.8C75.4 30 76.4 25.6 76.4 25.6C77.6 22.4 84.4 16.8 84.4 16.8C93.801 15.6 91.001 14 91.001 14C84.801 8.8 79 16.4 79 16.4C76.8 22.6 59.4 37.6 59.4 37.6C54.6 41 57.2 34.2 53.2 37.6C49.2 41 28.6 32 28.6 32C17.038 30.807 14.306 46.549 10.777 43.429C10.777 43.429 16.195 51.949 14.595 46.349z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M209.401 -120C209.401 -120 183.801 -112 181.001 -93.2C181.001 -93.2 178.601 -70.4 199.001 -52.8C199.001 -52.8 199.401 -46.4 201.401 -43.2C201.401 -43.2 199.801 -38.4 218.601 -46L245.801 -54.4C245.801 -54.4 252.201 -56.8 257.401 -65.6C262.601 -74.4 277.801 -93.2 274.201 -118.4C274.201 -118.4 275.401 -129.6 269.401 -130C269.401 -130 261.001 -131.6 253.801 -124C253.801 -124 247.001 -120.8 244.601 -121.2L209.401 -120z', + path: 'M209.401 -120C209.401 -120 183.801 -112 181.001 -93.2C181.001 -93.2 178.601 -70.4 199.001 -52.8C199.001 -52.8 199.401 -46.4 201.401 -43.2C201.401 -43.2 199.801 -38.4 218.601 -46L245.801 -54.4C245.801 -54.4 252.201 -56.8 257.401 -65.6C262.601 -74.4 277.801 -93.2 274.201 -118.4C274.201 -118.4 275.401 -129.6 269.401 -130C269.401 -130 261.001 -131.6 253.801 -124C253.801 -124 247.001 -120.8 244.601 -121.2L209.401 -120z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M264.022 -120.99C264.022 -120.99 266.122 -129.92 261.282 -125.08C261.282 -125.08 254.242 -119.36 246.761 -119.36C246.761 -119.36 232.241 -117.16 227.841 -103.96C227.841 -103.96 223.881 -77.12 231.801 -71.4C231.801 -71.4 236.641 -63.92 243.681 -70.52C250.722 -77.12 266.222 -107.35 264.022 -120.99z', + path: 'M264.022 -120.99C264.022 -120.99 266.122 -129.92 261.282 -125.08C261.282 -125.08 254.242 -119.36 246.761 -119.36C246.761 -119.36 232.241 -117.16 227.841 -103.96C227.841 -103.96 223.881 -77.12 231.801 -71.4C231.801 -71.4 236.641 -63.92 243.681 -70.52C250.722 -77.12 266.222 -107.35 264.022 -120.99z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M263.648 -120.632C263.648 -120.632 265.738 -129.376 260.986 -124.624C260.986 -124.624 254.074 -119.008 246.729 -119.008C246.729 -119.008 232.473 -116.848 228.153 -103.888C228.153 -103.888 224.265 -77.536 232.041 -71.92C232.041 -71.92 236.793 -64.576 243.705 -71.056C250.618 -77.536 265.808 -107.24 263.648 -120.632z', + path: 'M263.648 -120.632C263.648 -120.632 265.738 -129.376 260.986 -124.624C260.986 -124.624 254.074 -119.008 246.729 -119.008C246.729 -119.008 232.473 -116.848 228.153 -103.888C228.153 -103.888 224.265 -77.536 232.041 -71.92C232.041 -71.92 236.793 -64.576 243.705 -71.056C250.618 -77.536 265.808 -107.24 263.648 -120.632z', stroke: 'none', - fill: '#323232' + fill: '#323232', }, { type: 'path', - path: - 'M263.274 -120.274C263.274 -120.274 265.354 -128.832 260.69 -124.168C260.69 -124.168 253.906 -118.656 246.697 -118.656C246.697 -118.656 232.705 -116.536 228.465 -103.816C228.465 -103.816 224.649 -77.952 232.281 -72.44C232.281 -72.44 236.945 -65.232 243.729 -71.592C250.514 -77.952 265.394 -107.13 263.274 -120.274z', + path: 'M263.274 -120.274C263.274 -120.274 265.354 -128.832 260.69 -124.168C260.69 -124.168 253.906 -118.656 246.697 -118.656C246.697 -118.656 232.705 -116.536 228.465 -103.816C228.465 -103.816 224.649 -77.952 232.281 -72.44C232.281 -72.44 236.945 -65.232 243.729 -71.592C250.514 -77.952 265.394 -107.13 263.274 -120.274z', stroke: 'none', - fill: '#666666' + fill: '#666666', }, { type: 'path', - path: - 'M262.9 -119.916C262.9 -119.916 264.97 -128.288 260.394 -123.712C260.394 -123.712 253.738 -118.304 246.665 -118.304C246.665 -118.304 232.937 -116.224 228.777 -103.744C228.777 -103.744 225.033 -78.368 232.521 -72.96C232.521 -72.96 237.097 -65.888 243.753 -72.128C250.41 -78.368 264.98 -107.02 262.9 -119.916z', + path: 'M262.9 -119.916C262.9 -119.916 264.97 -128.288 260.394 -123.712C260.394 -123.712 253.738 -118.304 246.665 -118.304C246.665 -118.304 232.937 -116.224 228.777 -103.744C228.777 -103.744 225.033 -78.368 232.521 -72.96C232.521 -72.96 237.097 -65.888 243.753 -72.128C250.41 -78.368 264.98 -107.02 262.9 -119.916z', stroke: 'none', - fill: '#999999' + fill: '#999999', }, { type: 'path', - path: - 'M262.526 -119.558C262.526 -119.558 264.586 -127.744 260.098 -123.256C260.098 -123.256 253.569 -117.952 246.633 -117.952C246.633 -117.952 233.169 -115.912 229.089 -103.672C229.089 -103.672 225.417 -78.784 232.761 -73.48C232.761 -73.48 237.249 -66.544 243.777 -72.664C250.305 -78.784 264.566 -106.91 262.526 -119.558z', + path: 'M262.526 -119.558C262.526 -119.558 264.586 -127.744 260.098 -123.256C260.098 -123.256 253.569 -117.952 246.633 -117.952C246.633 -117.952 233.169 -115.912 229.089 -103.672C229.089 -103.672 225.417 -78.784 232.761 -73.48C232.761 -73.48 237.249 -66.544 243.777 -72.664C250.305 -78.784 264.566 -106.91 262.526 -119.558z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M262.151 -119.2C262.151 -119.2 264.201 -127.2 259.801 -122.8C259.801 -122.8 253.401 -117.6 246.601 -117.6C246.601 -117.6 233.401 -115.6 229.401 -103.6C229.401 -103.6 225.801 -79.2 233.001 -74C233.001 -74 237.401 -67.2 243.801 -73.2C250.201 -79.2 264.151 -106.8 262.151 -119.2z', + path: 'M262.151 -119.2C262.151 -119.2 264.201 -127.2 259.801 -122.8C259.801 -122.8 253.401 -117.6 246.601 -117.6C246.601 -117.6 233.401 -115.6 229.401 -103.6C229.401 -103.6 225.801 -79.2 233.001 -74C233.001 -74 237.401 -67.2 243.801 -73.2C250.201 -79.2 264.151 -106.8 262.151 -119.2z', stroke: 'none', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M50.6 84C50.6 84 30.2 64.8 22.2 64C22.2 64 -12.2 60 -27 78C-27 78 -9.4 57.6 18.2 63.2C18.2 63.2 -3.4 58.8 -15.8 62C-15.8 62 -32.6 62 -42.2 76L-45 80.8C-45 80.8 -41 66 -22.6 60C-22.6 60 0.2 55.2 11 60C11 60 -10.6 53.2 -20.6 55.2C-20.6 55.2 -51 52.8 -63.8 79.2C-63.8 79.2 -59.8 64.8 -45 57.6C-45 57.6 -31.4 48.8 -11 51.6C-11 51.6 3.4 54.8 8.6 57.2C13.8 59.6 12.6 56.8 4.2 52C4.2 52 -1.4 42 -15.4 42.4C-15.4 42.4 -58.2 46 -68.6 58C-68.6 58 -55 46.8 -44.6 44C-44.6 44 -22.2 36 -13.8 36.8C-13.8 36.8 11 37.8 18.6 33.8C18.6 33.8 7.4 38.8 10.6 42C13.8 45.2 20.6 52.8 20.6 54C20.6 55.2 44.8 77.3 48.4 81.7L50.6 84z', + path: 'M50.6 84C50.6 84 30.2 64.8 22.2 64C22.2 64 -12.2 60 -27 78C-27 78 -9.4 57.6 18.2 63.2C18.2 63.2 -3.4 58.8 -15.8 62C-15.8 62 -32.6 62 -42.2 76L-45 80.8C-45 80.8 -41 66 -22.6 60C-22.6 60 0.2 55.2 11 60C11 60 -10.6 53.2 -20.6 55.2C-20.6 55.2 -51 52.8 -63.8 79.2C-63.8 79.2 -59.8 64.8 -45 57.6C-45 57.6 -31.4 48.8 -11 51.6C-11 51.6 3.4 54.8 8.6 57.2C13.8 59.6 12.6 56.8 4.2 52C4.2 52 -1.4 42 -15.4 42.4C-15.4 42.4 -58.2 46 -68.6 58C-68.6 58 -55 46.8 -44.6 44C-44.6 44 -22.2 36 -13.8 36.8C-13.8 36.8 11 37.8 18.6 33.8C18.6 33.8 7.4 38.8 10.6 42C13.8 45.2 20.6 52.8 20.6 54C20.6 55.2 44.8 77.3 48.4 81.7L50.6 84z', stroke: 'none', - fill: '#992600' + fill: '#992600', }, { type: 'path', - path: - 'M189 278C189 278 173.5 241.5 161 232C161 232 187 248 190.5 266C190.5 266 190.5 276 189 278z', + path: 'M189 278C189 278 173.5 241.5 161 232C161 232 187 248 190.5 266C190.5 266 190.5 276 189 278z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M236 285.5C236 285.5 209.5 230.5 191 206.5C191 206.5 234.5 244 239.5 270.5L240 276L237 273.5C237 273.5 236.5 282.5 236 285.5z', + path: 'M236 285.5C236 285.5 209.5 230.5 191 206.5C191 206.5 234.5 244 239.5 270.5L240 276L237 273.5C237 273.5 236.5 282.5 236 285.5z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M292.5 237C292.5 237 230 177.5 228.5 175C228.5 175 289 241 292 248.5C292 248.5 290 239.5 292.5 237z', + path: 'M292.5 237C292.5 237 230 177.5 228.5 175C228.5 175 289 241 292 248.5C292 248.5 290 239.5 292.5 237z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M104 280.5C104 280.5 123.5 228.5 142.5 251C142.5 251 157.5 261 157 264C157 264 153 257.5 135 258C135 258 116 255 104 280.5z', + path: 'M104 280.5C104 280.5 123.5 228.5 142.5 251C142.5 251 157.5 261 157 264C157 264 153 257.5 135 258C135 258 116 255 104 280.5z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M294.5 153C294.5 153 249.5 124.5 242 123C230.193 120.639 291.5 152 296.5 162.5C296.5 162.5 298.5 160 294.5 153z', + path: 'M294.5 153C294.5 153 249.5 124.5 242 123C230.193 120.639 291.5 152 296.5 162.5C296.5 162.5 298.5 160 294.5 153z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M143.801 259.601C143.801 259.601 164.201 257.601 171.001 250.801L175.401 254.401L193.001 216.001L196.601 221.201C196.601 221.201 211.001 206.401 210.201 198.401C209.401 190.401 223.001 204.401 223.001 204.401C223.001 204.401 222.201 192.801 229.401 199.601C229.401 199.601 227.001 184.001 235.401 192.001C235.401 192.001 224.864 161.844 247.401 187.601C253.001 194.001 248.601 187.201 248.601 187.201C248.601 187.201 222.601 139.201 244.201 153.601C244.201 153.601 246.201 130.801 245.001 126.401C243.801 122.001 241.801 99.6 237.001 94.4C232.201 89.2 237.401 87.6 243.001 92.8C243.001 92.8 231.801 68.8 245.001 80.8C245.001 80.8 241.401 65.6 237.001 62.8C237.001 62.8 231.401 45.6 246.601 56.4C246.601 56.4 242.201 44 239.001 40.8C239.001 40.8 227.401 13.2 234.601 18L239.001 21.6C239.001 21.6 232.201 7.6 238.601 12C245.001 16.4 245.001 16 245.001 16C245.001 16 223.801 -17.2 244.201 0.4C244.201 0.4 236.042 -13.518 232.601 -20.4C232.601 -20.4 213.801 -40.8 228.201 -34.4L233.001 -32.8C233.001 -32.8 224.201 -42.8 216.201 -44.4C208.201 -46 218.601 -52.4 225.001 -50.4C231.401 -48.4 247.001 -40.8 247.001 -40.8C247.001 -40.8 259.801 -22 263.801 -21.6C263.801 -21.6 243.801 -29.2 249.801 -21.2C249.801 -21.2 264.201 -7.2 257.001 -7.6C257.001 -7.6 251.001 -0.4 255.801 8.4C255.801 8.4 237.342 -9.991 252.201 15.6L259.001 32C259.001 32 234.601 7.2 245.801 29.2C245.801 29.2 263.001 52.8 265.001 53.2C267.001 53.6 271.401 62.4 271.401 62.4L267.001 60.4L272.201 69.2C272.201 69.2 261.001 57.2 267.001 70.4L272.601 84.8C272.601 84.8 252.201 62.8 265.801 92.4C265.801 92.4 249.401 87.2 258.201 104.4C258.201 104.4 256.601 120.401 257.001 125.601C257.401 130.801 258.601 159.201 254.201 167.201C249.801 175.201 260.201 194.401 262.201 198.401C264.201 202.401 267.801 213.201 259.001 204.001C250.201 194.801 254.601 200.401 256.601 209.201C258.601 218.001 264.601 233.601 263.801 239.201C263.801 239.201 262.601 240.401 259.401 236.801C259.401 236.801 244.601 214.001 246.201 228.401C246.201 228.401 245.001 236.401 241.801 245.201C241.801 245.201 238.601 256.001 238.601 247.201C238.601 247.201 235.401 230.401 232.601 238.001C229.801 245.601 226.201 251.601 223.401 254.001C220.601 256.401 215.401 233.601 214.201 244.001C214.201 244.001 202.201 231.601 197.401 248.001L185.801 264.401C185.801 264.401 185.401 252.001 184.201 258.001C184.201 258.001 154.201 264.001 143.801 259.601z', + path: 'M143.801 259.601C143.801 259.601 164.201 257.601 171.001 250.801L175.401 254.401L193.001 216.001L196.601 221.201C196.601 221.201 211.001 206.401 210.201 198.401C209.401 190.401 223.001 204.401 223.001 204.401C223.001 204.401 222.201 192.801 229.401 199.601C229.401 199.601 227.001 184.001 235.401 192.001C235.401 192.001 224.864 161.844 247.401 187.601C253.001 194.001 248.601 187.201 248.601 187.201C248.601 187.201 222.601 139.201 244.201 153.601C244.201 153.601 246.201 130.801 245.001 126.401C243.801 122.001 241.801 99.6 237.001 94.4C232.201 89.2 237.401 87.6 243.001 92.8C243.001 92.8 231.801 68.8 245.001 80.8C245.001 80.8 241.401 65.6 237.001 62.8C237.001 62.8 231.401 45.6 246.601 56.4C246.601 56.4 242.201 44 239.001 40.8C239.001 40.8 227.401 13.2 234.601 18L239.001 21.6C239.001 21.6 232.201 7.6 238.601 12C245.001 16.4 245.001 16 245.001 16C245.001 16 223.801 -17.2 244.201 0.4C244.201 0.4 236.042 -13.518 232.601 -20.4C232.601 -20.4 213.801 -40.8 228.201 -34.4L233.001 -32.8C233.001 -32.8 224.201 -42.8 216.201 -44.4C208.201 -46 218.601 -52.4 225.001 -50.4C231.401 -48.4 247.001 -40.8 247.001 -40.8C247.001 -40.8 259.801 -22 263.801 -21.6C263.801 -21.6 243.801 -29.2 249.801 -21.2C249.801 -21.2 264.201 -7.2 257.001 -7.6C257.001 -7.6 251.001 -0.4 255.801 8.4C255.801 8.4 237.342 -9.991 252.201 15.6L259.001 32C259.001 32 234.601 7.2 245.801 29.2C245.801 29.2 263.001 52.8 265.001 53.2C267.001 53.6 271.401 62.4 271.401 62.4L267.001 60.4L272.201 69.2C272.201 69.2 261.001 57.2 267.001 70.4L272.601 84.8C272.601 84.8 252.201 62.8 265.801 92.4C265.801 92.4 249.401 87.2 258.201 104.4C258.201 104.4 256.601 120.401 257.001 125.601C257.401 130.801 258.601 159.201 254.201 167.201C249.801 175.201 260.201 194.401 262.201 198.401C264.201 202.401 267.801 213.201 259.001 204.001C250.201 194.801 254.601 200.401 256.601 209.201C258.601 218.001 264.601 233.601 263.801 239.201C263.801 239.201 262.601 240.401 259.401 236.801C259.401 236.801 244.601 214.001 246.201 228.401C246.201 228.401 245.001 236.401 241.801 245.201C241.801 245.201 238.601 256.001 238.601 247.201C238.601 247.201 235.401 230.401 232.601 238.001C229.801 245.601 226.201 251.601 223.401 254.001C220.601 256.401 215.401 233.601 214.201 244.001C214.201 244.001 202.201 231.601 197.401 248.001L185.801 264.401C185.801 264.401 185.401 252.001 184.201 258.001C184.201 258.001 154.201 264.001 143.801 259.601z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M109.401 -97.2C109.401 -97.2 97.801 -105.2 93.801 -104.8C89.801 -104.4 121.401 -113.6 162.601 -86C162.601 -86 167.401 -83.2 171.001 -83.6C171.001 -83.6 174.201 -81.2 171.401 -77.6C171.401 -77.6 162.601 -68 173.801 -56.8C173.801 -56.8 192.201 -50 186.601 -58.8C186.601 -58.8 197.401 -54.8 199.801 -50.8C202.201 -46.8 201.001 -50.8 201.001 -50.8C201.001 -50.8 194.601 -58 188.601 -63.2C188.601 -63.2 183.401 -65.2 180.601 -73.6C177.801 -82 175.401 -92 179.801 -95.2C179.801 -95.2 175.801 -90.8 176.601 -94.8C177.401 -98.8 181.001 -102.4 182.601 -102.8C184.201 -103.2 200.601 -119 207.401 -119.4C207.401 -119.4 198.201 -118 195.201 -119C192.201 -120 165.601 -131.4 159.601 -132.6C159.601 -132.6 142.801 -139.2 154.801 -137.2C154.801 -137.2 190.601 -133.4 208.801 -120.2C208.801 -120.2 201.601 -128.6 183.201 -135.6C183.201 -135.6 161.001 -148.2 125.801 -143.2C125.801 -143.2 108.001 -140 100.201 -138.2C100.201 -138.2 97.601 -138.8 97.001 -139.2C96.401 -139.6 84.6 -148.6 57 -141.6C57 -141.6 40 -137 31.4 -132.2C31.4 -132.2 16.2 -131 12.6 -127.8C12.6 -127.8 -6 -113.2 -8 -112.4C-10 -111.6 -21.4 -104 -22.2 -103.6C-22.2 -103.6 2.4 -110.2 4.8 -112.6C7.2 -115 24.6 -117.6 27 -116.2C29.4 -114.8 37.8 -115.4 28.2 -114.8C28.2 -114.8 103.801 -100 104.601 -98C105.401 -96 109.401 -97.2 109.401 -97.2z', + path: 'M109.401 -97.2C109.401 -97.2 97.801 -105.2 93.801 -104.8C89.801 -104.4 121.401 -113.6 162.601 -86C162.601 -86 167.401 -83.2 171.001 -83.6C171.001 -83.6 174.201 -81.2 171.401 -77.6C171.401 -77.6 162.601 -68 173.801 -56.8C173.801 -56.8 192.201 -50 186.601 -58.8C186.601 -58.8 197.401 -54.8 199.801 -50.8C202.201 -46.8 201.001 -50.8 201.001 -50.8C201.001 -50.8 194.601 -58 188.601 -63.2C188.601 -63.2 183.401 -65.2 180.601 -73.6C177.801 -82 175.401 -92 179.801 -95.2C179.801 -95.2 175.801 -90.8 176.601 -94.8C177.401 -98.8 181.001 -102.4 182.601 -102.8C184.201 -103.2 200.601 -119 207.401 -119.4C207.401 -119.4 198.201 -118 195.201 -119C192.201 -120 165.601 -131.4 159.601 -132.6C159.601 -132.6 142.801 -139.2 154.801 -137.2C154.801 -137.2 190.601 -133.4 208.801 -120.2C208.801 -120.2 201.601 -128.6 183.201 -135.6C183.201 -135.6 161.001 -148.2 125.801 -143.2C125.801 -143.2 108.001 -140 100.201 -138.2C100.201 -138.2 97.601 -138.8 97.001 -139.2C96.401 -139.6 84.6 -148.6 57 -141.6C57 -141.6 40 -137 31.4 -132.2C31.4 -132.2 16.2 -131 12.6 -127.8C12.6 -127.8 -6 -113.2 -8 -112.4C-10 -111.6 -21.4 -104 -22.2 -103.6C-22.2 -103.6 2.4 -110.2 4.8 -112.6C7.2 -115 24.6 -117.6 27 -116.2C29.4 -114.8 37.8 -115.4 28.2 -114.8C28.2 -114.8 103.801 -100 104.601 -98C105.401 -96 109.401 -97.2 109.401 -97.2z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M180.801 -106.4C180.801 -106.4 170.601 -113.8 168.601 -113.8C166.601 -113.8 154.201 -124 150.001 -123.6C145.801 -123.2 133.601 -133.2 106.201 -125C106.201 -125 105.601 -127 109.201 -127.8C109.201 -127.8 115.601 -130 116.001 -130.6C116.001 -130.6 136.201 -134.8 143.401 -131.2C143.401 -131.2 152.601 -128.6 158.801 -122.4C158.801 -122.4 170.001 -119.2 173.201 -120.2C173.201 -120.2 182.001 -118 182.401 -116.2C182.401 -116.2 188.201 -113.2 186.401 -110.6C186.401 -110.6 186.801 -109 180.801 -106.4z', + path: 'M180.801 -106.4C180.801 -106.4 170.601 -113.8 168.601 -113.8C166.601 -113.8 154.201 -124 150.001 -123.6C145.801 -123.2 133.601 -133.2 106.201 -125C106.201 -125 105.601 -127 109.201 -127.8C109.201 -127.8 115.601 -130 116.001 -130.6C116.001 -130.6 136.201 -134.8 143.401 -131.2C143.401 -131.2 152.601 -128.6 158.801 -122.4C158.801 -122.4 170.001 -119.2 173.201 -120.2C173.201 -120.2 182.001 -118 182.401 -116.2C182.401 -116.2 188.201 -113.2 186.401 -110.6C186.401 -110.6 186.801 -109 180.801 -106.4z', stroke: 'none', - fill: '#cc7226' + fill: '#cc7226', }, { type: 'path', - path: - 'M168.33 -108.509C169.137 -107.877 170.156 -107.779 170.761 -106.97C170.995 -106.656 170.706 -106.33 170.391 -106.233C169.348 -105.916 168.292 -106.486 167.15 -105.898C166.748 -105.691 166.106 -105.873 165.553 -106.022C163.921 -106.463 162.092 -106.488 160.401 -105.8C158.416 -106.929 156.056 -106.345 153.975 -107.346C153.917 -107.373 153.695 -107.027 153.621 -107.054C150.575 -108.199 146.832 -107.916 144.401 -110.2C141.973 -110.612 139.616 -111.074 137.188 -111.754C135.37 -112.263 133.961 -113.252 132.341 -114.084C130.964 -114.792 129.507 -115.314 127.973 -115.686C126.11 -116.138 124.279 -116.026 122.386 -116.546C122.293 -116.571 122.101 -116.227 122.019 -116.254C121.695 -116.362 121.405 -116.945 121.234 -116.892C119.553 -116.37 118.065 -117.342 116.401 -117C115.223 -118.224 113.495 -117.979 111.949 -118.421C108.985 -119.269 105.831 -117.999 102.801 -119C106.914 -120.842 111.601 -119.61 115.663 -121.679C117.991 -122.865 120.653 -121.763 123.223 -122.523C123.71 -122.667 124.401 -122.869 124.801 -122.2C124.935 -122.335 125.117 -122.574 125.175 -122.546C127.625 -121.389 129.94 -120.115 132.422 -119.049C132.763 -118.903 133.295 -119.135 133.547 -118.933C135.067 -117.717 137.01 -117.82 138.401 -116.6C140.099 -117.102 141.892 -116.722 143.621 -117.346C143.698 -117.373 143.932 -117.032 143.965 -117.054C145.095 -117.802 146.25 -117.531 147.142 -117.227C147.48 -117.112 148.143 -116.865 148.448 -116.791C149.574 -116.515 150.43 -116.035 151.609 -115.852C151.723 -115.834 151.908 -116.174 151.98 -116.146C153.103 -115.708 154.145 -115.764 154.801 -114.6C154.936 -114.735 155.101 -114.973 155.183 -114.946C156.21 -114.608 156.859 -113.853 157.96 -113.612C158.445 -113.506 159.057 -112.88 159.633 -112.704C162.025 -111.973 163.868 -110.444 166.062 -109.549C166.821 -109.239 167.697 -109.005 168.33 -108.509z', + path: 'M168.33 -108.509C169.137 -107.877 170.156 -107.779 170.761 -106.97C170.995 -106.656 170.706 -106.33 170.391 -106.233C169.348 -105.916 168.292 -106.486 167.15 -105.898C166.748 -105.691 166.106 -105.873 165.553 -106.022C163.921 -106.463 162.092 -106.488 160.401 -105.8C158.416 -106.929 156.056 -106.345 153.975 -107.346C153.917 -107.373 153.695 -107.027 153.621 -107.054C150.575 -108.199 146.832 -107.916 144.401 -110.2C141.973 -110.612 139.616 -111.074 137.188 -111.754C135.37 -112.263 133.961 -113.252 132.341 -114.084C130.964 -114.792 129.507 -115.314 127.973 -115.686C126.11 -116.138 124.279 -116.026 122.386 -116.546C122.293 -116.571 122.101 -116.227 122.019 -116.254C121.695 -116.362 121.405 -116.945 121.234 -116.892C119.553 -116.37 118.065 -117.342 116.401 -117C115.223 -118.224 113.495 -117.979 111.949 -118.421C108.985 -119.269 105.831 -117.999 102.801 -119C106.914 -120.842 111.601 -119.61 115.663 -121.679C117.991 -122.865 120.653 -121.763 123.223 -122.523C123.71 -122.667 124.401 -122.869 124.801 -122.2C124.935 -122.335 125.117 -122.574 125.175 -122.546C127.625 -121.389 129.94 -120.115 132.422 -119.049C132.763 -118.903 133.295 -119.135 133.547 -118.933C135.067 -117.717 137.01 -117.82 138.401 -116.6C140.099 -117.102 141.892 -116.722 143.621 -117.346C143.698 -117.373 143.932 -117.032 143.965 -117.054C145.095 -117.802 146.25 -117.531 147.142 -117.227C147.48 -117.112 148.143 -116.865 148.448 -116.791C149.574 -116.515 150.43 -116.035 151.609 -115.852C151.723 -115.834 151.908 -116.174 151.98 -116.146C153.103 -115.708 154.145 -115.764 154.801 -114.6C154.936 -114.735 155.101 -114.973 155.183 -114.946C156.21 -114.608 156.859 -113.853 157.96 -113.612C158.445 -113.506 159.057 -112.88 159.633 -112.704C162.025 -111.973 163.868 -110.444 166.062 -109.549C166.821 -109.239 167.697 -109.005 168.33 -108.509z', stroke: 'none', - fill: '#cc7226' + fill: '#cc7226', }, { type: 'path', - path: - 'M91.696 -122.739C89.178 -124.464 86.81 -125.57 84.368 -127.356C84.187 -127.489 83.827 -127.319 83.625 -127.441C82.618 -128.05 81.73 -128.631 80.748 -129.327C80.209 -129.709 79.388 -129.698 78.88 -129.956C76.336 -131.248 73.707 -131.806 71.2 -133C71.882 -133.638 73.004 -133.394 73.6 -134.2C73.795 -133.92 74.033 -133.636 74.386 -133.827C76.064 -134.731 77.914 -134.884 79.59 -134.794C81.294 -134.702 83.014 -134.397 84.789 -134.125C85.096 -134.078 85.295 -133.555 85.618 -133.458C87.846 -132.795 90.235 -133.32 92.354 -132.482C93.945 -131.853 95.515 -131.03 96.754 -129.755C97.006 -129.495 96.681 -129.194 96.401 -129C96.789 -129.109 97.062 -128.903 97.173 -128.59C97.257 -128.351 97.257 -128.049 97.173 -127.81C97.061 -127.498 96.782 -127.397 96.408 -127.346C95.001 -127.156 96.773 -128.536 96.073 -128.088C94.8 -127.274 95.546 -125.868 94.801 -124.6C94.521 -124.794 94.291 -125.012 94.401 -125.4C94.635 -124.878 94.033 -124.588 93.865 -124.272C93.48 -123.547 92.581 -122.132 91.696 -122.739z', + path: 'M91.696 -122.739C89.178 -124.464 86.81 -125.57 84.368 -127.356C84.187 -127.489 83.827 -127.319 83.625 -127.441C82.618 -128.05 81.73 -128.631 80.748 -129.327C80.209 -129.709 79.388 -129.698 78.88 -129.956C76.336 -131.248 73.707 -131.806 71.2 -133C71.882 -133.638 73.004 -133.394 73.6 -134.2C73.795 -133.92 74.033 -133.636 74.386 -133.827C76.064 -134.731 77.914 -134.884 79.59 -134.794C81.294 -134.702 83.014 -134.397 84.789 -134.125C85.096 -134.078 85.295 -133.555 85.618 -133.458C87.846 -132.795 90.235 -133.32 92.354 -132.482C93.945 -131.853 95.515 -131.03 96.754 -129.755C97.006 -129.495 96.681 -129.194 96.401 -129C96.789 -129.109 97.062 -128.903 97.173 -128.59C97.257 -128.351 97.257 -128.049 97.173 -127.81C97.061 -127.498 96.782 -127.397 96.408 -127.346C95.001 -127.156 96.773 -128.536 96.073 -128.088C94.8 -127.274 95.546 -125.868 94.801 -124.6C94.521 -124.794 94.291 -125.012 94.401 -125.4C94.635 -124.878 94.033 -124.588 93.865 -124.272C93.48 -123.547 92.581 -122.132 91.696 -122.739z', stroke: 'none', - fill: '#cc7226' + fill: '#cc7226', }, { type: 'path', - path: - 'M59.198 -115.391C56.044 -116.185 52.994 -116.07 49.978 -117.346C49.911 -117.374 49.688 -117.027 49.624 -117.054C48.258 -117.648 47.34 -118.614 46.264 -119.66C45.351 -120.548 43.693 -120.161 42.419 -120.648C42.095 -120.772 41.892 -121.284 41.591 -121.323C40.372 -121.48 39.445 -122.429 38.4 -123C40.736 -123.795 43.147 -123.764 45.609 -124.148C45.722 -124.166 45.867 -123.845 46 -123.845C46.136 -123.845 46.266 -124.066 46.4 -124.2C46.595 -123.92 46.897 -123.594 47.154 -123.848C47.702 -124.388 48.258 -124.198 48.798 -124.158C48.942 -124.148 49.067 -123.845 49.2 -123.845C49.336 -123.845 49.467 -124.156 49.6 -124.156C49.736 -124.155 49.867 -123.845 50 -123.845C50.136 -123.845 50.266 -124.066 50.4 -124.2C51.092 -123.418 51.977 -123.972 52.799 -123.793C53.837 -123.566 54.104 -122.418 55.178 -122.12C59.893 -120.816 64.03 -118.671 68.393 -116.584C68.7 -116.437 68.91 -116.189 68.8 -115.8C69.067 -115.8 69.38 -115.888 69.57 -115.756C70.628 -115.024 71.669 -114.476 72.366 -113.378C72.582 -113.039 72.253 -112.632 72.02 -112.684C67.591 -113.679 63.585 -114.287 59.198 -115.391z', + path: 'M59.198 -115.391C56.044 -116.185 52.994 -116.07 49.978 -117.346C49.911 -117.374 49.688 -117.027 49.624 -117.054C48.258 -117.648 47.34 -118.614 46.264 -119.66C45.351 -120.548 43.693 -120.161 42.419 -120.648C42.095 -120.772 41.892 -121.284 41.591 -121.323C40.372 -121.48 39.445 -122.429 38.4 -123C40.736 -123.795 43.147 -123.764 45.609 -124.148C45.722 -124.166 45.867 -123.845 46 -123.845C46.136 -123.845 46.266 -124.066 46.4 -124.2C46.595 -123.92 46.897 -123.594 47.154 -123.848C47.702 -124.388 48.258 -124.198 48.798 -124.158C48.942 -124.148 49.067 -123.845 49.2 -123.845C49.336 -123.845 49.467 -124.156 49.6 -124.156C49.736 -124.155 49.867 -123.845 50 -123.845C50.136 -123.845 50.266 -124.066 50.4 -124.2C51.092 -123.418 51.977 -123.972 52.799 -123.793C53.837 -123.566 54.104 -122.418 55.178 -122.12C59.893 -120.816 64.03 -118.671 68.393 -116.584C68.7 -116.437 68.91 -116.189 68.8 -115.8C69.067 -115.8 69.38 -115.888 69.57 -115.756C70.628 -115.024 71.669 -114.476 72.366 -113.378C72.582 -113.039 72.253 -112.632 72.02 -112.684C67.591 -113.679 63.585 -114.287 59.198 -115.391z', stroke: 'none', - fill: '#cc7226' + fill: '#cc7226', }, { type: 'path', - path: - 'M45.338 -71.179C43.746 -72.398 43.162 -74.429 42.034 -76.221C41.82 -76.561 42.094 -76.875 42.411 -76.964C42.971 -77.123 43.514 -76.645 43.923 -76.443C45.668 -75.581 47.203 -74.339 49.2 -74.2C51.19 -71.966 55.45 -71.581 55.457 -68.2C55.458 -67.341 54.03 -68.259 53.6 -67.4C51.149 -68.403 48.76 -68.3 46.38 -69.767C45.763 -70.148 46.093 -70.601 45.338 -71.179z', + path: 'M45.338 -71.179C43.746 -72.398 43.162 -74.429 42.034 -76.221C41.82 -76.561 42.094 -76.875 42.411 -76.964C42.971 -77.123 43.514 -76.645 43.923 -76.443C45.668 -75.581 47.203 -74.339 49.2 -74.2C51.19 -71.966 55.45 -71.581 55.457 -68.2C55.458 -67.341 54.03 -68.259 53.6 -67.4C51.149 -68.403 48.76 -68.3 46.38 -69.767C45.763 -70.148 46.093 -70.601 45.338 -71.179z', stroke: 'none', - fill: '#cc7226' + fill: '#cc7226', }, { type: 'path', - path: - 'M17.8 -123.756C17.935 -123.755 24.966 -123.522 24.949 -123.408C24.904 -123.099 17.174 -122.05 16.81 -122.22C16.646 -122.296 9.134 -119.866 9 -120C9.268 -120.135 17.534 -123.756 17.8 -123.756z', + path: 'M17.8 -123.756C17.935 -123.755 24.966 -123.522 24.949 -123.408C24.904 -123.099 17.174 -122.05 16.81 -122.22C16.646 -122.296 9.134 -119.866 9 -120C9.268 -120.135 17.534 -123.756 17.8 -123.756z', stroke: 'none', - fill: '#cc7226' + fill: '#cc7226', }, { type: 'path', - path: - 'M33.2 -114C33.2 -114 18.4 -112.2 14 -111C9.6 -109.8 -9 -102.2 -12 -100.2C-12 -100.2 -25.4 -94.8 -42.4 -74.8C-42.4 -74.8 -34.8 -78.2 -32.6 -81C-32.6 -81 -19 -93.6 -19.2 -91C-19.2 -91 -7 -99.6 -7.6 -97.4C-7.6 -97.4 16.8 -108.6 14.8 -105.4C14.8 -105.4 36.4 -110 35.4 -108C35.4 -108 54.2 -103.6 51.4 -103.4C51.4 -103.4 45.6 -102.2 52 -98.6C52 -98.6 48.6 -94.2 43.2 -98.2C37.8 -102.2 40.8 -100 35.8 -99C35.8 -99 33.2 -98.2 28.6 -102.2C28.6 -102.2 23 -106.8 14.2 -103.2C14.2 -103.2 -16.4 -90.6 -18.4 -90C-18.4 -90 -22 -87.2 -24.4 -83.6C-24.4 -83.6 -30.2 -79.2 -33.2 -77.8C-33.2 -77.8 -46 -66.2 -47.2 -64.8C-47.2 -64.8 -50.6 -59.6 -51.4 -59.2C-51.4 -59.2 -45 -63 -43 -65C-43 -65 -29 -75 -23.6 -75.8C-23.6 -75.8 -19.2 -78.8 -18.4 -80.2C-18.4 -80.2 -4 -89.4 0.2 -89.4C0.2 -89.4 9.4 -84.2 11.8 -91.2C11.8 -91.2 17.6 -93 23.2 -91.8C23.2 -91.8 26.4 -94.4 25.6 -96.6C25.6 -96.6 27.2 -98.4 28.2 -94.6C28.2 -94.6 31.6 -91 36.4 -93C36.4 -93 40.4 -93.2 38.4 -90.8C38.4 -90.8 34 -87 22.2 -86.8C22.2 -86.8 9.8 -86.2 -6.6 -78.6C-6.6 -78.6 -36.4 -68.2 -45.6 -57.8C-45.6 -57.8 -52 -49 -57.4 -47.8C-57.4 -47.8 -63.2 -47 -69.2 -39.6C-69.2 -39.6 -59.4 -45.4 -50.4 -45.4C-50.4 -45.4 -46.4 -47.8 -50.2 -44.2C-50.2 -44.2 -53.8 -36.6 -52.2 -31.2C-52.2 -31.2 -52.8 -26 -53.6 -24.4C-53.6 -24.4 -61.4 -11.6 -61.4 -9.2C-61.4 -6.8 -60.2 3 -59.8 3.6C-59.4 4.2 -60.8 2 -57 4.4C-53.2 6.8 -50.4 8.4 -49.6 11.2C-48.8 14 -51.6 5.8 -51.8 4C-52 2.2 -56.2 -5 -55.4 -7.4C-55.4 -7.4 -54.4 -6.4 -53.6 -5C-53.6 -5 -54.2 -5.6 -53.6 -9.2C-53.6 -9.2 -52.8 -14.4 -51.4 -17.6C-50 -20.8 -48 -24.6 -47.6 -25.4C-47.2 -26.2 -47.2 -32 -45.8 -29.4L-42.4 -26.8C-42.4 -26.8 -45.2 -29.4 -43 -31.6C-43 -31.6 -44 -37.2 -42.2 -39.8C-42.2 -39.8 -35.2 -48.2 -33.6 -49.2C-32 -50.2 -33.4 -49.8 -33.4 -49.8C-33.4 -49.8 -27.4 -54 -33.2 -52.4C-33.2 -52.4 -37.2 -50.8 -40.2 -50.8C-40.2 -50.8 -47.8 -48.8 -43.8 -53C-39.8 -57.2 -29.8 -62.6 -26 -62.4L-25.2 -60.8L-14 -63.2L-15.2 -62.4C-15.2 -62.4 -15.4 -62.6 -11.2 -63C-7 -63.4 -1.2 -62 0.2 -63.8C1.6 -65.6 5 -66.6 4.6 -65.2C4.2 -63.8 4 -61.8 4 -61.8C4 -61.8 9 -67.6 8.4 -65.4C7.8 -63.2 -0.4 -58 -1.8 -51.8L8.6 -60L12.2 -63C12.2 -63 15.8 -60.8 16 -62.4C16.2 -64 20.8 -69.8 22 -69.6C23.2 -69.4 25.2 -72.2 25 -69.6C24.8 -67 32.4 -61.6 32.4 -61.6C32.4 -61.6 35.6 -63.4 37 -62C38.4 -60.6 42.6 -81.8 42.6 -81.8L67.6 -92.4L111.201 -95.8L94.201 -102.6L33.2 -114z', + path: 'M33.2 -114C33.2 -114 18.4 -112.2 14 -111C9.6 -109.8 -9 -102.2 -12 -100.2C-12 -100.2 -25.4 -94.8 -42.4 -74.8C-42.4 -74.8 -34.8 -78.2 -32.6 -81C-32.6 -81 -19 -93.6 -19.2 -91C-19.2 -91 -7 -99.6 -7.6 -97.4C-7.6 -97.4 16.8 -108.6 14.8 -105.4C14.8 -105.4 36.4 -110 35.4 -108C35.4 -108 54.2 -103.6 51.4 -103.4C51.4 -103.4 45.6 -102.2 52 -98.6C52 -98.6 48.6 -94.2 43.2 -98.2C37.8 -102.2 40.8 -100 35.8 -99C35.8 -99 33.2 -98.2 28.6 -102.2C28.6 -102.2 23 -106.8 14.2 -103.2C14.2 -103.2 -16.4 -90.6 -18.4 -90C-18.4 -90 -22 -87.2 -24.4 -83.6C-24.4 -83.6 -30.2 -79.2 -33.2 -77.8C-33.2 -77.8 -46 -66.2 -47.2 -64.8C-47.2 -64.8 -50.6 -59.6 -51.4 -59.2C-51.4 -59.2 -45 -63 -43 -65C-43 -65 -29 -75 -23.6 -75.8C-23.6 -75.8 -19.2 -78.8 -18.4 -80.2C-18.4 -80.2 -4 -89.4 0.2 -89.4C0.2 -89.4 9.4 -84.2 11.8 -91.2C11.8 -91.2 17.6 -93 23.2 -91.8C23.2 -91.8 26.4 -94.4 25.6 -96.6C25.6 -96.6 27.2 -98.4 28.2 -94.6C28.2 -94.6 31.6 -91 36.4 -93C36.4 -93 40.4 -93.2 38.4 -90.8C38.4 -90.8 34 -87 22.2 -86.8C22.2 -86.8 9.8 -86.2 -6.6 -78.6C-6.6 -78.6 -36.4 -68.2 -45.6 -57.8C-45.6 -57.8 -52 -49 -57.4 -47.8C-57.4 -47.8 -63.2 -47 -69.2 -39.6C-69.2 -39.6 -59.4 -45.4 -50.4 -45.4C-50.4 -45.4 -46.4 -47.8 -50.2 -44.2C-50.2 -44.2 -53.8 -36.6 -52.2 -31.2C-52.2 -31.2 -52.8 -26 -53.6 -24.4C-53.6 -24.4 -61.4 -11.6 -61.4 -9.2C-61.4 -6.8 -60.2 3 -59.8 3.6C-59.4 4.2 -60.8 2 -57 4.4C-53.2 6.8 -50.4 8.4 -49.6 11.2C-48.8 14 -51.6 5.8 -51.8 4C-52 2.2 -56.2 -5 -55.4 -7.4C-55.4 -7.4 -54.4 -6.4 -53.6 -5C-53.6 -5 -54.2 -5.6 -53.6 -9.2C-53.6 -9.2 -52.8 -14.4 -51.4 -17.6C-50 -20.8 -48 -24.6 -47.6 -25.4C-47.2 -26.2 -47.2 -32 -45.8 -29.4L-42.4 -26.8C-42.4 -26.8 -45.2 -29.4 -43 -31.6C-43 -31.6 -44 -37.2 -42.2 -39.8C-42.2 -39.8 -35.2 -48.2 -33.6 -49.2C-32 -50.2 -33.4 -49.8 -33.4 -49.8C-33.4 -49.8 -27.4 -54 -33.2 -52.4C-33.2 -52.4 -37.2 -50.8 -40.2 -50.8C-40.2 -50.8 -47.8 -48.8 -43.8 -53C-39.8 -57.2 -29.8 -62.6 -26 -62.4L-25.2 -60.8L-14 -63.2L-15.2 -62.4C-15.2 -62.4 -15.4 -62.6 -11.2 -63C-7 -63.4 -1.2 -62 0.2 -63.8C1.6 -65.6 5 -66.6 4.6 -65.2C4.2 -63.8 4 -61.8 4 -61.8C4 -61.8 9 -67.6 8.4 -65.4C7.8 -63.2 -0.4 -58 -1.8 -51.8L8.6 -60L12.2 -63C12.2 -63 15.8 -60.8 16 -62.4C16.2 -64 20.8 -69.8 22 -69.6C23.2 -69.4 25.2 -72.2 25 -69.6C24.8 -67 32.4 -61.6 32.4 -61.6C32.4 -61.6 35.6 -63.4 37 -62C38.4 -60.6 42.6 -81.8 42.6 -81.8L67.6 -92.4L111.201 -95.8L94.201 -102.6L33.2 -114z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', path: 'M51.4 85C51.4 85 36.4 68.2 28 65.6C28 65.6 14.6 58.8 -10 66.6', 'stroke-width': '2', stroke: '#4c0000', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M24.8 64.2C24.8 64.2 -0.4 56.2 -15.8 60.4C-15.8 60.4 -34.2 62.4 -42.6 76.2', + path: 'M24.8 64.2C24.8 64.2 -0.4 56.2 -15.8 60.4C-15.8 60.4 -34.2 62.4 -42.6 76.2', 'stroke-width': '2', stroke: '#4c0000', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M21.2 63C21.2 63 4.2 55.8 -10.6 53.6C-10.6 53.6 -27.2 51 -43.8 58.2C-43.8 58.2 -56 64.2 -61.4 74.4', + path: 'M21.2 63C21.2 63 4.2 55.8 -10.6 53.6C-10.6 53.6 -27.2 51 -43.8 58.2C-43.8 58.2 -56 64.2 -61.4 74.4', 'stroke-width': '2', stroke: '#4c0000', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M22.2 63.4C22.2 63.4 6.8 52.4 5.8 51C5.8 51 -1.2 40 -14.2 39.6C-14.2 39.6 -35.6 40.4 -52.8 48.4', + path: 'M22.2 63.4C22.2 63.4 6.8 52.4 5.8 51C5.8 51 -1.2 40 -14.2 39.6C-14.2 39.6 -35.6 40.4 -52.8 48.4', 'stroke-width': '2', stroke: '#4c0000', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M20.895 54.407C22.437 55.87 49.4 84.8 49.4 84.8C84.6 121.401 56.6 87.2 56.6 87.2C49 82.4 39.8 63.6 39.8 63.6C38.6 60.8 53.8 70.8 53.8 70.8C57.8 71.6 71.4 90.8 71.4 90.8C64.6 88.4 69.4 95.6 69.4 95.6C72.2 97.6 92.601 113.201 92.601 113.201C96.201 117.201 100.201 118.801 100.201 118.801C114.201 113.601 107.801 126.801 107.801 126.801C110.201 133.601 115.801 122.001 115.801 122.001C127.001 105.2 110.601 107.601 110.601 107.601C80.6 110.401 73.8 94.4 73.8 94.4C71.4 92 80.2 94.4 80.2 94.4C88.601 96.4 73 82 73 82C75.4 82 84.6 88.8 84.6 88.8C95.001 98 97.001 96 97.001 96C115.001 87.2 125.401 94.8 125.401 94.8C127.401 96.4 121.801 103.2 123.401 108.401C125.001 113.601 129.801 126.001 129.801 126.001C127.401 127.601 127.801 138.401 127.801 138.401C144.601 161.601 135.001 159.601 135.001 159.601C119.401 159.201 134.201 166.801 134.201 166.801C137.401 168.801 146.201 176.001 146.201 176.001C143.401 174.801 141.801 180.001 141.801 180.001C146.601 184.001 143.801 188.801 143.801 188.801C137.801 190.001 136.601 194.001 136.601 194.001C143.401 202.001 133.401 202.401 133.401 202.401C137.001 206.801 132.201 218.801 132.201 218.801C127.401 218.801 121.001 224.401 121.001 224.401C123.401 229.201 113.001 234.801 113.001 234.801C104.601 236.401 107.401 243.201 107.401 243.201C99.401 249.201 97.001 265.201 97.001 265.201C96.201 275.601 93.801 278.801 99.001 276.801C104.201 274.801 103.401 262.401 103.401 262.401C98.601 246.801 141.401 230.801 141.401 230.801C145.401 229.201 146.201 224.001 146.201 224.001C148.201 224.401 157.001 232.001 157.001 232.001C164.601 243.201 165.001 234.001 165.001 234.001C166.201 230.401 164.601 224.401 164.601 224.401C170.601 202.801 156.601 196.401 156.601 196.401C146.601 162.801 160.601 171.201 160.601 171.201C163.401 176.801 174.201 182.001 174.201 182.001L177.801 179.601C176.201 174.801 184.601 168.801 184.601 168.801C187.401 175.201 193.401 167.201 193.401 167.201C197.001 142.801 209.401 157.201 209.401 157.201C213.401 158.401 214.601 151.601 214.601 151.601C218.201 141.201 214.601 127.601 214.601 127.601C218.201 127.201 227.801 133.201 227.801 133.201C230.601 129.601 221.401 112.801 225.401 115.201C229.401 117.601 233.801 119.201 233.801 119.201C234.601 117.201 224.601 104.801 224.601 104.801C220.201 102 215.001 81.6 215.001 81.6C222.201 85.2 212.201 70 212.201 70C212.201 66.8 218.201 55.6 218.201 55.6C217.401 48.8 218.201 49.2 218.201 49.2C221.001 50.4 229.001 52 222.201 45.6C215.401 39.2 223.001 34.4 223.001 34.4C227.401 31.6 213.801 32 213.801 32C208.601 27.6 209.001 23.6 209.001 23.6C217.001 25.6 202.601 11.2 200.201 7.6C197.801 4 207.401 -1.2 207.401 -1.2C220.601 -4.8 209.001 -8 209.001 -8C189.401 -7.6 200.201 -18.4 200.201 -18.4C206.201 -18 204.601 -20.4 204.601 -20.4C199.401 -21.6 189.801 -28 189.801 -28C185.801 -31.6 189.401 -30.8 189.401 -30.8C206.201 -29.6 177.401 -40.8 177.401 -40.8C185.401 -40.8 167.401 -51.2 167.401 -51.2C165.401 -52.8 162.201 -60.4 162.201 -60.4C156.201 -65.6 151.401 -72.4 151.401 -72.4C151.001 -76.8 146.201 -81.6 146.201 -81.6C134.601 -95.2 129.001 -94.8 129.001 -94.8C114.201 -98.4 109.001 -97.6 109.001 -97.6L56.2 -93.2C29.8 -80.4 37.6 -59.4 37.6 -59.4C44 -51 53.2 -54.8 53.2 -54.8C57.8 -61 69.4 -58.8 69.4 -58.8C89.801 -55.6 87.201 -59.2 87.201 -59.2C84.801 -63.8 68.6 -70 68.4 -70.6C68.2 -71.2 59.4 -74.6 59.4 -74.6C56.4 -75.8 52 -85 52 -85C48.8 -88.4 64.6 -82.6 64.6 -82.6C63.4 -81.6 70.8 -77.6 70.8 -77.6C88.201 -78.6 98.801 -67.8 98.801 -67.8C109.601 -51.2 109.801 -59.4 109.801 -59.4C112.601 -68.8 100.801 -90 100.801 -90C101.201 -92 109.401 -85.4 109.401 -85.4C110.801 -87.4 111.601 -81.6 111.601 -81.6C111.801 -79.2 115.601 -71.2 115.601 -71.2C118.401 -58.2 122.001 -65.6 122.001 -65.6L126.601 -56.2C128.001 -53.6 122.001 -46 122.001 -46C121.801 -43.2 122.601 -43.4 117.001 -35.8C111.401 -28.2 114.801 -23.8 114.801 -23.8C113.401 -17.2 122.201 -17.6 122.201 -17.6C124.801 -15.4 128.201 -15.4 128.201 -15.4C130.001 -13.4 132.401 -14 132.401 -14C134.001 -17.8 140.201 -15.8 140.201 -15.8C141.601 -18.2 149.801 -18.6 149.801 -18.6C150.801 -21.2 151.201 -22.8 154.601 -23.4C158.001 -24 133.401 -67 133.401 -67C139.801 -67.8 131.601 -80.2 131.601 -80.2C129.401 -86.8 140.801 -72.2 143.001 -70.8C145.201 -69.4 146.201 -67.2 144.601 -67.4C143.001 -67.6 141.201 -65.4 142.601 -65.2C144.001 -65 157.001 -50 160.401 -39.8C163.801 -29.6 169.801 -25.6 176.001 -19.6C182.201 -13.6 181.401 10.6 181.401 10.6C181.001 19.4 187.001 30 187.001 30C189.001 33.8 184.801 52 184.801 52C182.801 54.2 184.201 55 184.201 55C185.201 56.2 192.001 69.4 192.001 69.4C190.201 69.2 193.801 72.8 193.801 72.8C199.001 78.8 192.601 75.8 192.601 75.8C186.601 74.2 193.601 84 193.601 84C194.801 85.8 185.801 81.2 185.801 81.2C176.601 80.6 188.201 87.8 188.201 87.8C196.801 95 185.401 90.6 185.401 90.6C180.801 88.8 184.001 95.6 184.001 95.6C187.201 97.2 204.401 104.2 204.401 104.2C204.801 108.001 201.801 113.001 201.801 113.001C202.201 117.001 200.001 120.401 200.001 120.401C198.801 128.601 198.201 129.401 198.201 129.401C194.001 129.601 186.601 143.401 186.601 143.401C184.801 146.001 174.601 158.001 174.601 158.001C172.601 165.001 154.601 157.801 154.601 157.801C148.001 161.201 150.001 157.801 150.001 157.801C149.601 155.601 154.401 149.601 154.401 149.601C161.401 147.001 158.801 136.201 158.801 136.201C162.801 134.801 151.601 132.001 151.801 130.801C152.001 129.601 157.801 128.201 157.801 128.201C165.801 126.201 161.401 123.801 161.401 123.801C160.801 119.801 163.801 114.201 163.801 114.201C175.401 113.401 163.801 97.2 163.801 97.2C153.001 89.6 152.001 83.8 152.001 83.8C164.601 75.6 156.401 63.2 156.601 59.6C156.801 56 158.001 34.4 158.001 34.4C156.001 28.2 153.001 14.6 153.001 14.6C155.201 9.4 162.601 -3.2 162.601 -3.2C165.401 -7.4 174.201 -12.2 172.001 -15.2C169.801 -18.2 162.001 -16.4 162.001 -16.4C154.201 -17.8 154.801 -12.6 154.801 -12.6C153.201 -11.6 152.401 -6.6 152.401 -6.6C151.68 1.333 142.801 7.6 142.801 7.6C131.601 13.8 140.801 17.8 140.801 17.8C146.801 24.4 137.001 24.6 137.001 24.6C126.001 22.8 134.201 33 134.201 33C145.001 45.8 142.001 48.6 142.001 48.6C131.801 49.6 144.401 58.8 144.401 58.8C144.401 58.8 143.601 56.8 143.801 58.6C144.001 60.4 147.001 64.6 147.801 66.6C148.601 68.6 144.601 68.8 144.601 68.8C145.201 78.4 129.801 74.2 129.801 74.2C129.801 74.2 129.801 74.2 128.201 74.4C126.601 74.6 115.401 73.8 109.601 71.6C103.801 69.4 97.001 69.4 97.001 69.4C97.001 69.4 93.001 71.2 85.4 71C77.8 70.8 69.8 73.6 69.8 73.6C65.4 73.2 74 68.8 74.2 69C74.4 69.2 80 63.6 72 64.2C50.203 65.835 39.4 55.6 39.4 55.6C37.4 54.2 34.8 51.4 34.8 51.4C24.8 49.4 36.2 63.8 36.2 63.8C37.4 65.2 36 66.2 36 66.2C35.2 64.6 27.4 59.2 27.4 59.2C24.589 58.227 23.226 56.893 20.895 54.407z', + path: 'M20.895 54.407C22.437 55.87 49.4 84.8 49.4 84.8C84.6 121.401 56.6 87.2 56.6 87.2C49 82.4 39.8 63.6 39.8 63.6C38.6 60.8 53.8 70.8 53.8 70.8C57.8 71.6 71.4 90.8 71.4 90.8C64.6 88.4 69.4 95.6 69.4 95.6C72.2 97.6 92.601 113.201 92.601 113.201C96.201 117.201 100.201 118.801 100.201 118.801C114.201 113.601 107.801 126.801 107.801 126.801C110.201 133.601 115.801 122.001 115.801 122.001C127.001 105.2 110.601 107.601 110.601 107.601C80.6 110.401 73.8 94.4 73.8 94.4C71.4 92 80.2 94.4 80.2 94.4C88.601 96.4 73 82 73 82C75.4 82 84.6 88.8 84.6 88.8C95.001 98 97.001 96 97.001 96C115.001 87.2 125.401 94.8 125.401 94.8C127.401 96.4 121.801 103.2 123.401 108.401C125.001 113.601 129.801 126.001 129.801 126.001C127.401 127.601 127.801 138.401 127.801 138.401C144.601 161.601 135.001 159.601 135.001 159.601C119.401 159.201 134.201 166.801 134.201 166.801C137.401 168.801 146.201 176.001 146.201 176.001C143.401 174.801 141.801 180.001 141.801 180.001C146.601 184.001 143.801 188.801 143.801 188.801C137.801 190.001 136.601 194.001 136.601 194.001C143.401 202.001 133.401 202.401 133.401 202.401C137.001 206.801 132.201 218.801 132.201 218.801C127.401 218.801 121.001 224.401 121.001 224.401C123.401 229.201 113.001 234.801 113.001 234.801C104.601 236.401 107.401 243.201 107.401 243.201C99.401 249.201 97.001 265.201 97.001 265.201C96.201 275.601 93.801 278.801 99.001 276.801C104.201 274.801 103.401 262.401 103.401 262.401C98.601 246.801 141.401 230.801 141.401 230.801C145.401 229.201 146.201 224.001 146.201 224.001C148.201 224.401 157.001 232.001 157.001 232.001C164.601 243.201 165.001 234.001 165.001 234.001C166.201 230.401 164.601 224.401 164.601 224.401C170.601 202.801 156.601 196.401 156.601 196.401C146.601 162.801 160.601 171.201 160.601 171.201C163.401 176.801 174.201 182.001 174.201 182.001L177.801 179.601C176.201 174.801 184.601 168.801 184.601 168.801C187.401 175.201 193.401 167.201 193.401 167.201C197.001 142.801 209.401 157.201 209.401 157.201C213.401 158.401 214.601 151.601 214.601 151.601C218.201 141.201 214.601 127.601 214.601 127.601C218.201 127.201 227.801 133.201 227.801 133.201C230.601 129.601 221.401 112.801 225.401 115.201C229.401 117.601 233.801 119.201 233.801 119.201C234.601 117.201 224.601 104.801 224.601 104.801C220.201 102 215.001 81.6 215.001 81.6C222.201 85.2 212.201 70 212.201 70C212.201 66.8 218.201 55.6 218.201 55.6C217.401 48.8 218.201 49.2 218.201 49.2C221.001 50.4 229.001 52 222.201 45.6C215.401 39.2 223.001 34.4 223.001 34.4C227.401 31.6 213.801 32 213.801 32C208.601 27.6 209.001 23.6 209.001 23.6C217.001 25.6 202.601 11.2 200.201 7.6C197.801 4 207.401 -1.2 207.401 -1.2C220.601 -4.8 209.001 -8 209.001 -8C189.401 -7.6 200.201 -18.4 200.201 -18.4C206.201 -18 204.601 -20.4 204.601 -20.4C199.401 -21.6 189.801 -28 189.801 -28C185.801 -31.6 189.401 -30.8 189.401 -30.8C206.201 -29.6 177.401 -40.8 177.401 -40.8C185.401 -40.8 167.401 -51.2 167.401 -51.2C165.401 -52.8 162.201 -60.4 162.201 -60.4C156.201 -65.6 151.401 -72.4 151.401 -72.4C151.001 -76.8 146.201 -81.6 146.201 -81.6C134.601 -95.2 129.001 -94.8 129.001 -94.8C114.201 -98.4 109.001 -97.6 109.001 -97.6L56.2 -93.2C29.8 -80.4 37.6 -59.4 37.6 -59.4C44 -51 53.2 -54.8 53.2 -54.8C57.8 -61 69.4 -58.8 69.4 -58.8C89.801 -55.6 87.201 -59.2 87.201 -59.2C84.801 -63.8 68.6 -70 68.4 -70.6C68.2 -71.2 59.4 -74.6 59.4 -74.6C56.4 -75.8 52 -85 52 -85C48.8 -88.4 64.6 -82.6 64.6 -82.6C63.4 -81.6 70.8 -77.6 70.8 -77.6C88.201 -78.6 98.801 -67.8 98.801 -67.8C109.601 -51.2 109.801 -59.4 109.801 -59.4C112.601 -68.8 100.801 -90 100.801 -90C101.201 -92 109.401 -85.4 109.401 -85.4C110.801 -87.4 111.601 -81.6 111.601 -81.6C111.801 -79.2 115.601 -71.2 115.601 -71.2C118.401 -58.2 122.001 -65.6 122.001 -65.6L126.601 -56.2C128.001 -53.6 122.001 -46 122.001 -46C121.801 -43.2 122.601 -43.4 117.001 -35.8C111.401 -28.2 114.801 -23.8 114.801 -23.8C113.401 -17.2 122.201 -17.6 122.201 -17.6C124.801 -15.4 128.201 -15.4 128.201 -15.4C130.001 -13.4 132.401 -14 132.401 -14C134.001 -17.8 140.201 -15.8 140.201 -15.8C141.601 -18.2 149.801 -18.6 149.801 -18.6C150.801 -21.2 151.201 -22.8 154.601 -23.4C158.001 -24 133.401 -67 133.401 -67C139.801 -67.8 131.601 -80.2 131.601 -80.2C129.401 -86.8 140.801 -72.2 143.001 -70.8C145.201 -69.4 146.201 -67.2 144.601 -67.4C143.001 -67.6 141.201 -65.4 142.601 -65.2C144.001 -65 157.001 -50 160.401 -39.8C163.801 -29.6 169.801 -25.6 176.001 -19.6C182.201 -13.6 181.401 10.6 181.401 10.6C181.001 19.4 187.001 30 187.001 30C189.001 33.8 184.801 52 184.801 52C182.801 54.2 184.201 55 184.201 55C185.201 56.2 192.001 69.4 192.001 69.4C190.201 69.2 193.801 72.8 193.801 72.8C199.001 78.8 192.601 75.8 192.601 75.8C186.601 74.2 193.601 84 193.601 84C194.801 85.8 185.801 81.2 185.801 81.2C176.601 80.6 188.201 87.8 188.201 87.8C196.801 95 185.401 90.6 185.401 90.6C180.801 88.8 184.001 95.6 184.001 95.6C187.201 97.2 204.401 104.2 204.401 104.2C204.801 108.001 201.801 113.001 201.801 113.001C202.201 117.001 200.001 120.401 200.001 120.401C198.801 128.601 198.201 129.401 198.201 129.401C194.001 129.601 186.601 143.401 186.601 143.401C184.801 146.001 174.601 158.001 174.601 158.001C172.601 165.001 154.601 157.801 154.601 157.801C148.001 161.201 150.001 157.801 150.001 157.801C149.601 155.601 154.401 149.601 154.401 149.601C161.401 147.001 158.801 136.201 158.801 136.201C162.801 134.801 151.601 132.001 151.801 130.801C152.001 129.601 157.801 128.201 157.801 128.201C165.801 126.201 161.401 123.801 161.401 123.801C160.801 119.801 163.801 114.201 163.801 114.201C175.401 113.401 163.801 97.2 163.801 97.2C153.001 89.6 152.001 83.8 152.001 83.8C164.601 75.6 156.401 63.2 156.601 59.6C156.801 56 158.001 34.4 158.001 34.4C156.001 28.2 153.001 14.6 153.001 14.6C155.201 9.4 162.601 -3.2 162.601 -3.2C165.401 -7.4 174.201 -12.2 172.001 -15.2C169.801 -18.2 162.001 -16.4 162.001 -16.4C154.201 -17.8 154.801 -12.6 154.801 -12.6C153.201 -11.6 152.401 -6.6 152.401 -6.6C151.68 1.333 142.801 7.6 142.801 7.6C131.601 13.8 140.801 17.8 140.801 17.8C146.801 24.4 137.001 24.6 137.001 24.6C126.001 22.8 134.201 33 134.201 33C145.001 45.8 142.001 48.6 142.001 48.6C131.801 49.6 144.401 58.8 144.401 58.8C144.401 58.8 143.601 56.8 143.801 58.6C144.001 60.4 147.001 64.6 147.801 66.6C148.601 68.6 144.601 68.8 144.601 68.8C145.201 78.4 129.801 74.2 129.801 74.2C129.801 74.2 129.801 74.2 128.201 74.4C126.601 74.6 115.401 73.8 109.601 71.6C103.801 69.4 97.001 69.4 97.001 69.4C97.001 69.4 93.001 71.2 85.4 71C77.8 70.8 69.8 73.6 69.8 73.6C65.4 73.2 74 68.8 74.2 69C74.4 69.2 80 63.6 72 64.2C50.203 65.835 39.4 55.6 39.4 55.6C37.4 54.2 34.8 51.4 34.8 51.4C24.8 49.4 36.2 63.8 36.2 63.8C37.4 65.2 36 66.2 36 66.2C35.2 64.6 27.4 59.2 27.4 59.2C24.589 58.227 23.226 56.893 20.895 54.407z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-3 42.8C-3 42.8 8.6 48.4 11.2 51.2C13.8 54 27.8 65.4 27.8 65.4C27.8 65.4 22.4 63.4 19.8 61.6C17.2 59.8 6.4 51.6 6.4 51.6C6.4 51.6 2.6 45.6 -3 42.8z', + path: 'M-3 42.8C-3 42.8 8.6 48.4 11.2 51.2C13.8 54 27.8 65.4 27.8 65.4C27.8 65.4 22.4 63.4 19.8 61.6C17.2 59.8 6.4 51.6 6.4 51.6C6.4 51.6 2.6 45.6 -3 42.8z', stroke: 'none', - fill: '#4c0000' + fill: '#4c0000', }, { type: 'path', - path: - 'M-61.009 11.603C-60.672 11.455 -61.196 8.743 -61.4 8.2C-62.422 5.474 -71.4 4 -71.4 4C-71.627 5.365 -71.682 6.961 -71.576 8.599C-71.576 8.599 -66.708 14.118 -61.009 11.603z', + path: 'M-61.009 11.603C-60.672 11.455 -61.196 8.743 -61.4 8.2C-62.422 5.474 -71.4 4 -71.4 4C-71.627 5.365 -71.682 6.961 -71.576 8.599C-71.576 8.599 -66.708 14.118 -61.009 11.603z', stroke: 'none', - fill: '#99cc32' + fill: '#99cc32', }, { type: 'path', - path: - 'M-61.009 11.403C-61.458 11.561 -61.024 8.669 -61.2 8.2C-62.222 5.474 -71.4 3.9 -71.4 3.9C-71.627 5.265 -71.682 6.861 -71.576 8.499C-71.576 8.499 -67.308 13.618 -61.009 11.403z', + path: 'M-61.009 11.403C-61.458 11.561 -61.024 8.669 -61.2 8.2C-62.222 5.474 -71.4 3.9 -71.4 3.9C-71.627 5.265 -71.682 6.861 -71.576 8.499C-71.576 8.499 -67.308 13.618 -61.009 11.403z', stroke: 'none', - fill: '#659900' + fill: '#659900', }, { type: 'path', - path: - 'M-65.4 11.546C-66.025 11.546 -66.531 10.406 -66.531 9C-66.531 7.595 -66.025 6.455 -65.4 6.455C-64.775 6.455 -64.268 7.595 -64.268 9C-64.268 10.406 -64.775 11.546 -65.4 11.546z', + path: 'M-65.4 11.546C-66.025 11.546 -66.531 10.406 -66.531 9C-66.531 7.595 -66.025 6.455 -65.4 6.455C-64.775 6.455 -64.268 7.595 -64.268 9C-64.268 10.406 -64.775 11.546 -65.4 11.546z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', path: 'M-65.4 9z', stroke: 'none', fill: '#000' }, { type: 'path', - path: - 'M-111 109.601C-111 109.601 -116.6 119.601 -91.8 113.601C-91.8 113.601 -77.8 112.401 -75.4 110.001C-74.2 110.801 -65.834 113.734 -63 114.401C-56.2 116.001 -47.8 106 -47.8 106C-47.8 106 -43.2 95.5 -40.4 95.5C-37.6 95.5 -40.8 97.1 -40.8 97.1C-40.8 97.1 -47.4 107.201 -47 108.801C-47 108.801 -52.2 128.801 -68.2 129.601C-68.2 129.601 -84.35 130.551 -83 136.401C-83 136.401 -74.2 134.001 -71.8 136.401C-71.8 136.401 -61 136.001 -69 142.401L-75.8 154.001C-75.8 154.001 -75.66 157.919 -85.8 154.401C-95.6 151.001 -105.9 138.101 -105.9 138.101C-105.9 138.101 -121.85 123.551 -111 109.601z', + path: 'M-111 109.601C-111 109.601 -116.6 119.601 -91.8 113.601C-91.8 113.601 -77.8 112.401 -75.4 110.001C-74.2 110.801 -65.834 113.734 -63 114.401C-56.2 116.001 -47.8 106 -47.8 106C-47.8 106 -43.2 95.5 -40.4 95.5C-37.6 95.5 -40.8 97.1 -40.8 97.1C-40.8 97.1 -47.4 107.201 -47 108.801C-47 108.801 -52.2 128.801 -68.2 129.601C-68.2 129.601 -84.35 130.551 -83 136.401C-83 136.401 -74.2 134.001 -71.8 136.401C-71.8 136.401 -61 136.001 -69 142.401L-75.8 154.001C-75.8 154.001 -75.66 157.919 -85.8 154.401C-95.6 151.001 -105.9 138.101 -105.9 138.101C-105.9 138.101 -121.85 123.551 -111 109.601z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-112.2 113.601C-112.2 113.601 -114.2 123.201 -77.4 112.801C-77.4 112.801 -73 112.801 -70.6 113.601C-68.2 114.401 -56.2 117.201 -54.2 116.001C-54.2 116.001 -61.4 129.601 -73 128.001C-73 128.001 -86.2 129.601 -85.8 134.401C-85.8 134.401 -81.8 141.601 -77 144.001C-77 144.001 -74.2 146.401 -74.6 149.601C-75 152.801 -77.8 154.401 -79.8 155.201C-81.8 156.001 -85 152.801 -86.6 152.801C-88.2 152.801 -96.6 146.401 -101 141.601C-105.4 136.801 -113.8 124.801 -113.4 122.001C-113 119.201 -112.2 113.601 -112.2 113.601z', + path: 'M-112.2 113.601C-112.2 113.601 -114.2 123.201 -77.4 112.801C-77.4 112.801 -73 112.801 -70.6 113.601C-68.2 114.401 -56.2 117.201 -54.2 116.001C-54.2 116.001 -61.4 129.601 -73 128.001C-73 128.001 -86.2 129.601 -85.8 134.401C-85.8 134.401 -81.8 141.601 -77 144.001C-77 144.001 -74.2 146.401 -74.6 149.601C-75 152.801 -77.8 154.401 -79.8 155.201C-81.8 156.001 -85 152.801 -86.6 152.801C-88.2 152.801 -96.6 146.401 -101 141.601C-105.4 136.801 -113.8 124.801 -113.4 122.001C-113 119.201 -112.2 113.601 -112.2 113.601z', stroke: 'none', - fill: '#e59999' + fill: '#e59999', }, { type: 'path', - path: - 'M-109 131.051C-106.4 135.001 -103.2 139.201 -101 141.601C-96.6 146.401 -88.2 152.801 -86.6 152.801C-85 152.801 -81.8 156.001 -79.8 155.201C-77.8 154.401 -75 152.801 -74.6 149.601C-74.2 146.401 -77 144.001 -77 144.001C-80.066 142.468 -82.806 138.976 -84.385 136.653C-84.385 136.653 -84.2 139.201 -89.4 138.401C-94.6 137.601 -99.8 134.801 -101.4 131.601C-103 128.401 -105.4 126.001 -103.8 129.601C-102.2 133.201 -99.8 136.801 -98.2 137.201C-96.6 137.601 -97 138.801 -99.4 138.401C-101.8 138.001 -104.6 137.601 -109 132.401z', + path: 'M-109 131.051C-106.4 135.001 -103.2 139.201 -101 141.601C-96.6 146.401 -88.2 152.801 -86.6 152.801C-85 152.801 -81.8 156.001 -79.8 155.201C-77.8 154.401 -75 152.801 -74.6 149.601C-74.2 146.401 -77 144.001 -77 144.001C-80.066 142.468 -82.806 138.976 -84.385 136.653C-84.385 136.653 -84.2 139.201 -89.4 138.401C-94.6 137.601 -99.8 134.801 -101.4 131.601C-103 128.401 -105.4 126.001 -103.8 129.601C-102.2 133.201 -99.8 136.801 -98.2 137.201C-96.6 137.601 -97 138.801 -99.4 138.401C-101.8 138.001 -104.6 137.601 -109 132.401z', stroke: 'none', - fill: '#b26565' + fill: '#b26565', }, { type: 'path', - path: - 'M-111.6 110.001C-111.6 110.001 -109.8 96.4 -108.6 92.4C-108.6 92.4 -109.4 85.6 -107 81.4C-104.6 77.2 -102.6 71 -99.6 65.6C-96.6 60.2 -96.4 56.2 -92.4 54.6C-88.4 53 -82.4 44.4 -79.6 43.4C-76.8 42.4 -77 43.2 -77 43.2C-77 43.2 -70.2 28.4 -56.6 32.4C-56.6 32.4 -72.8 29.6 -57 20.2C-57 20.2 -61.8 21.3 -58.5 14.3C-56.299 9.632 -56.8 16.4 -67.8 28.2C-67.8 28.2 -72.8 36.8 -78 39.8C-83.2 42.8 -95.2 49.8 -96.4 53.6C-97.6 57.4 -100.8 63.2 -102.8 64.8C-104.8 66.4 -107.6 70.6 -108 74C-108 74 -109.2 78 -110.6 79.2C-112 80.4 -112.2 83.6 -112.2 85.6C-112.2 87.6 -114.2 90.4 -114 92.8C-114 92.8 -113.2 111.801 -113.6 113.801L-111.6 110.001z', + path: 'M-111.6 110.001C-111.6 110.001 -109.8 96.4 -108.6 92.4C-108.6 92.4 -109.4 85.6 -107 81.4C-104.6 77.2 -102.6 71 -99.6 65.6C-96.6 60.2 -96.4 56.2 -92.4 54.6C-88.4 53 -82.4 44.4 -79.6 43.4C-76.8 42.4 -77 43.2 -77 43.2C-77 43.2 -70.2 28.4 -56.6 32.4C-56.6 32.4 -72.8 29.6 -57 20.2C-57 20.2 -61.8 21.3 -58.5 14.3C-56.299 9.632 -56.8 16.4 -67.8 28.2C-67.8 28.2 -72.8 36.8 -78 39.8C-83.2 42.8 -95.2 49.8 -96.4 53.6C-97.6 57.4 -100.8 63.2 -102.8 64.8C-104.8 66.4 -107.6 70.6 -108 74C-108 74 -109.2 78 -110.6 79.2C-112 80.4 -112.2 83.6 -112.2 85.6C-112.2 87.6 -114.2 90.4 -114 92.8C-114 92.8 -113.2 111.801 -113.6 113.801L-111.6 110.001z', stroke: 'none', - fill: '#992600' + fill: '#992600', }, { type: 'path', - path: - 'M-120.2 114.601C-120.2 114.601 -122.2 113.201 -126.6 119.201C-126.6 119.201 -119.3 152.201 -119.3 153.601C-119.3 153.601 -118.2 151.501 -119.5 144.301C-120.8 137.101 -121.7 124.401 -121.7 124.401L-120.2 114.601z', + path: 'M-120.2 114.601C-120.2 114.601 -122.2 113.201 -126.6 119.201C-126.6 119.201 -119.3 152.201 -119.3 153.601C-119.3 153.601 -118.2 151.501 -119.5 144.301C-120.8 137.101 -121.7 124.401 -121.7 124.401L-120.2 114.601z', stroke: 'none', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-98.6 54C-98.6 54 -116.2 57.2 -115.8 86.4L-116.6 111.201C-116.6 111.201 -117.8 85.6 -119 84C-120.2 82.4 -116.2 71.2 -119.4 77.2C-119.4 77.2 -133.4 91.2 -125.4 112.401C-125.4 112.401 -123.9 115.701 -126.9 111.101C-126.9 111.101 -131.5 98.5 -130.4 92.1C-130.4 92.1 -130.2 89.9 -128.3 87.1C-128.3 87.1 -119.7 75.4 -117 73.1C-117 73.1 -115.2 58.7 -99.8 53.5C-99.8 53.5 -94.1 51.2 -98.6 54z', + path: 'M-98.6 54C-98.6 54 -116.2 57.2 -115.8 86.4L-116.6 111.201C-116.6 111.201 -117.8 85.6 -119 84C-120.2 82.4 -116.2 71.2 -119.4 77.2C-119.4 77.2 -133.4 91.2 -125.4 112.401C-125.4 112.401 -123.9 115.701 -126.9 111.101C-126.9 111.101 -131.5 98.5 -130.4 92.1C-130.4 92.1 -130.2 89.9 -128.3 87.1C-128.3 87.1 -119.7 75.4 -117 73.1C-117 73.1 -115.2 58.7 -99.8 53.5C-99.8 53.5 -94.1 51.2 -98.6 54z', stroke: 'none', - fill: '#992600' + fill: '#992600', }, { type: 'path', - path: - 'M40.8 -12.2C41.46 -12.554 41.451 -13.524 42.031 -13.697C43.18 -14.041 43.344 -15.108 43.862 -15.892C44.735 -17.211 44.928 -18.744 45.51 -20.235C45.782 -20.935 45.809 -21.89 45.496 -22.55C44.322 -25.031 43.62 -27.48 42.178 -29.906C41.91 -30.356 41.648 -31.15 41.447 -31.748C40.984 -33.132 39.727 -34.123 38.867 -35.443C38.579 -35.884 39.104 -36.809 38.388 -36.893C37.491 -36.998 36.042 -37.578 35.809 -36.552C35.221 -33.965 36.232 -31.442 37.2 -29C36.418 -28.308 36.752 -27.387 36.904 -26.62C37.614 -23.014 36.416 -19.662 35.655 -16.188C35.632 -16.084 35.974 -15.886 35.946 -15.824C34.724 -13.138 33.272 -10.693 31.453 -8.312C30.695 -7.32 29.823 -6.404 29.326 -5.341C28.958 -4.554 28.55 -3.588 28.8 -2.6C25.365 0.18 23.115 4.025 20.504 7.871C20.042 8.551 20.333 9.76 20.884 10.029C21.697 10.427 22.653 9.403 23.123 8.557C23.512 7.859 23.865 7.209 24.356 6.566C24.489 6.391 24.31 5.972 24.445 5.851C27.078 3.504 28.747 0.568 31.2 -1.8C33.15 -2.129 34.687 -3.127 36.435 -4.14C36.743 -4.319 37.267 -4.07 37.557 -4.265C39.31 -5.442 39.308 -7.478 39.414 -9.388C39.464 -10.272 39.66 -11.589 40.8 -12.2z', + path: 'M40.8 -12.2C41.46 -12.554 41.451 -13.524 42.031 -13.697C43.18 -14.041 43.344 -15.108 43.862 -15.892C44.735 -17.211 44.928 -18.744 45.51 -20.235C45.782 -20.935 45.809 -21.89 45.496 -22.55C44.322 -25.031 43.62 -27.48 42.178 -29.906C41.91 -30.356 41.648 -31.15 41.447 -31.748C40.984 -33.132 39.727 -34.123 38.867 -35.443C38.579 -35.884 39.104 -36.809 38.388 -36.893C37.491 -36.998 36.042 -37.578 35.809 -36.552C35.221 -33.965 36.232 -31.442 37.2 -29C36.418 -28.308 36.752 -27.387 36.904 -26.62C37.614 -23.014 36.416 -19.662 35.655 -16.188C35.632 -16.084 35.974 -15.886 35.946 -15.824C34.724 -13.138 33.272 -10.693 31.453 -8.312C30.695 -7.32 29.823 -6.404 29.326 -5.341C28.958 -4.554 28.55 -3.588 28.8 -2.6C25.365 0.18 23.115 4.025 20.504 7.871C20.042 8.551 20.333 9.76 20.884 10.029C21.697 10.427 22.653 9.403 23.123 8.557C23.512 7.859 23.865 7.209 24.356 6.566C24.489 6.391 24.31 5.972 24.445 5.851C27.078 3.504 28.747 0.568 31.2 -1.8C33.15 -2.129 34.687 -3.127 36.435 -4.14C36.743 -4.319 37.267 -4.07 37.557 -4.265C39.31 -5.442 39.308 -7.478 39.414 -9.388C39.464 -10.272 39.66 -11.589 40.8 -12.2z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M31.959 -16.666C32.083 -16.743 31.928 -17.166 32.037 -17.382C32.199 -17.706 32.602 -17.894 32.764 -18.218C32.873 -18.434 32.71 -18.814 32.846 -18.956C35.179 -21.403 35.436 -24.427 34.4 -27.4C35.424 -28.02 35.485 -29.282 35.06 -30.129C34.207 -31.829 34.014 -33.755 33.039 -35.298C32.237 -36.567 30.659 -37.811 29.288 -36.508C28.867 -36.108 28.546 -35.321 28.824 -34.609C28.888 -34.446 29.173 -34.3 29.146 -34.218C29.039 -33.894 28.493 -33.67 28.487 -33.398C28.457 -31.902 27.503 -30.391 28.133 -29.062C28.905 -27.433 29.724 -25.576 30.4 -23.8C29.166 -21.684 30.199 -19.235 28.446 -17.358C28.31 -17.212 28.319 -16.826 28.441 -16.624C28.733 -16.138 29.139 -15.732 29.625 -15.44C29.827 -15.319 30.175 -15.317 30.375 -15.441C30.953 -15.803 31.351 -16.29 31.959 -16.666z', + path: 'M31.959 -16.666C32.083 -16.743 31.928 -17.166 32.037 -17.382C32.199 -17.706 32.602 -17.894 32.764 -18.218C32.873 -18.434 32.71 -18.814 32.846 -18.956C35.179 -21.403 35.436 -24.427 34.4 -27.4C35.424 -28.02 35.485 -29.282 35.06 -30.129C34.207 -31.829 34.014 -33.755 33.039 -35.298C32.237 -36.567 30.659 -37.811 29.288 -36.508C28.867 -36.108 28.546 -35.321 28.824 -34.609C28.888 -34.446 29.173 -34.3 29.146 -34.218C29.039 -33.894 28.493 -33.67 28.487 -33.398C28.457 -31.902 27.503 -30.391 28.133 -29.062C28.905 -27.433 29.724 -25.576 30.4 -23.8C29.166 -21.684 30.199 -19.235 28.446 -17.358C28.31 -17.212 28.319 -16.826 28.441 -16.624C28.733 -16.138 29.139 -15.732 29.625 -15.44C29.827 -15.319 30.175 -15.317 30.375 -15.441C30.953 -15.803 31.351 -16.29 31.959 -16.666z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M94.771 -26.977C96.16 -25.185 96.45 -22.39 94.401 -21C94.951 -17.691 98.302 -19.67 100.401 -20.2C100.292 -20.588 100.519 -20.932 100.802 -20.937C101.859 -20.952 102.539 -21.984 103.601 -21.8C104.035 -23.357 105.673 -24.059 106.317 -25.439C108.043 -29.134 107.452 -33.407 104.868 -36.653C104.666 -36.907 104.883 -37.424 104.759 -37.786C104.003 -39.997 101.935 -40.312 100.001 -41C98.824 -44.875 98.163 -48.906 96.401 -52.6C94.787 -52.85 94.089 -54.589 92.752 -55.309C91.419 -56.028 90.851 -54.449 90.892 -53.403C90.899 -53.198 91.351 -52.974 91.181 -52.609C91.105 -52.445 90.845 -52.334 90.845 -52.2C90.846 -52.065 91.067 -51.934 91.201 -51.8C90.283 -50.98 88.86 -50.503 88.565 -49.358C87.611 -45.648 90.184 -42.523 91.852 -39.322C92.443 -38.187 91.707 -36.916 90.947 -35.708C90.509 -35.013 90.617 -33.886 90.893 -33.03C91.645 -30.699 93.236 -28.96 94.771 -26.977z', + path: 'M94.771 -26.977C96.16 -25.185 96.45 -22.39 94.401 -21C94.951 -17.691 98.302 -19.67 100.401 -20.2C100.292 -20.588 100.519 -20.932 100.802 -20.937C101.859 -20.952 102.539 -21.984 103.601 -21.8C104.035 -23.357 105.673 -24.059 106.317 -25.439C108.043 -29.134 107.452 -33.407 104.868 -36.653C104.666 -36.907 104.883 -37.424 104.759 -37.786C104.003 -39.997 101.935 -40.312 100.001 -41C98.824 -44.875 98.163 -48.906 96.401 -52.6C94.787 -52.85 94.089 -54.589 92.752 -55.309C91.419 -56.028 90.851 -54.449 90.892 -53.403C90.899 -53.198 91.351 -52.974 91.181 -52.609C91.105 -52.445 90.845 -52.334 90.845 -52.2C90.846 -52.065 91.067 -51.934 91.201 -51.8C90.283 -50.98 88.86 -50.503 88.565 -49.358C87.611 -45.648 90.184 -42.523 91.852 -39.322C92.443 -38.187 91.707 -36.916 90.947 -35.708C90.509 -35.013 90.617 -33.886 90.893 -33.03C91.645 -30.699 93.236 -28.96 94.771 -26.977z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M57.611 -8.591C56.124 -6.74 52.712 -4.171 55.629 -2.243C55.823 -2.114 56.193 -2.11 56.366 -2.244C58.387 -3.809 60.39 -4.712 62.826 -5.294C62.95 -5.323 63.224 -4.856 63.593 -5.017C65.206 -5.72 67.216 -5.662 68.4 -7C72.167 -6.776 75.732 -7.892 79.123 -9.2C80.284 -9.648 81.554 -10.207 82.755 -10.709C84.131 -11.285 85.335 -12.213 86.447 -13.354C86.58 -13.49 86.934 -13.4 87.201 -13.4C87.161 -14.263 88.123 -14.39 88.37 -15.012C88.462 -15.244 88.312 -15.64 88.445 -15.742C90.583 -17.372 91.503 -19.39 90.334 -21.767C90.049 -22.345 89.8 -22.963 89.234 -23.439C88.149 -24.35 87.047 -23.496 86 -23.8C85.841 -23.172 85.112 -23.344 84.726 -23.146C83.867 -22.707 82.534 -23.292 81.675 -22.854C80.313 -22.159 79.072 -21.99 77.65 -21.613C77.338 -21.531 76.56 -21.627 76.4 -21C76.266 -21.134 76.118 -21.368 76.012 -21.346C74.104 -20.95 72.844 -20.736 71.543 -19.044C71.44 -18.911 70.998 -19.09 70.839 -18.955C69.882 -18.147 69.477 -16.913 68.376 -16.241C68.175 -16.118 67.823 -16.286 67.629 -16.157C66.983 -15.726 66.616 -15.085 65.974 -14.638C65.645 -14.409 65.245 -14.734 65.277 -14.99C65.522 -16.937 66.175 -18.724 65.6 -20.6C67.677 -23.12 70.194 -25.069 72 -27.8C72.015 -29.966 72.707 -32.112 72.594 -34.189C72.584 -34.382 72.296 -35.115 72.17 -35.462C71.858 -36.316 72.764 -37.382 71.92 -38.106C70.516 -39.309 69.224 -38.433 68.4 -37C66.562 -36.61 64.496 -35.917 62.918 -37.151C61.911 -37.938 61.333 -38.844 60.534 -39.9C59.549 -41.202 59.884 -42.638 59.954 -44.202C59.96 -44.33 59.645 -44.466 59.645 -44.6C59.646 -44.735 59.866 -44.866 60 -45C59.294 -45.626 59.019 -46.684 58 -47C58.305 -48.092 57.629 -48.976 56.758 -49.278C54.763 -49.969 53.086 -48.057 51.194 -47.984C50.68 -47.965 50.213 -49.003 49.564 -49.328C49.132 -49.544 48.428 -49.577 48.066 -49.311C47.378 -48.807 46.789 -48.693 46.031 -48.488C44.414 -48.052 43.136 -46.958 41.656 -46.103C40.171 -45.246 39.216 -43.809 38.136 -42.489C37.195 -41.337 37.059 -38.923 38.479 -38.423C40.322 -37.773 41.626 -40.476 43.592 -40.15C43.904 -40.099 44.11 -39.788 44 -39.4C44.389 -39.291 44.607 -39.52 44.8 -39.8C45.658 -38.781 46.822 -38.444 47.76 -37.571C48.73 -36.667 50.476 -37.085 51.491 -36.088C53.02 -34.586 52.461 -31.905 54.4 -30.6C53.814 -29.287 53.207 -28.01 52.872 -26.583C52.59 -25.377 53.584 -24.18 54.795 -24.271C56.053 -24.365 56.315 -25.124 56.8 -26.2C57.067 -25.933 57.536 -25.636 57.495 -25.42C57.038 -23.033 56.011 -21.04 55.553 -18.609C55.494 -18.292 55.189 -18.09 54.8 -18.2C54.332 -14.051 50.28 -11.657 47.735 -8.492C47.332 -7.99 47.328 -6.741 47.737 -6.338C49.14 -4.951 51.1 -6.497 52.8 -7C53.013 -8.206 53.872 -9.148 55.204 -9.092C55.46 -9.082 55.695 -9.624 56.019 -9.754C56.367 -9.892 56.869 -9.668 57.155 -9.866C58.884 -11.061 60.292 -12.167 62.03 -13.356C62.222 -13.487 62.566 -13.328 62.782 -13.436C63.107 -13.598 63.294 -13.985 63.617 -14.17C63.965 -14.37 64.207 -14.08 64.4 -13.8C63.754 -13.451 63.75 -12.494 63.168 -12.292C62.393 -12.024 61.832 -11.511 61.158 -11.064C60.866 -10.871 60.207 -11.119 60.103 -10.94C59.505 -9.912 58.321 -9.474 57.611 -8.591z', + path: 'M57.611 -8.591C56.124 -6.74 52.712 -4.171 55.629 -2.243C55.823 -2.114 56.193 -2.11 56.366 -2.244C58.387 -3.809 60.39 -4.712 62.826 -5.294C62.95 -5.323 63.224 -4.856 63.593 -5.017C65.206 -5.72 67.216 -5.662 68.4 -7C72.167 -6.776 75.732 -7.892 79.123 -9.2C80.284 -9.648 81.554 -10.207 82.755 -10.709C84.131 -11.285 85.335 -12.213 86.447 -13.354C86.58 -13.49 86.934 -13.4 87.201 -13.4C87.161 -14.263 88.123 -14.39 88.37 -15.012C88.462 -15.244 88.312 -15.64 88.445 -15.742C90.583 -17.372 91.503 -19.39 90.334 -21.767C90.049 -22.345 89.8 -22.963 89.234 -23.439C88.149 -24.35 87.047 -23.496 86 -23.8C85.841 -23.172 85.112 -23.344 84.726 -23.146C83.867 -22.707 82.534 -23.292 81.675 -22.854C80.313 -22.159 79.072 -21.99 77.65 -21.613C77.338 -21.531 76.56 -21.627 76.4 -21C76.266 -21.134 76.118 -21.368 76.012 -21.346C74.104 -20.95 72.844 -20.736 71.543 -19.044C71.44 -18.911 70.998 -19.09 70.839 -18.955C69.882 -18.147 69.477 -16.913 68.376 -16.241C68.175 -16.118 67.823 -16.286 67.629 -16.157C66.983 -15.726 66.616 -15.085 65.974 -14.638C65.645 -14.409 65.245 -14.734 65.277 -14.99C65.522 -16.937 66.175 -18.724 65.6 -20.6C67.677 -23.12 70.194 -25.069 72 -27.8C72.015 -29.966 72.707 -32.112 72.594 -34.189C72.584 -34.382 72.296 -35.115 72.17 -35.462C71.858 -36.316 72.764 -37.382 71.92 -38.106C70.516 -39.309 69.224 -38.433 68.4 -37C66.562 -36.61 64.496 -35.917 62.918 -37.151C61.911 -37.938 61.333 -38.844 60.534 -39.9C59.549 -41.202 59.884 -42.638 59.954 -44.202C59.96 -44.33 59.645 -44.466 59.645 -44.6C59.646 -44.735 59.866 -44.866 60 -45C59.294 -45.626 59.019 -46.684 58 -47C58.305 -48.092 57.629 -48.976 56.758 -49.278C54.763 -49.969 53.086 -48.057 51.194 -47.984C50.68 -47.965 50.213 -49.003 49.564 -49.328C49.132 -49.544 48.428 -49.577 48.066 -49.311C47.378 -48.807 46.789 -48.693 46.031 -48.488C44.414 -48.052 43.136 -46.958 41.656 -46.103C40.171 -45.246 39.216 -43.809 38.136 -42.489C37.195 -41.337 37.059 -38.923 38.479 -38.423C40.322 -37.773 41.626 -40.476 43.592 -40.15C43.904 -40.099 44.11 -39.788 44 -39.4C44.389 -39.291 44.607 -39.52 44.8 -39.8C45.658 -38.781 46.822 -38.444 47.76 -37.571C48.73 -36.667 50.476 -37.085 51.491 -36.088C53.02 -34.586 52.461 -31.905 54.4 -30.6C53.814 -29.287 53.207 -28.01 52.872 -26.583C52.59 -25.377 53.584 -24.18 54.795 -24.271C56.053 -24.365 56.315 -25.124 56.8 -26.2C57.067 -25.933 57.536 -25.636 57.495 -25.42C57.038 -23.033 56.011 -21.04 55.553 -18.609C55.494 -18.292 55.189 -18.09 54.8 -18.2C54.332 -14.051 50.28 -11.657 47.735 -8.492C47.332 -7.99 47.328 -6.741 47.737 -6.338C49.14 -4.951 51.1 -6.497 52.8 -7C53.013 -8.206 53.872 -9.148 55.204 -9.092C55.46 -9.082 55.695 -9.624 56.019 -9.754C56.367 -9.892 56.869 -9.668 57.155 -9.866C58.884 -11.061 60.292 -12.167 62.03 -13.356C62.222 -13.487 62.566 -13.328 62.782 -13.436C63.107 -13.598 63.294 -13.985 63.617 -14.17C63.965 -14.37 64.207 -14.08 64.4 -13.8C63.754 -13.451 63.75 -12.494 63.168 -12.292C62.393 -12.024 61.832 -11.511 61.158 -11.064C60.866 -10.871 60.207 -11.119 60.103 -10.94C59.505 -9.912 58.321 -9.474 57.611 -8.591z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M2.2 -58C2.2 -58 -7.038 -60.872 -18.2 -35.2C-18.2 -35.2 -20.6 -30 -23 -28C-25.4 -26 -36.6 -22.4 -38.6 -18.4L-49 -2.4C-49 -2.4 -34.2 -18.4 -31 -20.8C-31 -20.8 -23 -29.2 -26.2 -22.4C-26.2 -22.4 -40.2 -11.6 -39 -2.4C-39 -2.4 -44.6 12 -45.4 14C-45.4 14 -29.4 -18 -27 -19.2C-24.6 -20.4 -23.4 -20.4 -24.6 -16.8C-25.8 -13.2 -26.2 3.2 -29 5.2C-29 5.2 -21 -15.2 -21.8 -18.4C-21.8 -18.4 -18.6 -22 -16.2 -16.8L-17.4 -0.8L-13 11.2C-13 11.2 -15.4 0 -13.8 -15.6C-13.8 -15.6 -15.8 -26 -11.8 -20.4C-7.8 -14.8 1.8 -8.8 1.8 -4C1.8 -4 -3.4 -21.6 -12.6 -26.4L-16.6 -20.4L-17.8 -22.4C-17.8 -22.4 -21.4 -23.2 -17 -30C-12.6 -36.8 -13 -37.6 -13 -37.6C-13 -37.6 -6.6 -30.4 -5 -30.4C-5 -30.4 8.2 -38 9.4 -13.6C9.4 -13.6 16.2 -28 7 -34.8C7 -34.8 -7.8 -36.8 -6.6 -42L0.6 -54.4C4.2 -59.6 2.6 -56.8 2.6 -56.8z', + path: 'M2.2 -58C2.2 -58 -7.038 -60.872 -18.2 -35.2C-18.2 -35.2 -20.6 -30 -23 -28C-25.4 -26 -36.6 -22.4 -38.6 -18.4L-49 -2.4C-49 -2.4 -34.2 -18.4 -31 -20.8C-31 -20.8 -23 -29.2 -26.2 -22.4C-26.2 -22.4 -40.2 -11.6 -39 -2.4C-39 -2.4 -44.6 12 -45.4 14C-45.4 14 -29.4 -18 -27 -19.2C-24.6 -20.4 -23.4 -20.4 -24.6 -16.8C-25.8 -13.2 -26.2 3.2 -29 5.2C-29 5.2 -21 -15.2 -21.8 -18.4C-21.8 -18.4 -18.6 -22 -16.2 -16.8L-17.4 -0.8L-13 11.2C-13 11.2 -15.4 0 -13.8 -15.6C-13.8 -15.6 -15.8 -26 -11.8 -20.4C-7.8 -14.8 1.8 -8.8 1.8 -4C1.8 -4 -3.4 -21.6 -12.6 -26.4L-16.6 -20.4L-17.8 -22.4C-17.8 -22.4 -21.4 -23.2 -17 -30C-12.6 -36.8 -13 -37.6 -13 -37.6C-13 -37.6 -6.6 -30.4 -5 -30.4C-5 -30.4 8.2 -38 9.4 -13.6C9.4 -13.6 16.2 -28 7 -34.8C7 -34.8 -7.8 -36.8 -6.6 -42L0.6 -54.4C4.2 -59.6 2.6 -56.8 2.6 -56.8z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-17.8 -41.6C-17.8 -41.6 -30.6 -41.6 -33.8 -36.4L-41 -26.8C-41 -26.8 -23.8 -36.8 -19.8 -38C-15.8 -39.2 -17.8 -41.6 -17.8 -41.6z', + path: 'M-17.8 -41.6C-17.8 -41.6 -30.6 -41.6 -33.8 -36.4L-41 -26.8C-41 -26.8 -23.8 -36.8 -19.8 -38C-15.8 -39.2 -17.8 -41.6 -17.8 -41.6z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-57.8 -35.2C-57.8 -35.2 -59.8 -34 -60.2 -31.2C-60.6 -28.4 -63 -28 -62.2 -25.2C-61.4 -22.4 -59.4 -20 -59.4 -24C-59.4 -28 -57.8 -30 -57 -31.2C-56.2 -32.4 -54.6 -36.8 -57.8 -35.2z', + path: 'M-57.8 -35.2C-57.8 -35.2 -59.8 -34 -60.2 -31.2C-60.6 -28.4 -63 -28 -62.2 -25.2C-61.4 -22.4 -59.4 -20 -59.4 -24C-59.4 -28 -57.8 -30 -57 -31.2C-56.2 -32.4 -54.6 -36.8 -57.8 -35.2z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-66.6 26C-66.6 26 -75 22 -78.2 18.4C-81.4 14.8 -80.948 19.966 -85.8 19.6C-91.647 19.159 -90.6 3.2 -90.6 3.2L-94.6 10.8C-94.6 10.8 -95.8 25.2 -87.8 22.8C-83.893 21.628 -82.6 23.2 -84.2 24C-85.8 24.8 -78.6 25.2 -81.4 26.8C-84.2 28.4 -69.8 23.2 -72.2 33.6L-66.6 26z', + path: 'M-66.6 26C-66.6 26 -75 22 -78.2 18.4C-81.4 14.8 -80.948 19.966 -85.8 19.6C-91.647 19.159 -90.6 3.2 -90.6 3.2L-94.6 10.8C-94.6 10.8 -95.8 25.2 -87.8 22.8C-83.893 21.628 -82.6 23.2 -84.2 24C-85.8 24.8 -78.6 25.2 -81.4 26.8C-84.2 28.4 -69.8 23.2 -72.2 33.6L-66.6 26z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-79.2 40.4C-79.2 40.4 -94.6 44.8 -98.2 35.2C-98.2 35.2 -103 37.6 -100.8 40.6C-98.6 43.6 -97.4 44 -97.4 44C-97.4 44 -92 45.2 -92.6 46C-93.2 46.8 -95.6 50.2 -95.6 50.2C-95.6 50.2 -85.4 44.2 -79.2 40.4z', + path: 'M-79.2 40.4C-79.2 40.4 -94.6 44.8 -98.2 35.2C-98.2 35.2 -103 37.6 -100.8 40.6C-98.6 43.6 -97.4 44 -97.4 44C-97.4 44 -92 45.2 -92.6 46C-93.2 46.8 -95.6 50.2 -95.6 50.2C-95.6 50.2 -85.4 44.2 -79.2 40.4z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M149.201 118.601C148.774 120.735 147.103 121.536 145.201 122.201C143.284 121.243 140.686 118.137 138.801 120.201C138.327 119.721 137.548 119.661 137.204 118.999C136.739 118.101 137.011 117.055 136.669 116.257C136.124 114.985 135.415 113.619 135.601 112.201C137.407 111.489 138.002 109.583 137.528 107.82C137.459 107.563 137.03 107.366 137.23 107.017C137.416 106.694 137.734 106.467 138.001 106.2C137.866 106.335 137.721 106.568 137.61 106.548C137 106.442 137.124 105.805 137.254 105.418C137.839 103.672 139.853 103.408 141.201 104.6C141.457 104.035 141.966 104.229 142.401 104.2C142.351 103.621 142.759 103.094 142.957 102.674C143.475 101.576 145.104 102.682 145.901 102.07C146.977 101.245 148.04 100.546 149.118 101.149C150.927 102.162 152.636 103.374 153.835 105.115C154.41 105.949 154.65 107.23 154.592 108.188C154.554 108.835 153.173 108.483 152.83 109.412C152.185 111.16 154.016 111.679 154.772 113.017C154.97 113.366 154.706 113.67 154.391 113.768C153.98 113.896 153.196 113.707 153.334 114.16C154.306 117.353 151.55 118.031 149.201 118.601z', + path: 'M149.201 118.601C148.774 120.735 147.103 121.536 145.201 122.201C143.284 121.243 140.686 118.137 138.801 120.201C138.327 119.721 137.548 119.661 137.204 118.999C136.739 118.101 137.011 117.055 136.669 116.257C136.124 114.985 135.415 113.619 135.601 112.201C137.407 111.489 138.002 109.583 137.528 107.82C137.459 107.563 137.03 107.366 137.23 107.017C137.416 106.694 137.734 106.467 138.001 106.2C137.866 106.335 137.721 106.568 137.61 106.548C137 106.442 137.124 105.805 137.254 105.418C137.839 103.672 139.853 103.408 141.201 104.6C141.457 104.035 141.966 104.229 142.401 104.2C142.351 103.621 142.759 103.094 142.957 102.674C143.475 101.576 145.104 102.682 145.901 102.07C146.977 101.245 148.04 100.546 149.118 101.149C150.927 102.162 152.636 103.374 153.835 105.115C154.41 105.949 154.65 107.23 154.592 108.188C154.554 108.835 153.173 108.483 152.83 109.412C152.185 111.16 154.016 111.679 154.772 113.017C154.97 113.366 154.706 113.67 154.391 113.768C153.98 113.896 153.196 113.707 153.334 114.16C154.306 117.353 151.55 118.031 149.201 118.601z', stroke: 'none', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M139.6 138.201C139.593 136.463 137.992 134.707 139.201 133.001C139.336 133.135 139.467 133.356 139.601 133.356C139.736 133.356 139.867 133.135 140.001 133.001C141.496 135.217 145.148 136.145 145.006 138.991C144.984 139.438 143.897 140.356 144.801 141.001C142.988 142.349 142.933 144.719 142.001 146.601C140.763 146.315 139.551 145.952 138.401 145.401C138.753 143.915 138.636 142.231 139.456 140.911C139.89 140.213 139.603 139.134 139.6 138.201z', + path: 'M139.6 138.201C139.593 136.463 137.992 134.707 139.201 133.001C139.336 133.135 139.467 133.356 139.601 133.356C139.736 133.356 139.867 133.135 140.001 133.001C141.496 135.217 145.148 136.145 145.006 138.991C144.984 139.438 143.897 140.356 144.801 141.001C142.988 142.349 142.933 144.719 142.001 146.601C140.763 146.315 139.551 145.952 138.401 145.401C138.753 143.915 138.636 142.231 139.456 140.911C139.89 140.213 139.603 139.134 139.6 138.201z', stroke: 'none', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-26.6 129.201C-26.6 129.201 -43.458 139.337 -29.4 124.001C-20.6 114.401 -10.6 108.801 -10.6 108.801C-10.6 108.801 -0.2 104.4 3.4 103.2C7 102 22.2 96.8 25.4 96.4C28.6 96 38.2 92 45 96C51.8 100 59.8 104.4 59.8 104.4C59.8 104.4 43.4 96 39.8 98.4C36.2 100.8 29 100.4 23 103.6C23 103.6 8.2 108.001 5 110.001C1.8 112.001 -8.6 123.601 -10.2 122.801C-11.8 122.001 -9.8 121.601 -8.6 118.801C-7.4 116.001 -9.4 114.401 -17.4 120.801C-25.4 127.201 -26.6 129.201 -26.6 129.201z', + path: 'M-26.6 129.201C-26.6 129.201 -43.458 139.337 -29.4 124.001C-20.6 114.401 -10.6 108.801 -10.6 108.801C-10.6 108.801 -0.2 104.4 3.4 103.2C7 102 22.2 96.8 25.4 96.4C28.6 96 38.2 92 45 96C51.8 100 59.8 104.4 59.8 104.4C59.8 104.4 43.4 96 39.8 98.4C36.2 100.8 29 100.4 23 103.6C23 103.6 8.2 108.001 5 110.001C1.8 112.001 -8.6 123.601 -10.2 122.801C-11.8 122.001 -9.8 121.601 -8.6 118.801C-7.4 116.001 -9.4 114.401 -17.4 120.801C-25.4 127.201 -26.6 129.201 -26.6 129.201z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-19.195 123.234C-19.195 123.234 -17.785 110.194 -9.307 111.859C-9.307 111.859 -1.081 107.689 1.641 105.721C1.641 105.721 9.78 104.019 11.09 103.402C29.569 94.702 44.288 99.221 44.835 98.101C45.381 96.982 65.006 104.099 68.615 108.185C69.006 108.628 58.384 102.588 48.686 100.697C40.413 99.083 18.811 100.944 7.905 106.48C4.932 107.989 -4.013 113.773 -6.544 113.662C-9.075 113.55 -19.195 123.234 -19.195 123.234z', + path: 'M-19.195 123.234C-19.195 123.234 -17.785 110.194 -9.307 111.859C-9.307 111.859 -1.081 107.689 1.641 105.721C1.641 105.721 9.78 104.019 11.09 103.402C29.569 94.702 44.288 99.221 44.835 98.101C45.381 96.982 65.006 104.099 68.615 108.185C69.006 108.628 58.384 102.588 48.686 100.697C40.413 99.083 18.811 100.944 7.905 106.48C4.932 107.989 -4.013 113.773 -6.544 113.662C-9.075 113.55 -19.195 123.234 -19.195 123.234z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-23 148.801C-23 148.801 -38.2 146.401 -21.4 144.801C-21.4 144.801 -3.4 142.801 0.6 137.601C0.6 137.601 14.2 128.401 17 128.001C19.8 127.601 49.8 120.401 50.2 118.001C50.6 115.601 56.2 115.601 57.8 116.401C59.4 117.201 58.6 118.401 55.8 119.201C53 120.001 21.8 136.401 15.4 137.601C9 138.801 -2.6 146.401 -7.4 147.601C-12.2 148.801 -23 148.801 -23 148.801z', + path: 'M-23 148.801C-23 148.801 -38.2 146.401 -21.4 144.801C-21.4 144.801 -3.4 142.801 0.6 137.601C0.6 137.601 14.2 128.401 17 128.001C19.8 127.601 49.8 120.401 50.2 118.001C50.6 115.601 56.2 115.601 57.8 116.401C59.4 117.201 58.6 118.401 55.8 119.201C53 120.001 21.8 136.401 15.4 137.601C9 138.801 -2.6 146.401 -7.4 147.601C-12.2 148.801 -23 148.801 -23 148.801z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-3.48 141.403C-3.48 141.403 -12.062 140.574 -3.461 139.755C-3.461 139.755 5.355 136.331 7.403 133.668C7.403 133.668 14.367 128.957 15.8 128.753C17.234 128.548 31.194 124.861 31.399 123.633C31.604 122.404 65.67 109.823 70.09 113.013C73.001 115.114 63.1 113.437 53.466 117.847C52.111 118.467 18.258 133.054 14.981 133.668C11.704 134.283 5.765 138.174 3.307 138.788C0.85 139.403 -3.48 141.403 -3.48 141.403z', + path: 'M-3.48 141.403C-3.48 141.403 -12.062 140.574 -3.461 139.755C-3.461 139.755 5.355 136.331 7.403 133.668C7.403 133.668 14.367 128.957 15.8 128.753C17.234 128.548 31.194 124.861 31.399 123.633C31.604 122.404 65.67 109.823 70.09 113.013C73.001 115.114 63.1 113.437 53.466 117.847C52.111 118.467 18.258 133.054 14.981 133.668C11.704 134.283 5.765 138.174 3.307 138.788C0.85 139.403 -3.48 141.403 -3.48 141.403z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-11.4 143.601C-11.4 143.601 -6.2 143.201 -7.4 144.801C-8.6 146.401 -11 145.601 -11 145.601L-11.4 143.601z', + path: 'M-11.4 143.601C-11.4 143.601 -6.2 143.201 -7.4 144.801C-8.6 146.401 -11 145.601 -11 145.601L-11.4 143.601z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-18.6 145.201C-18.6 145.201 -13.4 144.801 -14.6 146.401C-15.8 148.001 -18.2 147.201 -18.2 147.201L-18.6 145.201z', + path: 'M-18.6 145.201C-18.6 145.201 -13.4 144.801 -14.6 146.401C-15.8 148.001 -18.2 147.201 -18.2 147.201L-18.6 145.201z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-29 146.801C-29 146.801 -23.8 146.401 -25 148.001C-26.2 149.601 -28.6 148.801 -28.6 148.801L-29 146.801z', + path: 'M-29 146.801C-29 146.801 -23.8 146.401 -25 148.001C-26.2 149.601 -28.6 148.801 -28.6 148.801L-29 146.801z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-36.6 147.601C-36.6 147.601 -31.4 147.201 -32.6 148.801C-33.8 150.401 -36.2 149.601 -36.2 149.601L-36.6 147.601z', + path: 'M-36.6 147.601C-36.6 147.601 -31.4 147.201 -32.6 148.801C-33.8 150.401 -36.2 149.601 -36.2 149.601L-36.6 147.601z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M1.8 108.001C1.8 108.001 6.2 108.001 5 109.601C3.8 111.201 0.6 110.801 0.6 110.801L1.8 108.001z', + path: 'M1.8 108.001C1.8 108.001 6.2 108.001 5 109.601C3.8 111.201 0.6 110.801 0.6 110.801L1.8 108.001z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-8.2 113.601C-8.2 113.601 -1.694 111.46 -4.2 114.801C-5.4 116.401 -7.8 115.601 -7.8 115.601L-8.2 113.601z', + path: 'M-8.2 113.601C-8.2 113.601 -1.694 111.46 -4.2 114.801C-5.4 116.401 -7.8 115.601 -7.8 115.601L-8.2 113.601z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-19.4 118.401C-19.4 118.401 -14.2 118.001 -15.4 119.601C-16.6 121.201 -19 120.401 -19 120.401L-19.4 118.401z', + path: 'M-19.4 118.401C-19.4 118.401 -14.2 118.001 -15.4 119.601C-16.6 121.201 -19 120.401 -19 120.401L-19.4 118.401z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-27 124.401C-27 124.401 -21.8 124.001 -23 125.601C-24.2 127.201 -26.6 126.401 -26.6 126.401L-27 124.401z', + path: 'M-27 124.401C-27 124.401 -21.8 124.001 -23 125.601C-24.2 127.201 -26.6 126.401 -26.6 126.401L-27 124.401z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-33.8 129.201C-33.8 129.201 -28.6 128.801 -29.8 130.401C-31 132.001 -33.4 131.201 -33.4 131.201L-33.8 129.201z', + path: 'M-33.8 129.201C-33.8 129.201 -28.6 128.801 -29.8 130.401C-31 132.001 -33.4 131.201 -33.4 131.201L-33.8 129.201z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M5.282 135.598C5.282 135.598 12.203 135.066 10.606 137.195C9.009 139.325 5.814 138.26 5.814 138.26L5.282 135.598z', + path: 'M5.282 135.598C5.282 135.598 12.203 135.066 10.606 137.195C9.009 139.325 5.814 138.26 5.814 138.26L5.282 135.598z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M15.682 130.798C15.682 130.798 22.603 130.266 21.006 132.395C19.409 134.525 16.214 133.46 16.214 133.46L15.682 130.798z', + path: 'M15.682 130.798C15.682 130.798 22.603 130.266 21.006 132.395C19.409 134.525 16.214 133.46 16.214 133.46L15.682 130.798z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M26.482 126.398C26.482 126.398 33.403 125.866 31.806 127.995C30.209 130.125 27.014 129.06 27.014 129.06L26.482 126.398z', + path: 'M26.482 126.398C26.482 126.398 33.403 125.866 31.806 127.995C30.209 130.125 27.014 129.06 27.014 129.06L26.482 126.398z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M36.882 121.598C36.882 121.598 43.803 121.066 42.206 123.195C40.609 125.325 37.414 124.26 37.414 124.26L36.882 121.598z', + path: 'M36.882 121.598C36.882 121.598 43.803 121.066 42.206 123.195C40.609 125.325 37.414 124.26 37.414 124.26L36.882 121.598z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M9.282 103.598C9.282 103.598 16.203 103.066 14.606 105.195C13.009 107.325 9.014 107.06 9.014 107.06L9.282 103.598z', + path: 'M9.282 103.598C9.282 103.598 16.203 103.066 14.606 105.195C13.009 107.325 9.014 107.06 9.014 107.06L9.282 103.598z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M19.282 100.398C19.282 100.398 26.203 99.866 24.606 101.995C23.009 104.125 18.614 103.86 18.614 103.86L19.282 100.398z', + path: 'M19.282 100.398C19.282 100.398 26.203 99.866 24.606 101.995C23.009 104.125 18.614 103.86 18.614 103.86L19.282 100.398z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-3.4 140.401C-3.4 140.401 1.8 140.001 0.6 141.601C-0.6 143.201 -3 142.401 -3 142.401L-3.4 140.401z', + path: 'M-3.4 140.401C-3.4 140.401 1.8 140.001 0.6 141.601C-0.6 143.201 -3 142.401 -3 142.401L-3.4 140.401z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-76.6 41.2C-76.6 41.2 -81 50 -81.4 53.2C-81.4 53.2 -80.6 44.4 -79.4 42.4C-78.2 40.4 -76.6 41.2 -76.6 41.2z', + path: 'M-76.6 41.2C-76.6 41.2 -81 50 -81.4 53.2C-81.4 53.2 -80.6 44.4 -79.4 42.4C-78.2 40.4 -76.6 41.2 -76.6 41.2z', stroke: 'none', - fill: '#992600' + fill: '#992600', }, { type: 'path', - path: - 'M-95 55.2C-95 55.2 -98.2 69.6 -97.8 72.4C-97.8 72.4 -99 60.8 -98.6 59.6C-98.2 58.4 -95 55.2 -95 55.2z', + path: 'M-95 55.2C-95 55.2 -98.2 69.6 -97.8 72.4C-97.8 72.4 -99 60.8 -98.6 59.6C-98.2 58.4 -95 55.2 -95 55.2z', stroke: 'none', - fill: '#992600' + fill: '#992600', }, { type: 'path', - path: - 'M-74.2 -19.4L-74.4 -16.2L-76.6 -16C-76.6 -16 -62.4 -3.4 -61.8 4.2C-61.8 4.2 -61 -4 -74.2 -19.4z', + path: 'M-74.2 -19.4L-74.4 -16.2L-76.6 -16C-76.6 -16 -62.4 -3.4 -61.8 4.2C-61.8 4.2 -61 -4 -74.2 -19.4z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-70.216 -18.135C-70.647 -18.551 -70.428 -19.296 -70.836 -19.556C-71.645 -20.072 -69.538 -20.129 -69.766 -20.845C-70.149 -22.051 -69.962 -22.072 -70.084 -23.348C-70.141 -23.946 -69.553 -25.486 -69.168 -25.926C-67.722 -27.578 -69.046 -30.51 -67.406 -32.061C-67.102 -32.35 -66.726 -32.902 -66.441 -33.32C-65.782 -34.283 -64.598 -34.771 -63.648 -35.599C-63.33 -35.875 -63.531 -36.702 -62.962 -36.61C-62.248 -36.495 -61.007 -36.625 -61.052 -35.784C-61.165 -33.664 -62.494 -31.944 -63.774 -30.276C-63.323 -29.572 -63.781 -28.937 -64.065 -28.38C-65.4 -25.76 -65.211 -22.919 -65.385 -20.079C-65.39 -19.994 -65.697 -19.916 -65.689 -19.863C-65.336 -17.528 -64.752 -15.329 -63.873 -13.1C-63.507 -12.17 -63.036 -11.275 -62.886 -10.348C-62.775 -9.662 -62.672 -8.829 -63.08 -8.124C-61.045 -5.234 -62.354 -2.583 -61.185 0.948C-60.978 1.573 -59.286 3.487 -59.749 3.326C-62.262 2.455 -62.374 2.057 -62.551 1.304C-62.697 0.681 -63.027 -0.696 -63.264 -1.298C-63.328 -1.462 -63.499 -3.346 -63.577 -3.468C-65.09 -5.85 -63.732 -5.674 -65.102 -8.032C-66.53 -8.712 -67.496 -9.816 -68.619 -10.978C-68.817 -11.182 -67.674 -11.906 -67.855 -12.119C-68.947 -13.408 -70.1 -14.175 -69.764 -15.668C-69.609 -16.358 -69.472 -17.415 -70.216 -18.135z', + path: 'M-70.216 -18.135C-70.647 -18.551 -70.428 -19.296 -70.836 -19.556C-71.645 -20.072 -69.538 -20.129 -69.766 -20.845C-70.149 -22.051 -69.962 -22.072 -70.084 -23.348C-70.141 -23.946 -69.553 -25.486 -69.168 -25.926C-67.722 -27.578 -69.046 -30.51 -67.406 -32.061C-67.102 -32.35 -66.726 -32.902 -66.441 -33.32C-65.782 -34.283 -64.598 -34.771 -63.648 -35.599C-63.33 -35.875 -63.531 -36.702 -62.962 -36.61C-62.248 -36.495 -61.007 -36.625 -61.052 -35.784C-61.165 -33.664 -62.494 -31.944 -63.774 -30.276C-63.323 -29.572 -63.781 -28.937 -64.065 -28.38C-65.4 -25.76 -65.211 -22.919 -65.385 -20.079C-65.39 -19.994 -65.697 -19.916 -65.689 -19.863C-65.336 -17.528 -64.752 -15.329 -63.873 -13.1C-63.507 -12.17 -63.036 -11.275 -62.886 -10.348C-62.775 -9.662 -62.672 -8.829 -63.08 -8.124C-61.045 -5.234 -62.354 -2.583 -61.185 0.948C-60.978 1.573 -59.286 3.487 -59.749 3.326C-62.262 2.455 -62.374 2.057 -62.551 1.304C-62.697 0.681 -63.027 -0.696 -63.264 -1.298C-63.328 -1.462 -63.499 -3.346 -63.577 -3.468C-65.09 -5.85 -63.732 -5.674 -65.102 -8.032C-66.53 -8.712 -67.496 -9.816 -68.619 -10.978C-68.817 -11.182 -67.674 -11.906 -67.855 -12.119C-68.947 -13.408 -70.1 -14.175 -69.764 -15.668C-69.609 -16.358 -69.472 -17.415 -70.216 -18.135z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-73.8 -16.4C-73.8 -16.4 -73.4 -9.6 -71 -8C-68.6 -6.4 -69.8 -7.2 -73 -8.4C-76.2 -9.6 -75 -10.4 -75 -10.4C-75 -10.4 -77.8 -10 -75.4 -8C-73 -6 -69.4 -3.6 -71 -3.6C-72.6 -3.6 -80.2 -7.6 -80.2 -10.4C-80.2 -13.2 -81.2 -17.3 -81.2 -17.3C-81.2 -17.3 -80.1 -18.1 -75.3 -18C-75.3 -18 -73.9 -17.3 -73.8 -16.4z', + path: 'M-73.8 -16.4C-73.8 -16.4 -73.4 -9.6 -71 -8C-68.6 -6.4 -69.8 -7.2 -73 -8.4C-76.2 -9.6 -75 -10.4 -75 -10.4C-75 -10.4 -77.8 -10 -75.4 -8C-73 -6 -69.4 -3.6 -71 -3.6C-72.6 -3.6 -80.2 -7.6 -80.2 -10.4C-80.2 -13.2 -81.2 -17.3 -81.2 -17.3C-81.2 -17.3 -80.1 -18.1 -75.3 -18C-75.3 -18 -73.9 -17.3 -73.8 -16.4z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-74.6 2.2C-74.6 2.2 -83.12 -0.591 -101.6 2.8C-101.6 2.8 -92.569 0.722 -73.8 3C-63.5 4.25 -74.6 2.2 -74.6 2.2z', + path: 'M-74.6 2.2C-74.6 2.2 -83.12 -0.591 -101.6 2.8C-101.6 2.8 -92.569 0.722 -73.8 3C-63.5 4.25 -74.6 2.2 -74.6 2.2z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-72.502 2.129C-72.502 2.129 -80.748 -1.389 -99.453 0.392C-99.453 0.392 -90.275 -0.897 -71.774 2.995C-61.62 5.131 -72.502 2.129 -72.502 2.129z', + path: 'M-72.502 2.129C-72.502 2.129 -80.748 -1.389 -99.453 0.392C-99.453 0.392 -90.275 -0.897 -71.774 2.995C-61.62 5.131 -72.502 2.129 -72.502 2.129z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-70.714 2.222C-70.714 2.222 -78.676 -1.899 -97.461 -1.514C-97.461 -1.514 -88.213 -2.118 -70.052 3.14C-60.086 6.025 -70.714 2.222 -70.714 2.222z', + path: 'M-70.714 2.222C-70.714 2.222 -78.676 -1.899 -97.461 -1.514C-97.461 -1.514 -88.213 -2.118 -70.052 3.14C-60.086 6.025 -70.714 2.222 -70.714 2.222z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-69.444 2.445C-69.444 2.445 -76.268 -1.862 -93.142 -2.96C-93.142 -2.96 -84.803 -2.79 -68.922 3.319C-60.206 6.672 -69.444 2.445 -69.444 2.445z', + path: 'M-69.444 2.445C-69.444 2.445 -76.268 -1.862 -93.142 -2.96C-93.142 -2.96 -84.803 -2.79 -68.922 3.319C-60.206 6.672 -69.444 2.445 -69.444 2.445z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M45.84 12.961C45.84 12.961 44.91 13.605 45.124 12.424C45.339 11.243 73.547 -1.927 77.161 -1.677C77.161 -1.677 46.913 11.529 45.84 12.961z', + path: 'M45.84 12.961C45.84 12.961 44.91 13.605 45.124 12.424C45.339 11.243 73.547 -1.927 77.161 -1.677C77.161 -1.677 46.913 11.529 45.84 12.961z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M42.446 13.6C42.446 13.6 41.57 14.315 41.691 13.121C41.812 11.927 68.899 -3.418 72.521 -3.452C72.521 -3.452 43.404 12.089 42.446 13.6z', + path: 'M42.446 13.6C42.446 13.6 41.57 14.315 41.691 13.121C41.812 11.927 68.899 -3.418 72.521 -3.452C72.521 -3.452 43.404 12.089 42.446 13.6z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M39.16 14.975C39.16 14.975 38.332 15.747 38.374 14.547C38.416 13.348 58.233 -2.149 68.045 -4.023C68.045 -4.023 50.015 4.104 39.16 14.975z', + path: 'M39.16 14.975C39.16 14.975 38.332 15.747 38.374 14.547C38.416 13.348 58.233 -2.149 68.045 -4.023C68.045 -4.023 50.015 4.104 39.16 14.975z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M36.284 16.838C36.284 16.838 35.539 17.532 35.577 16.453C35.615 15.373 53.449 1.426 62.28 -0.26C62.28 -0.26 46.054 7.054 36.284 16.838z', + path: 'M36.284 16.838C36.284 16.838 35.539 17.532 35.577 16.453C35.615 15.373 53.449 1.426 62.28 -0.26C62.28 -0.26 46.054 7.054 36.284 16.838z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M4.6 164.801C4.6 164.801 -10.6 162.401 6.2 160.801C6.2 160.801 24.2 158.801 28.2 153.601C28.2 153.601 41.8 144.401 44.6 144.001C47.4 143.601 63.8 140.001 64.2 137.601C64.6 135.201 70.6 132.801 72.2 133.601C73.8 134.401 73.8 143.601 71 144.401C68.2 145.201 49.4 152.401 43 153.601C36.6 154.801 25 162.401 20.2 163.601C15.4 164.801 4.6 164.801 4.6 164.801z', + path: 'M4.6 164.801C4.6 164.801 -10.6 162.401 6.2 160.801C6.2 160.801 24.2 158.801 28.2 153.601C28.2 153.601 41.8 144.401 44.6 144.001C47.4 143.601 63.8 140.001 64.2 137.601C64.6 135.201 70.6 132.801 72.2 133.601C73.8 134.401 73.8 143.601 71 144.401C68.2 145.201 49.4 152.401 43 153.601C36.6 154.801 25 162.401 20.2 163.601C15.4 164.801 4.6 164.801 4.6 164.801z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M77.6 127.401C77.6 127.401 74.6 129.001 73.4 131.601C73.4 131.601 67 142.201 52.8 145.401C52.8 145.401 29.8 154.401 22 156.401C22 156.401 8.6 161.401 1.2 160.601C1.2 160.601 -5.8 160.801 0.4 162.401C0.4 162.401 20.6 160.401 24 158.601C24 158.601 39.6 153.401 42.6 150.801C45.6 148.201 63.8 143.201 66 141.201C68.2 139.201 78 130.801 77.6 127.401z', + path: 'M77.6 127.401C77.6 127.401 74.6 129.001 73.4 131.601C73.4 131.601 67 142.201 52.8 145.401C52.8 145.401 29.8 154.401 22 156.401C22 156.401 8.6 161.401 1.2 160.601C1.2 160.601 -5.8 160.801 0.4 162.401C0.4 162.401 20.6 160.401 24 158.601C24 158.601 39.6 153.401 42.6 150.801C45.6 148.201 63.8 143.201 66 141.201C68.2 139.201 78 130.801 77.6 127.401z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M18.882 158.911C18.882 158.911 24.111 158.685 22.958 160.234C21.805 161.784 19.357 160.91 19.357 160.91L18.882 158.911z', + path: 'M18.882 158.911C18.882 158.911 24.111 158.685 22.958 160.234C21.805 161.784 19.357 160.91 19.357 160.91L18.882 158.911z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M11.68 160.263C11.68 160.263 16.908 160.037 15.756 161.586C14.603 163.136 12.155 162.263 12.155 162.263L11.68 160.263z', + path: 'M11.68 160.263C11.68 160.263 16.908 160.037 15.756 161.586C14.603 163.136 12.155 162.263 12.155 162.263L11.68 160.263z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M1.251 161.511C1.251 161.511 6.48 161.284 5.327 162.834C4.174 164.383 1.726 163.51 1.726 163.51L1.251 161.511z', + path: 'M1.251 161.511C1.251 161.511 6.48 161.284 5.327 162.834C4.174 164.383 1.726 163.51 1.726 163.51L1.251 161.511z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-6.383 162.055C-6.383 162.055 -1.154 161.829 -2.307 163.378C-3.46 164.928 -5.908 164.054 -5.908 164.054L-6.383 162.055z', + path: 'M-6.383 162.055C-6.383 162.055 -1.154 161.829 -2.307 163.378C-3.46 164.928 -5.908 164.054 -5.908 164.054L-6.383 162.055z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M35.415 151.513C35.415 151.513 42.375 151.212 40.84 153.274C39.306 155.336 36.047 154.174 36.047 154.174L35.415 151.513z', + path: 'M35.415 151.513C35.415 151.513 42.375 151.212 40.84 153.274C39.306 155.336 36.047 154.174 36.047 154.174L35.415 151.513z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M45.73 147.088C45.73 147.088 51.689 143.787 51.155 148.849C50.885 151.405 46.362 149.749 46.362 149.749L45.73 147.088z', + path: 'M45.73 147.088C45.73 147.088 51.689 143.787 51.155 148.849C50.885 151.405 46.362 149.749 46.362 149.749L45.73 147.088z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M54.862 144.274C54.862 144.274 62.021 140.573 60.287 146.035C59.509 148.485 55.493 146.935 55.493 146.935L54.862 144.274z', + path: 'M54.862 144.274C54.862 144.274 62.021 140.573 60.287 146.035C59.509 148.485 55.493 146.935 55.493 146.935L54.862 144.274z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M64.376 139.449C64.376 139.449 68.735 134.548 69.801 141.21C70.207 143.748 65.008 142.11 65.008 142.11L64.376 139.449z', + path: 'M64.376 139.449C64.376 139.449 68.735 134.548 69.801 141.21C70.207 143.748 65.008 142.11 65.008 142.11L64.376 139.449z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M26.834 155.997C26.834 155.997 32.062 155.77 30.91 157.32C29.757 158.869 27.308 157.996 27.308 157.996L26.834 155.997z', + path: 'M26.834 155.997C26.834 155.997 32.062 155.77 30.91 157.32C29.757 158.869 27.308 157.996 27.308 157.996L26.834 155.997z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M62.434 34.603C62.434 34.603 61.708 35.268 61.707 34.197C61.707 33.127 79.191 19.863 88.034 18.479C88.034 18.479 71.935 25.208 62.434 34.603z', + path: 'M62.434 34.603C62.434 34.603 61.708 35.268 61.707 34.197C61.707 33.127 79.191 19.863 88.034 18.479C88.034 18.479 71.935 25.208 62.434 34.603z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M65.4 98.4C65.4 98.4 87.401 120.801 96.601 124.401C96.601 124.401 105.801 135.601 101.801 161.601C101.801 161.601 98.601 169.201 95.401 148.401C95.401 148.401 98.601 123.201 87.401 139.201C87.401 139.201 79 129.301 85.4 129.601C85.4 129.601 88.601 131.601 89.001 130.001C89.401 128.401 81.4 114.801 64.2 100.4C47 86 65.4 98.4 65.4 98.4z', + path: 'M65.4 98.4C65.4 98.4 87.401 120.801 96.601 124.401C96.601 124.401 105.801 135.601 101.801 161.601C101.801 161.601 98.601 169.201 95.401 148.401C95.401 148.401 98.601 123.201 87.401 139.201C87.401 139.201 79 129.301 85.4 129.601C85.4 129.601 88.601 131.601 89.001 130.001C89.401 128.401 81.4 114.801 64.2 100.4C47 86 65.4 98.4 65.4 98.4z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M7 137.201C7 137.201 6.8 135.401 8.6 136.201C10.4 137.001 104.601 143.201 136.201 167.201C136.201 167.201 91.001 144.001 7 137.201z', + path: 'M7 137.201C7 137.201 6.8 135.401 8.6 136.201C10.4 137.001 104.601 143.201 136.201 167.201C136.201 167.201 91.001 144.001 7 137.201z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M17.4 132.801C17.4 132.801 17.2 131.001 19 131.801C20.8 132.601 157.401 131.601 181.001 164.001C181.001 164.001 159.001 138.801 17.4 132.801z', + path: 'M17.4 132.801C17.4 132.801 17.2 131.001 19 131.801C20.8 132.601 157.401 131.601 181.001 164.001C181.001 164.001 159.001 138.801 17.4 132.801z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M29 128.801C29 128.801 28.8 127.001 30.6 127.801C32.4 128.601 205.801 115.601 229.401 148.001C229.401 148.001 219.801 122.401 29 128.801z', + path: 'M29 128.801C29 128.801 28.8 127.001 30.6 127.801C32.4 128.601 205.801 115.601 229.401 148.001C229.401 148.001 219.801 122.401 29 128.801z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M39 124.001C39 124.001 38.8 122.201 40.6 123.001C42.4 123.801 164.601 85.2 188.201 117.601C188.201 117.601 174.801 93 39 124.001z', + path: 'M39 124.001C39 124.001 38.8 122.201 40.6 123.001C42.4 123.801 164.601 85.2 188.201 117.601C188.201 117.601 174.801 93 39 124.001z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-19 146.801C-19 146.801 -19.2 145.001 -17.4 145.801C-15.6 146.601 2.2 148.801 4.2 187.601C4.2 187.601 -3 145.601 -19 146.801z', + path: 'M-19 146.801C-19 146.801 -19.2 145.001 -17.4 145.801C-15.6 146.601 2.2 148.801 4.2 187.601C4.2 187.601 -3 145.601 -19 146.801z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-27.8 148.401C-27.8 148.401 -28 146.601 -26.2 147.401C-24.4 148.201 -10.2 143.601 -13 182.401C-13 182.401 -11.8 147.201 -27.8 148.401z', + path: 'M-27.8 148.401C-27.8 148.401 -28 146.601 -26.2 147.401C-24.4 148.201 -10.2 143.601 -13 182.401C-13 182.401 -11.8 147.201 -27.8 148.401z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-35.8 148.801C-35.8 148.801 -36 147.001 -34.2 147.801C-32.4 148.601 -17 149.201 -29.4 171.601C-29.4 171.601 -19.8 147.601 -35.8 148.801z', + path: 'M-35.8 148.801C-35.8 148.801 -36 147.001 -34.2 147.801C-32.4 148.601 -17 149.201 -29.4 171.601C-29.4 171.601 -19.8 147.601 -35.8 148.801z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M11.526 104.465C11.526 104.465 11.082 106.464 12.631 105.247C28.699 92.622 61.141 33.72 116.826 28.086C116.826 28.086 78.518 15.976 11.526 104.465z', + path: 'M11.526 104.465C11.526 104.465 11.082 106.464 12.631 105.247C28.699 92.622 61.141 33.72 116.826 28.086C116.826 28.086 78.518 15.976 11.526 104.465z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M22.726 102.665C22.726 102.665 21.363 101.472 23.231 100.847C25.099 100.222 137.541 27.72 176.826 35.686C176.826 35.686 149.719 28.176 22.726 102.665z', + path: 'M22.726 102.665C22.726 102.665 21.363 101.472 23.231 100.847C25.099 100.222 137.541 27.72 176.826 35.686C176.826 35.686 149.719 28.176 22.726 102.665z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M1.885 108.767C1.885 108.767 1.376 110.366 3.087 109.39C12.062 104.27 15.677 47.059 59.254 45.804C59.254 45.804 26.843 31.09 1.885 108.767z', + path: 'M1.885 108.767C1.885 108.767 1.376 110.366 3.087 109.39C12.062 104.27 15.677 47.059 59.254 45.804C59.254 45.804 26.843 31.09 1.885 108.767z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-18.038 119.793C-18.038 119.793 -19.115 121.079 -17.162 120.825C-6.916 119.493 14.489 78.222 58.928 83.301C58.928 83.301 26.962 68.955 -18.038 119.793z', + path: 'M-18.038 119.793C-18.038 119.793 -19.115 121.079 -17.162 120.825C-6.916 119.493 14.489 78.222 58.928 83.301C58.928 83.301 26.962 68.955 -18.038 119.793z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-6.8 113.667C-6.8 113.667 -7.611 115.136 -5.742 114.511C4.057 111.237 17.141 66.625 61.729 63.078C61.729 63.078 27.603 55.135 -6.8 113.667z', + path: 'M-6.8 113.667C-6.8 113.667 -7.611 115.136 -5.742 114.511C4.057 111.237 17.141 66.625 61.729 63.078C61.729 63.078 27.603 55.135 -6.8 113.667z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-25.078 124.912C-25.078 124.912 -25.951 125.954 -24.369 125.748C-16.07 124.669 1.268 91.24 37.264 95.354C37.264 95.354 11.371 83.734 -25.078 124.912z', + path: 'M-25.078 124.912C-25.078 124.912 -25.951 125.954 -24.369 125.748C-16.07 124.669 1.268 91.24 37.264 95.354C37.264 95.354 11.371 83.734 -25.078 124.912z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-32.677 130.821C-32.677 130.821 -33.682 131.866 -32.091 131.748C-27.923 131.439 2.715 98.36 21.183 113.862C21.183 113.862 9.168 95.139 -32.677 130.821z', + path: 'M-32.677 130.821C-32.677 130.821 -33.682 131.866 -32.091 131.748C-27.923 131.439 2.715 98.36 21.183 113.862C21.183 113.862 9.168 95.139 -32.677 130.821z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M36.855 98.898C36.855 98.898 35.654 97.543 37.586 97.158C39.518 96.774 160.221 39.061 198.184 51.927C198.184 51.927 172.243 41.053 36.855 98.898z', + path: 'M36.855 98.898C36.855 98.898 35.654 97.543 37.586 97.158C39.518 96.774 160.221 39.061 198.184 51.927C198.184 51.927 172.243 41.053 36.855 98.898z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M3.4 163.201C3.4 163.201 3.2 161.401 5 162.201C6.8 163.001 22.2 163.601 9.8 186.001C9.8 186.001 19.4 162.001 3.4 163.201z', + path: 'M3.4 163.201C3.4 163.201 3.2 161.401 5 162.201C6.8 163.001 22.2 163.601 9.8 186.001C9.8 186.001 19.4 162.001 3.4 163.201z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M13.8 161.601C13.8 161.601 13.6 159.801 15.4 160.601C17.2 161.401 35 163.601 37 202.401C37 202.401 29.8 160.401 13.8 161.601z', + path: 'M13.8 161.601C13.8 161.601 13.6 159.801 15.4 160.601C17.2 161.401 35 163.601 37 202.401C37 202.401 29.8 160.401 13.8 161.601z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M20.6 160.001C20.6 160.001 20.4 158.201 22.2 159.001C24 159.801 48.6 163.201 72.2 195.601C72.2 195.601 36.6 158.801 20.6 160.001z', + path: 'M20.6 160.001C20.6 160.001 20.4 158.201 22.2 159.001C24 159.801 48.6 163.201 72.2 195.601C72.2 195.601 36.6 158.801 20.6 160.001z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M28.225 157.972C28.225 157.972 27.788 156.214 29.678 156.768C31.568 157.322 52.002 155.423 90.099 189.599C90.099 189.599 43.924 154.656 28.225 157.972z', + path: 'M28.225 157.972C28.225 157.972 27.788 156.214 29.678 156.768C31.568 157.322 52.002 155.423 90.099 189.599C90.099 189.599 43.924 154.656 28.225 157.972z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M38.625 153.572C38.625 153.572 38.188 151.814 40.078 152.368C41.968 152.922 76.802 157.423 128.499 192.399C128.499 192.399 54.324 150.256 38.625 153.572z', + path: 'M38.625 153.572C38.625 153.572 38.188 151.814 40.078 152.368C41.968 152.922 76.802 157.423 128.499 192.399C128.499 192.399 54.324 150.256 38.625 153.572z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-1.8 142.001C-1.8 142.001 -2 140.201 -0.2 141.001C1.6 141.801 55 144.401 85.4 171.201C85.4 171.201 50.499 146.426 -1.8 142.001z', + path: 'M-1.8 142.001C-1.8 142.001 -2 140.201 -0.2 141.001C1.6 141.801 55 144.401 85.4 171.201C85.4 171.201 50.499 146.426 -1.8 142.001z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-11.8 146.001C-11.8 146.001 -12 144.201 -10.2 145.001C-8.4 145.801 16.2 149.201 39.8 181.601C39.8 181.601 4.2 144.801 -11.8 146.001z', + path: 'M-11.8 146.001C-11.8 146.001 -12 144.201 -10.2 145.001C-8.4 145.801 16.2 149.201 39.8 181.601C39.8 181.601 4.2 144.801 -11.8 146.001z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M49.503 148.962C49.503 148.962 48.938 147.241 50.864 147.655C52.79 148.068 87.86 150.004 141.981 181.098C141.981 181.098 64.317 146.704 49.503 148.962z', + path: 'M49.503 148.962C49.503 148.962 48.938 147.241 50.864 147.655C52.79 148.068 87.86 150.004 141.981 181.098C141.981 181.098 64.317 146.704 49.503 148.962z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M57.903 146.562C57.903 146.562 57.338 144.841 59.264 145.255C61.19 145.668 96.26 147.604 150.381 178.698C150.381 178.698 73.317 143.904 57.903 146.562z', + path: 'M57.903 146.562C57.903 146.562 57.338 144.841 59.264 145.255C61.19 145.668 96.26 147.604 150.381 178.698C150.381 178.698 73.317 143.904 57.903 146.562z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M67.503 141.562C67.503 141.562 66.938 139.841 68.864 140.255C70.79 140.668 113.86 145.004 203.582 179.298C203.582 179.298 82.917 138.904 67.503 141.562z', + path: 'M67.503 141.562C67.503 141.562 66.938 139.841 68.864 140.255C70.79 140.668 113.86 145.004 203.582 179.298C203.582 179.298 82.917 138.904 67.503 141.562z', 'stroke-width': '0.1', stroke: '#000', - fill: '#fff' + fill: '#fff', }, { type: 'path', - path: - 'M-43.8 148.401C-43.8 148.401 -38.6 148.001 -39.8 149.601C-41 151.201 -43.4 150.401 -43.4 150.401L-43.8 148.401z', + path: 'M-43.8 148.401C-43.8 148.401 -38.6 148.001 -39.8 149.601C-41 151.201 -43.4 150.401 -43.4 150.401L-43.8 148.401z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-13 162.401C-13 162.401 -7.8 162.001 -9 163.601C-10.2 165.201 -12.6 164.401 -12.6 164.401L-13 162.401z', + path: 'M-13 162.401C-13 162.401 -7.8 162.001 -9 163.601C-10.2 165.201 -12.6 164.401 -12.6 164.401L-13 162.401z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-21.8 162.001C-21.8 162.001 -16.6 161.601 -17.8 163.201C-19 164.801 -21.4 164.001 -21.4 164.001L-21.8 162.001z', + path: 'M-21.8 162.001C-21.8 162.001 -16.6 161.601 -17.8 163.201C-19 164.801 -21.4 164.001 -21.4 164.001L-21.8 162.001z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-117.169 150.182C-117.169 150.182 -112.124 151.505 -113.782 152.624C-115.439 153.744 -117.446 152.202 -117.446 152.202L-117.169 150.182z', + path: 'M-117.169 150.182C-117.169 150.182 -112.124 151.505 -113.782 152.624C-115.439 153.744 -117.446 152.202 -117.446 152.202L-117.169 150.182z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-115.169 140.582C-115.169 140.582 -110.124 141.905 -111.782 143.024C-113.439 144.144 -115.446 142.602 -115.446 142.602L-115.169 140.582z', + path: 'M-115.169 140.582C-115.169 140.582 -110.124 141.905 -111.782 143.024C-113.439 144.144 -115.446 142.602 -115.446 142.602L-115.169 140.582z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-122.369 136.182C-122.369 136.182 -117.324 137.505 -118.982 138.624C-120.639 139.744 -122.646 138.202 -122.646 138.202L-122.369 136.182z', + path: 'M-122.369 136.182C-122.369 136.182 -117.324 137.505 -118.982 138.624C-120.639 139.744 -122.646 138.202 -122.646 138.202L-122.369 136.182z', stroke: 'none', - fill: '#000' + fill: '#000', }, { type: 'path', - path: - 'M-42.6 211.201C-42.6 211.201 -44.2 211.201 -48.2 213.201C-50.2 213.201 -61.4 216.801 -67 226.801C-67 226.801 -54.6 217.201 -42.6 211.201z', + path: 'M-42.6 211.201C-42.6 211.201 -44.2 211.201 -48.2 213.201C-50.2 213.201 -61.4 216.801 -67 226.801C-67 226.801 -54.6 217.201 -42.6 211.201z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M45.116 303.847C45.257 304.105 45.312 304.525 45.604 304.542C46.262 304.582 47.495 304.883 47.37 304.247C46.522 299.941 45.648 295.004 41.515 293.197C40.876 292.918 39.434 293.331 39.36 294.215C39.233 295.739 39.116 297.088 39.425 298.554C39.725 299.975 41.883 299.985 42.8 298.601C43.736 300.273 44.168 302.116 45.116 303.847z', + path: 'M45.116 303.847C45.257 304.105 45.312 304.525 45.604 304.542C46.262 304.582 47.495 304.883 47.37 304.247C46.522 299.941 45.648 295.004 41.515 293.197C40.876 292.918 39.434 293.331 39.36 294.215C39.233 295.739 39.116 297.088 39.425 298.554C39.725 299.975 41.883 299.985 42.8 298.601C43.736 300.273 44.168 302.116 45.116 303.847z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M34.038 308.581C34.786 309.994 34.659 311.853 36.074 312.416C36.814 312.71 38.664 311.735 38.246 310.661C37.444 308.6 37.056 306.361 35.667 304.55C35.467 304.288 35.707 303.755 35.547 303.427C34.953 302.207 33.808 301.472 32.4 301.801C31.285 304.004 32.433 306.133 33.955 307.842C34.091 307.994 33.925 308.37 34.038 308.581z', + path: 'M34.038 308.581C34.786 309.994 34.659 311.853 36.074 312.416C36.814 312.71 38.664 311.735 38.246 310.661C37.444 308.6 37.056 306.361 35.667 304.55C35.467 304.288 35.707 303.755 35.547 303.427C34.953 302.207 33.808 301.472 32.4 301.801C31.285 304.004 32.433 306.133 33.955 307.842C34.091 307.994 33.925 308.37 34.038 308.581z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-5.564 303.391C-5.672 303.014 -5.71 302.551 -5.545 302.23C-5.014 301.197 -4.221 300.075 -4.558 299.053C-4.906 297.997 -6.022 298.179 -6.672 298.748C-7.807 299.742 -7.856 301.568 -8.547 302.927C-8.743 303.313 -8.692 303.886 -9.133 304.277C-9.607 304.698 -10.047 306.222 -9.951 306.793C-9.898 307.106 -10.081 317.014 -9.859 316.751C-9.24 316.018 -6.19 306.284 -6.121 305.392C-6.064 304.661 -5.332 304.196 -5.564 303.391z', + path: 'M-5.564 303.391C-5.672 303.014 -5.71 302.551 -5.545 302.23C-5.014 301.197 -4.221 300.075 -4.558 299.053C-4.906 297.997 -6.022 298.179 -6.672 298.748C-7.807 299.742 -7.856 301.568 -8.547 302.927C-8.743 303.313 -8.692 303.886 -9.133 304.277C-9.607 304.698 -10.047 306.222 -9.951 306.793C-9.898 307.106 -10.081 317.014 -9.859 316.751C-9.24 316.018 -6.19 306.284 -6.121 305.392C-6.064 304.661 -5.332 304.196 -5.564 303.391z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-31.202 296.599C-28.568 294.1 -25.778 291.139 -26.22 287.427C-26.336 286.451 -28.111 286.978 -28.298 287.824C-29.1 291.449 -31.139 294.11 -33.707 296.502C-35.903 298.549 -37.765 304.893 -38 305.401C-34.303 300.145 -32.046 297.399 -31.202 296.599z', + path: 'M-31.202 296.599C-28.568 294.1 -25.778 291.139 -26.22 287.427C-26.336 286.451 -28.111 286.978 -28.298 287.824C-29.1 291.449 -31.139 294.11 -33.707 296.502C-35.903 298.549 -37.765 304.893 -38 305.401C-34.303 300.145 -32.046 297.399 -31.202 296.599z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-44.776 290.635C-44.253 290.265 -44.555 289.774 -44.338 289.442C-43.385 287.984 -42.084 286.738 -42.066 285C-42.063 284.723 -42.441 284.414 -42.776 284.638C-43.053 284.822 -43.395 284.952 -43.503 285.082C-45.533 287.531 -46.933 290.202 -48.376 293.014C-48.559 293.371 -49.703 297.862 -49.39 297.973C-49.151 298.058 -47.431 293.877 -47.221 293.763C-45.958 293.077 -45.946 291.462 -44.776 290.635z', + path: 'M-44.776 290.635C-44.253 290.265 -44.555 289.774 -44.338 289.442C-43.385 287.984 -42.084 286.738 -42.066 285C-42.063 284.723 -42.441 284.414 -42.776 284.638C-43.053 284.822 -43.395 284.952 -43.503 285.082C-45.533 287.531 -46.933 290.202 -48.376 293.014C-48.559 293.371 -49.703 297.862 -49.39 297.973C-49.151 298.058 -47.431 293.877 -47.221 293.763C-45.958 293.077 -45.946 291.462 -44.776 290.635z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-28.043 310.179C-27.599 309.31 -26.023 308.108 -26.136 307.219C-26.254 306.291 -25.786 304.848 -26.698 305.536C-27.955 306.484 -31.404 307.833 -31.674 313.641C-31.7 314.212 -28.726 311.519 -28.043 310.179z', + path: 'M-28.043 310.179C-27.599 309.31 -26.023 308.108 -26.136 307.219C-26.254 306.291 -25.786 304.848 -26.698 305.536C-27.955 306.484 -31.404 307.833 -31.674 313.641C-31.7 314.212 -28.726 311.519 -28.043 310.179z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-13.6 293.001C-13.2 292.333 -12.492 292.806 -12.033 292.543C-11.385 292.171 -10.774 291.613 -10.482 290.964C-9.512 288.815 -7.743 286.995 -7.6 284.601C-9.091 283.196 -9.77 285.236 -10.4 286.201C-11.723 284.554 -12.722 286.428 -14.022 286.947C-14.092 286.975 -14.305 286.628 -14.38 286.655C-15.557 287.095 -16.237 288.176 -17.235 288.957C-17.406 289.091 -17.811 288.911 -17.958 289.047C-18.61 289.65 -19.583 289.975 -19.863 290.657C-20.973 293.364 -24.113 295.459 -26 303.001C-25.619 303.91 -21.488 296.359 -21.001 295.661C-20.165 294.465 -20.047 297.322 -18.771 296.656C-18.72 296.629 -18.534 296.867 -18.4 297.001C-18.206 296.721 -17.988 296.492 -17.6 296.601C-17.6 296.201 -17.734 295.645 -17.533 295.486C-16.296 294.509 -16.38 293.441 -15.6 292.201C-15.142 292.99 -14.081 292.271 -13.6 293.001z', + path: 'M-13.6 293.001C-13.2 292.333 -12.492 292.806 -12.033 292.543C-11.385 292.171 -10.774 291.613 -10.482 290.964C-9.512 288.815 -7.743 286.995 -7.6 284.601C-9.091 283.196 -9.77 285.236 -10.4 286.201C-11.723 284.554 -12.722 286.428 -14.022 286.947C-14.092 286.975 -14.305 286.628 -14.38 286.655C-15.557 287.095 -16.237 288.176 -17.235 288.957C-17.406 289.091 -17.811 288.911 -17.958 289.047C-18.61 289.65 -19.583 289.975 -19.863 290.657C-20.973 293.364 -24.113 295.459 -26 303.001C-25.619 303.91 -21.488 296.359 -21.001 295.661C-20.165 294.465 -20.047 297.322 -18.771 296.656C-18.72 296.629 -18.534 296.867 -18.4 297.001C-18.206 296.721 -17.988 296.492 -17.6 296.601C-17.6 296.201 -17.734 295.645 -17.533 295.486C-16.296 294.509 -16.38 293.441 -15.6 292.201C-15.142 292.99 -14.081 292.271 -13.6 293.001z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M46.2 347.401C46.2 347.401 53.6 327.001 49.2 315.801C49.2 315.801 60.6 337.401 56 348.601C56 348.601 55.6 338.201 51.6 333.201C51.6 333.201 47.6 346.001 46.2 347.401z', + path: 'M46.2 347.401C46.2 347.401 53.6 327.001 49.2 315.801C49.2 315.801 60.6 337.401 56 348.601C56 348.601 55.6 338.201 51.6 333.201C51.6 333.201 47.6 346.001 46.2 347.401z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M31.4 344.801C31.4 344.801 36.8 336.001 28.8 317.601C28.8 317.601 28 338.001 21.2 349.001C21.2 349.001 35.4 328.801 31.4 344.801z', + path: 'M31.4 344.801C31.4 344.801 36.8 336.001 28.8 317.601C28.8 317.601 28 338.001 21.2 349.001C21.2 349.001 35.4 328.801 31.4 344.801z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M21.4 342.801C21.4 342.801 21.2 322.801 21.6 319.801C21.6 319.801 17.8 336.401 7.6 346.001C7.6 346.001 22 334.001 21.4 342.801z', + path: 'M21.4 342.801C21.4 342.801 21.2 322.801 21.6 319.801C21.6 319.801 17.8 336.401 7.6 346.001C7.6 346.001 22 334.001 21.4 342.801z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M11.8 310.801C11.8 310.801 17.8 324.401 7.8 342.801C7.8 342.801 14.2 330.601 9.4 323.601C9.4 323.601 12 320.201 11.8 310.801z', + path: 'M11.8 310.801C11.8 310.801 17.8 324.401 7.8 342.801C7.8 342.801 14.2 330.601 9.4 323.601C9.4 323.601 12 320.201 11.8 310.801z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-7.4 342.401C-7.4 342.401 -8.4 326.801 -6.6 324.601C-6.6 324.601 -6.4 318.201 -6.8 317.201C-6.8 317.201 -2.8 311.001 -2.6 318.401C-2.6 318.401 -1.2 326.201 1.6 330.801C1.6 330.801 5.2 336.201 5 342.601C5 342.601 -5 312.401 -7.4 342.401z', + path: 'M-7.4 342.401C-7.4 342.401 -8.4 326.801 -6.6 324.601C-6.6 324.601 -6.4 318.201 -6.8 317.201C-6.8 317.201 -2.8 311.001 -2.6 318.401C-2.6 318.401 -1.2 326.201 1.6 330.801C1.6 330.801 5.2 336.201 5 342.601C5 342.601 -5 312.401 -7.4 342.401z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-11 314.801C-11 314.801 -17.6 325.601 -19.4 344.601C-19.4 344.601 -20.8 338.401 -17 324.001C-17 324.001 -12.8 308.601 -11 314.801z', + path: 'M-11 314.801C-11 314.801 -17.6 325.601 -19.4 344.601C-19.4 344.601 -20.8 338.401 -17 324.001C-17 324.001 -12.8 308.601 -11 314.801z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-32.8 334.601C-32.8 334.601 -27.8 329.201 -26.4 324.201C-26.4 324.201 -22.8 308.401 -29.2 317.001C-29.2 317.001 -29 325.001 -37.2 332.401C-37.2 332.401 -32.4 330.001 -32.8 334.601z', + path: 'M-32.8 334.601C-32.8 334.601 -27.8 329.201 -26.4 324.201C-26.4 324.201 -22.8 308.401 -29.2 317.001C-29.2 317.001 -29 325.001 -37.2 332.401C-37.2 332.401 -32.4 330.001 -32.8 334.601z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-38.6 329.601C-38.6 329.601 -35.2 312.201 -34.4 311.401C-34.4 311.401 -32.6 308.001 -35.4 311.201C-35.4 311.201 -44.2 330.401 -48.2 337.001C-48.2 337.001 -40.2 327.801 -38.6 329.601z', + path: 'M-38.6 329.601C-38.6 329.601 -35.2 312.201 -34.4 311.401C-34.4 311.401 -32.6 308.001 -35.4 311.201C-35.4 311.201 -44.2 330.401 -48.2 337.001C-48.2 337.001 -40.2 327.801 -38.6 329.601z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-44.4 313.001C-44.4 313.001 -32.8 290.601 -54.6 316.401C-54.6 316.401 -43.6 306.601 -44.4 313.001z', + path: 'M-44.4 313.001C-44.4 313.001 -32.8 290.601 -54.6 316.401C-54.6 316.401 -43.6 306.601 -44.4 313.001z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M-59.8 298.401C-59.8 298.401 -55 279.601 -52.4 279.801C-52.4 279.801 -44.2 270.801 -50.8 281.401C-50.8 281.401 -56.8 291.001 -56.2 300.801C-56.2 300.801 -56.8 291.201 -59.8 298.401z', + path: 'M-59.8 298.401C-59.8 298.401 -55 279.601 -52.4 279.801C-52.4 279.801 -44.2 270.801 -50.8 281.401C-50.8 281.401 -56.8 291.001 -56.2 300.801C-56.2 300.801 -56.8 291.201 -59.8 298.401z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M270.5 287C270.5 287 258.5 277 256 273.5C256 273.5 269.5 292 269.5 299C269.5 299 272 291.5 270.5 287z', + path: 'M270.5 287C270.5 287 258.5 277 256 273.5C256 273.5 269.5 292 269.5 299C269.5 299 272 291.5 270.5 287z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M276 265C276 265 255 250 251.5 242.5C251.5 242.5 278 272 278 276.5C278 276.5 278.5 267.5 276 265z', + path: 'M276 265C276 265 255 250 251.5 242.5C251.5 242.5 278 272 278 276.5C278 276.5 278.5 267.5 276 265z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', - path: - 'M293 111C293 111 281 103 279.5 105C279.5 105 290 111.5 292.5 120C292.5 120 291 111 293 111z', + path: 'M293 111C293 111 281 103 279.5 105C279.5 105 290 111.5 292.5 120C292.5 120 291 111 293 111z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', path: 'M301.5 191.5L284 179.5C284 179.5 303 196.5 303.5 200.5L301.5 191.5z', stroke: 'none', - fill: '#ccc' + fill: '#ccc', }, { type: 'path', path: 'M-89.25 169L-67.25 173.75', stroke: '#000', - fill: '#000' + fill: '#000', }, { type: 'path', path: 'M-39 331C-39 331 -39.5 327.5 -48.5 338', stroke: '#000', - fill: '#000' + fill: '#000', }, { type: 'path', path: 'M-33.5 336C-33.5 336 -31.5 329.5 -38 334', stroke: '#000', - fill: '#000' + fill: '#000', }, { type: 'path', path: 'M20.5 344.5C20.5 344.5 22 333.5 10.5 346.5', stroke: '#000', - fill: '#000' - } + fill: '#000', + }, ]; diff --git a/examples/webpack/src/httpHelpers.js b/examples/webpack/src/httpHelpers.js index f3c8d6f26..3010db61d 100644 --- a/examples/webpack/src/httpHelpers.js +++ b/examples/webpack/src/httpHelpers.js @@ -10,7 +10,7 @@ export function fetchFile(fileURL, { type = 'arraybuffer' } = {}) { request.open('GET', fileURL, true); request.responseType = type; - request.onload = function(e) { + request.onload = function (e) { if (request.status === 200) { resolve(request.response); } else { @@ -18,7 +18,7 @@ export function fetchFile(fileURL, { type = 'arraybuffer' } = {}) { } }; - request.onerror = error => reject(createFetchError(fileURL, error)); + request.onerror = (error) => reject(createFetchError(fileURL, error)); request.send(); }); diff --git a/examples/webpack/src/index.js b/examples/webpack/src/index.js index 3dd64cd62..4fea868a0 100644 --- a/examples/webpack/src/index.js +++ b/examples/webpack/src/index.js @@ -14,10 +14,10 @@ var lorem = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam in suscipit purus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus nec hendrerit felis. Morbi aliquam facilisis risus eu lacinia. Sed eu leo in turpis fringilla hendrerit. Ut nec accumsan nisl. Suspendisse rhoncus nisl posuere tortor tempus et dapibus elit porta. Cras leo neque, elementum a rhoncus ut, vestibulum non nibh. Phasellus pretium justo turpis. Etiam vulputate, odio vitae tincidunt ultricies, eros odio dapibus nisi, ut tincidunt lacus arcu eu elit. Aenean velit erat, vehicula eget lacinia ut, dignissim non tellus. Aliquam nec lacus mi, sed vestibulum nunc. Suspendisse potenti. Curabitur vitae sem turpis. Vestibulum sed neque eget dolor dapibus porttitor at sit amet sem. Fusce a turpis lorem. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;\nMauris at ante tellus. Vestibulum a metus lectus. Praesent tempor purus a lacus blandit eget gravida ante hendrerit. Cras et eros metus. Sed commodo malesuada eros, vitae interdum augue semper quis. Fusce id magna nunc. Curabitur sollicitudin placerat semper. Cras et mi neque, a dignissim risus. Nulla venenatis porta lacus, vel rhoncus lectus tempor vitae. Duis sagittis venenatis rutrum. Curabitur tempor massa tortor.'; fetchFile(testImageURL) - .then(testImageData => { + .then((testImageData) => { fs.writeFileSync('images/test.jpg', testImageData); }) - .catch(error => { + .catch((error) => { console.error(error); }); @@ -107,16 +107,13 @@ var editor = ace.edit('editor'); editor.setTheme('ace/theme/monokai'); editor.getSession().setMode('ace/mode/javascript'); editor.setValue(initialFnCode); -editor - .getSession() - .getSelection() - .clearSelection(); +editor.getSession().getSelection().clearSelection(); var iframe = document.querySelector('iframe'); executeFn(initialFnCode, PDFDocument, lorem, waitForData, iframe); -editor.getSession().on('change', function() { +editor.getSession().on('change', function () { try { executeFn(editor.getValue(), PDFDocument, lorem, waitForData, iframe); } catch (e) { diff --git a/examples/webpack/src/pdfkitHelpers.js b/examples/webpack/src/pdfkitHelpers.js index dd44da41e..7653d5a7d 100644 --- a/examples/webpack/src/pdfkitHelpers.js +++ b/examples/webpack/src/pdfkitHelpers.js @@ -1,4 +1,4 @@ -export const waitForData = async doc => { +export const waitForData = async (doc) => { return new Promise((resolve, reject) => { const buffers = []; doc.on('data', buffers.push.bind(buffers)); diff --git a/examples/webpack/src/registerStaticFiles.js b/examples/webpack/src/registerStaticFiles.js index eba56f638..dcd46955d 100644 --- a/examples/webpack/src/registerStaticFiles.js +++ b/examples/webpack/src/registerStaticFiles.js @@ -5,14 +5,14 @@ import Courier from 'pdfkit/js/data/Courier.afm'; import CourierBold from 'pdfkit/js/data/Courier-Bold.afm'; function registerBinaryFiles(ctx) { - ctx.keys().forEach(key => { + ctx.keys().forEach((key) => { // extracts "./" from beginning of the key fs.writeFileSync(key.substring(2), ctx(key)); }); } function registerAFMFonts(ctx) { - ctx.keys().forEach(key => { + ctx.keys().forEach((key) => { const match = key.match(/([^/]*\.afm$)/); if (match) { // afm files must be stored on data path diff --git a/examples/webpack/webpack.config.js b/examples/webpack/webpack.config.js index f31b03cae..db46f4231 100644 --- a/examples/webpack/webpack.config.js +++ b/examples/webpack/webpack.config.js @@ -5,18 +5,18 @@ const HtmlWebpackPlugin = require('html-webpack-plugin'); module.exports = { plugins: [ new HtmlWebpackPlugin({ - template: path.resolve(__dirname, 'src/index.html') + template: path.resolve(__dirname, 'src/index.html'), }), new webpack.ProvidePlugin({ Buffer: ['buffer', 'Buffer'], - process: 'process/browser' - }) + process: 'process/browser', + }), ], resolve: { symlinks: false, alias: { // maps fs to a virtual one allowing to register file content dynamically - fs: __dirname + '/../../js/virtual-fs.js' + fs: __dirname + '/../../js/virtual-fs.js', }, fallback: { // crypto module is not necessary at browser @@ -26,8 +26,8 @@ module.exports = { stream: require.resolve('readable-stream'), zlib: require.resolve('browserify-zlib'), util: require.resolve('util/'), - assert: require.resolve('assert/') - } + assert: require.resolve('assert/'), + }, }, module: { rules: [ @@ -38,16 +38,16 @@ module.exports = { test: /src[/\\]static-assets/, type: 'asset/inline', generator: { - dataUrl: content => { + dataUrl: (content) => { return content.toString('base64'); - } - } + }, + }, }, // load binary files inside lazy-assets folder as an URL { test: /src[/\\]lazy-assets/, - type: 'asset/resource' - } - ] - } + type: 'asset/resource', + }, + ], + }, }; diff --git a/lib/data.js b/lib/data.js index e3ae79892..21f7b0ef5 100644 --- a/lib/data.js +++ b/lib/data.js @@ -187,7 +187,7 @@ class Data { } write(bytes) { - return bytes.map(byte => this.writeByte(byte)); + return bytes.map((byte) => this.writeByte(byte)); } } diff --git a/lib/document.js b/lib/document.js index 6afab490e..4d96df586 100644 --- a/lib/document.js +++ b/lib/document.js @@ -63,17 +63,17 @@ class PDFDocument extends stream.Readable { const Pages = this.ref({ Type: 'Pages', Count: 0, - Kids: [] + Kids: [], }); const Names = this.ref({ - Dests: new PDFNameTree() + Dests: new PDFNameTree(), }); this._root = this.ref({ Type: 'Catalog', Pages, - Names + Names, }); if (this.options.lang) { @@ -98,7 +98,7 @@ class PDFDocument extends stream.Readable { this.info = { Producer: 'PDFKit', Creator: 'PDFKit', - CreationDate: new Date() + CreationDate: new Date(), }; if (this.options.info) { @@ -110,7 +110,7 @@ class PDFDocument extends stream.Readable { if (this.options.displayTitle) { this._root.data.ViewerPreferences = this.ref({ - DisplayDocTitle: true + DisplayDocTitle: true, }); } @@ -186,7 +186,7 @@ class PDFDocument extends stream.Readable { throw new Error( `switchToPage(${n}) out of bounds, current buffer covers pages ${ this._pageBufferStart - } to ${this._pageBufferStart + this._pageBuffer.length - 1}` + } to ${this._pageBufferStart + this._pageBuffer.length - 1}`, ); } @@ -220,7 +220,7 @@ class PDFDocument extends stream.Readable { if (!this._root.data.Names.data.EmbeddedFiles) { // disabling /Limits for this tree fixes attachments not showing in Adobe Reader this._root.data.Names.data.EmbeddedFiles = new PDFNameTree({ - limits: false + limits: false, }); } @@ -234,7 +234,7 @@ class PDFDocument extends stream.Readable { } let data = { JS: new String(js), - S: 'JavaScript' + S: 'JavaScript', }; this._root.data.Names.data.JavaScript.add(name, data); } @@ -340,7 +340,7 @@ class PDFDocument extends stream.Readable { Size: this._offsets.length + 1, Root: this._root, Info: this._info, - ID: [this._id, this._id] + ID: [this._id, this._id], }; if (this._security) { trailer.Encrypt = this._security.dictionary; @@ -362,7 +362,7 @@ class PDFDocument extends stream.Readable { } } -const mixin = methods => { +const mixin = (methods) => { Object.assign(PDFDocument.prototype, methods); }; diff --git a/lib/font/afm.js b/lib/font/afm.js index d54aaabf6..d80c12e85 100644 --- a/lib/font/afm.js +++ b/lib/font/afm.js @@ -27,7 +27,7 @@ const WIN_ANSI_MAP = { 353: 154, 376: 159, 381: 142, - 382: 158 + 382: 158, }; const characters = `\ @@ -123,7 +123,7 @@ class AFMFont { this.charWidths[char] = this.glyphWidths[characters[char]]; } - this.bbox = this.attributes['FontBBox'].split(/\s+/).map(e => +e); + this.bbox = this.attributes['FontBBox'].split(/\s+/).map((e) => +e); this.ascender = +(this.attributes['Ascender'] || 0); this.descender = +(this.attributes['Descender'] || 0); this.xHeight = +(this.attributes['XHeight'] || 0); diff --git a/lib/font/data/MustRead.html b/lib/font/data/MustRead.html index 6dada97b1..d7e966875 100755 --- a/lib/font/data/MustRead.html +++ b/lib/font/data/MustRead.html @@ -1,19 +1,26 @@ + + + + Core 14 AFM Files - ReadMe + - - - - Core 14 AFM Files - ReadMe - - - - or - - - - - -
This file and the 14 PostScript(R) AFM files it accompanies may be used, copied, and distributed for any purpose and without charge, with or without modification, provided that all copyright notices are retained; that the AFM files are not distributed without this file; that all modifications to this file or any of the AFM files are prominently noted in the modified file(s); and that this paragraph is not modified. Adobe Systems has no responsibility or obligation to support the use of the AFM files. Col
- - + + or + + + + + +
+ This file and the 14 PostScript(R) AFM files it accompanies may be + used, copied, and distributed for any purpose and without charge, with + or without modification, provided that all copyright notices are + retained; that the AFM files are not distributed without this file; + that all modifications to this file or any of the AFM files are + prominently noted in the modified file(s); and that this paragraph is + not modified. Adobe Systems has no responsibility or obligation to + support the use of the AFM files. Col +
+ diff --git a/lib/font/embedded.js b/lib/font/embedded.js index 8398c227c..da64efc23 100644 --- a/lib/font/embedded.js +++ b/lib/font/embedded.js @@ -1,6 +1,6 @@ import PDFFont from '../font'; -const toHex = function(num) { +const toHex = function (num) { return `0000${num.toString(16)}`.slice(-4); }; @@ -151,7 +151,7 @@ class EmbeddedFont extends PDFFont { // generate a tag (6 uppercase letters. 17 is the char code offset from '0' to 'A'. 73 will map to 'Z') const tag = [1, 2, 3, 4, 5, 6] - .map(i => String.fromCharCode((this.id.charCodeAt(i) || 73) + 17)) + .map((i) => String.fromCharCode((this.id.charCodeAt(i) || 73) + 17)) .join(''); const name = tag + '+' + this.font.postscriptName?.replaceAll(' ', '_'); @@ -164,14 +164,14 @@ class EmbeddedFont extends PDFFont { bbox.minX * this.scale, bbox.minY * this.scale, bbox.maxX * this.scale, - bbox.maxY * this.scale + bbox.maxY * this.scale, ], ItalicAngle: this.font.italicAngle, Ascent: this.ascender, Descent: this.descender, CapHeight: (this.font.capHeight || this.font.ascent) * this.scale, XHeight: (this.font.xHeight || 0) * this.scale, - StemV: 0 + StemV: 0, }); // not sure how to calculate this if (isCFF) { @@ -198,10 +198,10 @@ class EmbeddedFont extends PDFFont { CIDSystemInfo: { Registry: new String('Adobe'), Ordering: new String('Identity'), - Supplement: 0 + Supplement: 0, }, FontDescriptor: descriptor, - W: [0, this.widths] + W: [0, this.widths], }; if (!isCFF) { @@ -219,7 +219,7 @@ class EmbeddedFont extends PDFFont { BaseFont: name, Encoding: 'Identity-H', DescendantFonts: [descendantFont], - ToUnicode: this.toUnicodeCmap() + ToUnicode: this.toUnicodeCmap(), }; return this.dictionary.end(); @@ -255,7 +255,9 @@ class EmbeddedFont extends PDFFont { for (let i = 0; i < chunks; i++) { const start = i * chunkSize; const end = Math.min((i + 1) * chunkSize, entries.length); - ranges.push(`<${toHex(start)}> <${toHex(end - 1)}> [${entries.slice(start, end).join(' ')}]`); + ranges.push( + `<${toHex(start)}> <${toHex(end - 1)}> [${entries.slice(start, end).join(' ')}]`, + ); } cmap.end(`\ diff --git a/lib/font/standard.js b/lib/font/standard.js index 292e6ced2..a2536c3c4 100644 --- a/lib/font/standard.js +++ b/lib/font/standard.js @@ -28,7 +28,7 @@ const STANDARD_FONTS = { 'Helvetica-BoldOblique'() { return fs.readFileSync( __dirname + '/data/Helvetica-BoldOblique.afm', - 'utf8' + 'utf8', ); }, 'Times-Roman'() { @@ -48,7 +48,7 @@ const STANDARD_FONTS = { }, ZapfDingbats() { return fs.readFileSync(__dirname + '/data/ZapfDingbats.afm', 'utf8'); - } + }, }; class StandardFont extends PDFFont { @@ -64,7 +64,7 @@ class StandardFont extends PDFFont { bbox: this.bbox, lineGap: this.lineGap, xHeight: this.xHeight, - capHeight: this.capHeight + capHeight: this.capHeight, } = this.font); } @@ -73,7 +73,7 @@ class StandardFont extends PDFFont { Type: 'Font', BaseFont: this.name, Subtype: 'Type1', - Encoding: 'WinAnsiEncoding' + Encoding: 'WinAnsiEncoding', }; return this.dictionary.end(); @@ -91,7 +91,7 @@ class StandardFont extends PDFFont { yAdvance: 0, xOffset: 0, yOffset: 0, - advanceWidth: this.font.widthOfGlyph(glyph) + advanceWidth: this.font.widthOfGlyph(glyph), }); } diff --git a/lib/gradient.js b/lib/gradient.js index 15a85ee6d..89b0f2808 100644 --- a/lib/gradient.js +++ b/lib/gradient.js @@ -74,7 +74,7 @@ class PDFGradient { Domain: [0, 1], C0: this.stops[i + 0][1], C1: this.stops[i + 1][1], - N: 1 + N: 1, }); stops.push(fn); @@ -90,7 +90,7 @@ class PDFGradient { Domain: [0, 1], Functions: stops, Bounds: bounds, - Encode: encode + Encode: encode, }); fn.end(); @@ -105,12 +105,12 @@ class PDFGradient { Type: 'Pattern', PatternType: 2, Shading: shader, - Matrix: this.matrix.map(number) + Matrix: this.matrix.map(number), }); pattern.end(); - if (this.stops.some(stop => stop[2] < 1)) { + if (this.stops.some((stop) => stop[2] < 1)) { let grad = this.opacityGradient(); grad._colorSpace = 'DeviceGray'; @@ -130,14 +130,14 @@ class PDFGradient { Group: { Type: 'Group', S: 'Transparency', - CS: 'DeviceGray' + CS: 'DeviceGray', }, Resources: { ProcSet: ['PDF', 'Text', 'ImageB', 'ImageC', 'ImageI'], Pattern: { - Sh1: grad - } - } + Sh1: grad, + }, + }, }); form.write('/Pattern cs /Sh1 scn'); @@ -148,8 +148,8 @@ class PDFGradient { SMask: { Type: 'Mask', S: 'Luminosity', - G: form - } + G: form, + }, }); gstate.end(); @@ -165,12 +165,12 @@ class PDFGradient { Resources: { ProcSet: ['PDF', 'Text', 'ImageB', 'ImageC', 'ImageI'], Pattern: { - Sh1: pattern + Sh1: pattern, }, ExtGState: { - Gs1: gstate - } - } + Gs1: gstate, + }, + }, }); opacityPattern.write('/Gs1 gs /Pattern cs /Sh1 scn'); @@ -194,7 +194,7 @@ class PDFGradient { m0 * m21 + m2 * m22, m1 * m21 + m3 * m22, m0 * dx + m2 * dy + m4, - m1 * dx + m3 * dy + m5 + m1 * dx + m3 * dy + m5, ]; if (!this.embedded || m.join(' ') !== this.matrix.join(' ')) { @@ -221,7 +221,7 @@ class PDFLinearGradient extends PDFGradient { ColorSpace: this._colorSpace, Coords: [this.x1, this.y1, this.x2, this.y2], Function: fn, - Extend: [true, true] + Extend: [true, true], }); } @@ -248,7 +248,7 @@ class PDFRadialGradient extends PDFGradient { ColorSpace: this._colorSpace, Coords: [this.x1, this.y1, this.r1, this.x2, this.y2, this.r2], Function: fn, - Extend: [true, true] + Extend: [true, true], }); } @@ -260,7 +260,7 @@ class PDFRadialGradient extends PDFGradient { this.r1, this.x2, this.y2, - this.r2 + this.r2, ); } } diff --git a/lib/image/jpeg.js b/lib/image/jpeg.js index 4d556c85c..9fadb8bf1 100644 --- a/lib/image/jpeg.js +++ b/lib/image/jpeg.js @@ -1,27 +1,14 @@ import exif from 'jpeg-exif'; const MARKERS = [ - 0xffc0, - 0xffc1, - 0xffc2, - 0xffc3, - 0xffc5, - 0xffc6, - 0xffc7, - 0xffc8, - 0xffc9, - 0xffca, - 0xffcb, - 0xffcc, - 0xffcd, - 0xffce, - 0xffcf + 0xffc0, 0xffc1, 0xffc2, 0xffc3, 0xffc5, 0xffc6, 0xffc7, 0xffc8, 0xffc9, + 0xffca, 0xffcb, 0xffcc, 0xffcd, 0xffce, 0xffcf, ]; const COLOR_SPACE_MAP = { 1: 'DeviceGray', 3: 'DeviceRGB', - 4: 'DeviceCMYK' + 4: 'DeviceCMYK', }; class JPEG { @@ -76,7 +63,7 @@ class JPEG { Width: this.width, Height: this.height, ColorSpace: this.colorSpace, - Filter: 'DCTDecode' + Filter: 'DCTDecode', }); // add extra decode params for CMYK images. By swapping the diff --git a/lib/image/png.js b/lib/image/png.js index 15acf13b6..504ce8a80 100644 --- a/lib/image/png.js +++ b/lib/image/png.js @@ -28,7 +28,7 @@ class PNGImage { BitsPerComponent: hasAlphaChannel ? 8 : this.image.bits, Width: this.width, Height: this.height, - Filter: 'FlateDecode' + Filter: 'FlateDecode', }); if (!hasAlphaChannel) { @@ -36,7 +36,7 @@ class PNGImage { Predictor: isInterlaced ? 1 : 15, Colors: this.image.colors, BitsPerComponent: this.image.bits, - Columns: this.width + Columns: this.width, }); this.obj.data['DecodeParms'] = params; @@ -55,7 +55,7 @@ class PNGImage { 'Indexed', 'DeviceRGB', this.image.palette.length / 3 - 1, - palette + palette, ]; } @@ -106,7 +106,7 @@ class PNGImage { BitsPerComponent: 8, Filter: 'FlateDecode', ColorSpace: 'DeviceGray', - Decode: [0, 1] + Decode: [0, 1], }); sMask.end(this.alphaChannel); @@ -122,7 +122,7 @@ class PNGImage { } splitAlphaChannel() { - return this.image.decodePixels(pixels => { + return this.image.decodePixels((pixels) => { let a, p; const colorCount = this.image.colors; const pixelCount = this.width * this.height; @@ -150,7 +150,7 @@ class PNGImage { loadIndexedAlphaChannel() { const transparency = this.image.transparency.indexed; - return this.image.decodePixels(pixels => { + return this.image.decodePixels((pixels) => { const alphaChannel = Buffer.alloc(this.width * this.height); let i = 0; @@ -164,7 +164,7 @@ class PNGImage { } decodeData() { - this.image.decodePixels(pixels => { + this.image.decodePixels((pixels) => { this.imgData = zlib.deflateSync(pixels); this.finalize(); }); diff --git a/lib/line_wrapper.js b/lib/line_wrapper.js index d564c3452..d9970a527 100644 --- a/lib/line_wrapper.js +++ b/lib/line_wrapper.js @@ -11,11 +11,19 @@ class LineWrapper extends EventEmitter { this.document = document; this.horizontalScaling = options.horizontalScaling || 100; this.indent = ((options.indent || 0) * this.horizontalScaling) / 100; - this.characterSpacing = ((options.characterSpacing || 0) * this.horizontalScaling) / 100; - this.wordSpacing = ((options.wordSpacing === 0) * this.horizontalScaling) / 100; + this.characterSpacing = + ((options.characterSpacing || 0) * this.horizontalScaling) / 100; + this.wordSpacing = + ((options.wordSpacing === 0) * this.horizontalScaling) / 100; this.columns = options.columns || 1; - this.columnGap = ((options.columnGap != null ? options.columnGap : 18) * this.horizontalScaling) / 100; // 1/4 inch - this.lineWidth = (((options.width * this.horizontalScaling) / 100) - (this.columnGap * (this.columns - 1))) / this.columns; + this.columnGap = + ((options.columnGap != null ? options.columnGap : 18) * + this.horizontalScaling) / + 100; // 1/4 inch + this.lineWidth = + ((options.width * this.horizontalScaling) / 100 - + this.columnGap * (this.columns - 1)) / + this.columns; this.spaceLeft = this.lineWidth; this.startX = this.document.x; this.startY = this.document.y; @@ -33,7 +41,7 @@ class LineWrapper extends EventEmitter { } // handle paragraph indents - this.on('firstLine', options => { + this.on('firstLine', (options) => { // if this is the first line of the text segment, and // we're continuing where we left off, indent that much // otherwise use the user specified indent option @@ -61,7 +69,7 @@ class LineWrapper extends EventEmitter { }); // handle left aligning last lines of paragraphs - this.on('lastLine', options => { + this.on('lastLine', (options) => { const { align } = options; if (align === 'justify') { options.align = 'left'; @@ -102,7 +110,7 @@ class LineWrapper extends EventEmitter { var shouldContinue; let word = text.slice( (last != null ? last.position : undefined) || 0, - bk.position + bk.position, ); let w = wordWidths[word] != null @@ -178,7 +186,8 @@ class LineWrapper extends EventEmitter { this.indent = (options.indent * this.horizontalScaling) / 100; } if (options.characterSpacing != null) { - this.characterSpacing = (options.characterSpacing * this.horizontalScaling) / 100; + this.characterSpacing = + (options.characterSpacing * this.horizontalScaling) / 100; } if (options.wordSpacing != null) { this.wordSpacing = (options.wordSpacing * this.horizontalScaling) / 100; diff --git a/lib/metadata.js b/lib/metadata.js index 0742bd50e..ae218029c 100644 --- a/lib/metadata.js +++ b/lib/metadata.js @@ -1,35 +1,37 @@ - class PDFMetadata { - constructor() { - this._metadata = ` + constructor() { + this._metadata = ` `; - } - - _closeTags() { - this._metadata = this._metadata.concat(` + } + + _closeTags() { + this._metadata = this._metadata.concat(` `); - } + } - append(xml, newline=true) { - this._metadata = this._metadata.concat(xml); - if (newline) - this._metadata = this._metadata.concat('\n'); - } + append(xml, newline = true) { + this._metadata = this._metadata.concat(xml); + if (newline) this._metadata = this._metadata.concat('\n'); + } - getXML() { return this._metadata; } + getXML() { + return this._metadata; + } - getLength() { return this._metadata.length; } + getLength() { + return this._metadata.length; + } - end() { - this._closeTags(); - this._metadata = this._metadata.trim(); - } + end() { + this._closeTags(); + this._metadata = this._metadata.trim(); + } } -export default PDFMetadata; \ No newline at end of file +export default PDFMetadata; diff --git a/lib/mixins/acroform.js b/lib/mixins/acroform.js index f07dbfd96..e3dd0bb0f 100644 --- a/lib/mixins/acroform.js +++ b/lib/mixins/acroform.js @@ -11,12 +11,12 @@ const FIELD_FLAGS = { edit: 0x40000, sort: 0x80000, multiSelect: 0x200000, - noSpell: 0x400000 + noSpell: 0x400000, }; const FIELD_JUSTIFY = { left: 0, center: 1, - right: 2 + right: 2, }; const VALUE_MAP = { value: 'V', defaultValue: 'DV' }; const FORMAT_SPECIAL = { @@ -24,7 +24,7 @@ const FORMAT_SPECIAL = { zipPlus4: '1', zip4: '1', phone: '2', - ssn: '3' + ssn: '3', }; const FORMAT_DEFAULT = { number: { @@ -32,12 +32,12 @@ const FORMAT_DEFAULT = { sepComma: false, negStyle: 'MinusBlack', currency: '', - currencyPrepend: true + currencyPrepend: true, }, percent: { nDec: 0, - sepComma: false - } + sepComma: false, + }, }; export default { @@ -51,7 +51,7 @@ export default { } this._acroform = { fonts: {}, - defaultFont: this._font.name + defaultFont: this._font.name, }; this._acroform.fonts[this._font.id] = this._font.ref(); @@ -60,8 +60,8 @@ export default { NeedAppearances: true, DA: new String(`/${this._font.id} 0 Tf 0 g`), DR: { - Font: {} - } + Font: {}, + }, }; data.DR.Font[this._font.id] = this._font.ref(); const AcroForm = this.ref(data); @@ -81,10 +81,10 @@ export default { throw new Error('No fonts specified for PDF form'); } let fontDict = this._root.data.AcroForm.data.DR.Font; - Object.keys(this._acroform.fonts).forEach(name => { + Object.keys(this._acroform.fonts).forEach((name) => { fontDict[name] = this._acroform.fonts[name]; }); - this._root.data.AcroForm.data.Fields.forEach(fieldRef => { + this._root.data.AcroForm.data.Fields.forEach((fieldRef) => { this._endChild(fieldRef); }); this._root.data.AcroForm.end(); @@ -94,7 +94,7 @@ export default { _endChild(ref) { if (Array.isArray(ref.data.Kids)) { - ref.data.Kids.forEach(childRef => { + ref.data.Kids.forEach((childRef) => { this._endChild(childRef); }); ref.end(); @@ -181,7 +181,7 @@ export default { _fieldDict(name, type, options = {}) { if (!this._acroform) { throw new Error( - 'Call document.initForm() method before adding form elements to document' + 'Call document.initForm() method before adding form elements to document', ); } let opts = Object.assign({}, options); @@ -253,8 +253,8 @@ export default { '"' + p.negStyle + '"', 'null', '"' + p.currency + '"', - String(p.currencyPrepend) - ].join(',') + String(p.currencyPrepend), + ].join(','), ); } else if (f.type === 'percent') { let p = Object.assign({}, FORMAT_DEFAULT.percent, f); @@ -264,11 +264,11 @@ export default { opts.AA = opts.AA ? opts.AA : {}; opts.AA.K = { S: 'JavaScript', - JS: new String(`${fnKeystroke}(${params});`) + JS: new String(`${fnKeystroke}(${params});`), }; opts.AA.F = { S: 'JavaScript', - JS: new String(`${fnFormat}(${params});`) + JS: new String(`${fnFormat}(${params});`), }; } delete opts.format; @@ -297,7 +297,7 @@ export default { _resolveFlags(options) { let result = 0; - Object.keys(options).forEach(key => { + Object.keys(options).forEach((key) => { if (FIELD_FLAGS[key]) { if (options[key]) { result |= FIELD_FLAGS[key]; @@ -367,13 +367,13 @@ export default { options.Opt = select; } - Object.keys(VALUE_MAP).forEach(key => { + Object.keys(VALUE_MAP).forEach((key) => { if (options[key] !== undefined) { options[VALUE_MAP[key]] = options[key]; delete options[key]; } }); - ['V', 'DV'].forEach(key => { + ['V', 'DV'].forEach((key) => { if (typeof options[key] === 'string') { options[key] = new String(options[key]); } @@ -388,5 +388,5 @@ export default { delete options.label; } return options; - } + }, }; diff --git a/lib/mixins/annotations.js b/lib/mixins/annotations.js index 1432aedd2..51a72c57d 100644 --- a/lib/mixins/annotations.js +++ b/lib/mixins/annotations.js @@ -47,7 +47,7 @@ export default { options.Subtype = 'Link'; options.A = this.ref({ S: 'GoTo', - D: new String(name) + D: new String(name), }); options.A.end(); return this.annotate(x, y, w, h, options); @@ -62,7 +62,7 @@ export default { if (url >= 0 && url < pages.Kids.length) { options.A = this.ref({ S: 'GoTo', - D: [pages.Kids[url], 'XYZ', null, null, null] + D: [pages.Kids[url], 'XYZ', null, null, null], }); options.A.end(); } else { @@ -72,7 +72,7 @@ export default { // Link to an external url options.A = this.ref({ S: 'URI', - URI: new String(url) + URI: new String(url), }); options.A.end(); } @@ -133,10 +133,7 @@ export default { fileAnnotation(x, y, w, h, file = {}, options = {}) { // create hidden file - const filespec = this.file( - file.src, - Object.assign({ hidden: true }, file) - ); + const filespec = this.file(file.src, Object.assign({ hidden: true }, file)); options.Subtype = 'FileAttachment'; options.FS = filespec; @@ -167,5 +164,5 @@ export default { y2 = m1 * x2 + m3 * y2 + m5; return [x1, y1, x2, y2]; - } + }, }; diff --git a/lib/mixins/attachments.js b/lib/mixins/attachments.js index f3a8179cb..387947250 100644 --- a/lib/mixins/attachments.js +++ b/lib/mixins/attachments.js @@ -21,7 +21,7 @@ export default { const refBody = { Type: 'EmbeddedFile', - Params: {} + Params: {}, }; let data; @@ -66,7 +66,7 @@ export default { // add checksum and size information const checksum = CryptoJS.MD5( - CryptoJS.lib.WordArray.create(new Uint8Array(data)) + CryptoJS.lib.WordArray.create(new Uint8Array(data)), ); refBody.Params.CheckSum = new String(checksum); refBody.Params.Size = data.byteLength; @@ -90,7 +90,7 @@ export default { AFRelationship: options.relationship, F: new String(options.name), EF: { F: ref }, - UF: new String(options.name) + UF: new String(options.name), }; if (options.description) { fileSpecBody.Desc = new String(options.description); @@ -110,7 +110,7 @@ export default { } return filespec; - } + }, }; /** check two embedded file metadata objects for equality */ diff --git a/lib/mixins/color.js b/lib/mixins/color.js index 8b1192998..e94cf4d3e 100644 --- a/lib/mixins/color.js +++ b/lib/mixins/color.js @@ -21,7 +21,7 @@ export default { if (color.length === 4) { color = color.replace( /#([0-9A-F])([0-9A-F])([0-9A-F])/i, - '#$1$1$2$2$3$3' + '#$1$1$2$2$3$3', ); } const hex = parseInt(color.slice(1), 16); @@ -36,10 +36,10 @@ export default { if (Array.isArray(color)) { // RGB if (color.length === 3) { - color = color.map(part => part / 255); + color = color.map((part) => part / 255); // CMYK } else if (color.length === 4) { - color = color.map(part => part / 100); + color = color.map((part) => part / 100); } return color; } @@ -181,7 +181,7 @@ export default { const color = new SpotColor(this, name, C, M, Y, K); this.spotColors[name] = color; return this; - } + }, }; var namedColors = { @@ -331,5 +331,5 @@ var namedColors = { white: [255, 255, 255], whitesmoke: [245, 245, 245], yellow: [255, 255, 0], - yellowgreen: [154, 205, 50] + yellowgreen: [154, 205, 50], }; diff --git a/lib/mixins/fonts.js b/lib/mixins/fonts.js index 314a86452..a51069d85 100644 --- a/lib/mixins/fonts.js +++ b/lib/mixins/fonts.js @@ -3,23 +3,29 @@ import { CM_TO_IN, IN_TO_PT, MM_TO_CM, PC_TO_PT, PX_TO_IN } from '../utils'; const isEqualFont = (font1, font2) => { // compare font checksum - if (font1.font._tables?.head?.checkSumAdjustment !== font2.font._tables?.head?.checkSumAdjustment) { + if ( + font1.font._tables?.head?.checkSumAdjustment !== + font2.font._tables?.head?.checkSumAdjustment + ) { return false; } // compare font name table - if (JSON.stringify(font1.font._tables?.name?.records) !== JSON.stringify(font2.font._tables?.name?.records)) { + if ( + JSON.stringify(font1.font._tables?.name?.records) !== + JSON.stringify(font2.font._tables?.name?.records) + ) { return false; } return true; -} +}; export default { initFonts( defaultFont = 'Helvetica', defaultFontFamily = null, - defaultFontSize = 12 + defaultFontSize = 12, ) { // Lookup table for embedded fonts this._fontFamilies = {}; @@ -80,7 +86,10 @@ export default { // check for existing font familes with the same name already in the PDF // useful if the font was passed as a buffer - if ((font = this._fontFamilies[this._font.name]) && isEqualFont(this._font, font)) { + if ( + (font = this._fontFamilies[this._font.name]) && + isEqualFont(this._font, font) + ) { this._font = font; return this; } @@ -112,7 +121,7 @@ export default { registerFont(name, src, family) { this._registeredFonts[name] = { src, - family + family, }; return this; @@ -128,7 +137,12 @@ export default { * * @returns number */ - sizeToPoint(size, defaultValue = 0, page = this.page, percentageWidth = undefined) { + sizeToPoint( + size, + defaultValue = 0, + page = this.page, + percentageWidth = undefined, + ) { if (!percentageWidth) percentageWidth = this._fontSize; if (typeof defaultValue !== 'number') defaultValue = this.sizeToPoint(defaultValue); @@ -137,7 +151,7 @@ export default { if (typeof size === 'boolean') return Number(size); const match = String(size).match( - /((\d+)?(\.\d+)?)(em|in|px|cm|mm|pc|ex|ch|rem|vw|vh|vmin|vmax|%|pt)?/ + /((\d+)?(\.\d+)?)(em|in|px|cm|mm|pc|ex|ch|rem|vw|vh|vmin|vmax|%|pt)?/, ); if (!match) throw new Error(`Unsupported size '${size}'`); let multiplier; @@ -190,5 +204,5 @@ export default { } return multiplier * Number(match[1]); - } + }, }; diff --git a/lib/mixins/images.js b/lib/mixins/images.js index f2ead6731..b8b2e69fd 100644 --- a/lib/mixins/images.js +++ b/lib/mixins/images.js @@ -205,7 +205,7 @@ export default { if (rotateAngle) { this.rotate(rotateAngle, { - origin: [originX, originY] + origin: [originX, originY], }); } @@ -230,5 +230,5 @@ export default { } return image; - } + }, }; diff --git a/lib/mixins/markings.js b/lib/mixins/markings.js index 6a445368b..a0592e241 100644 --- a/lib/mixins/markings.js +++ b/lib/mixins/markings.js @@ -3,13 +3,12 @@ Markings mixin - support marked content sequences in content streams By Ben Schmidt */ -import PDFStructureElement from "../structure_element"; -import PDFStructureContent from "../structure_content"; -import PDFNumberTree from "../number_tree"; -import PDFObject from "../object"; +import PDFStructureElement from '../structure_element'; +import PDFStructureContent from '../structure_content'; +import PDFNumberTree from '../number_tree'; +import PDFObject from '../object'; export default { - initMarkings(options) { this.structChildren = []; @@ -50,11 +49,17 @@ export default { dictionary.Type = options.type; } if (Array.isArray(options.bbox)) { - dictionary.BBox = [options.bbox[0], this.page.height - options.bbox[3], - options.bbox[2], this.page.height - options.bbox[1]]; + dictionary.BBox = [ + options.bbox[0], + this.page.height - options.bbox[3], + options.bbox[2], + this.page.height - options.bbox[1], + ]; } - if (Array.isArray(options.attached) && - options.attached.every(val => typeof val === 'string')) { + if ( + Array.isArray(options.attached) && + options.attached.every((val) => typeof val === 'string') + ) { dictionary.Attached = options.attached; } } @@ -78,7 +83,9 @@ export default { }, markStructureContent(tag, options = {}) { - const pageStructParents = this.getStructParentTree().get(this.page.structParentTreeKey); + const pageStructParents = this.getStructParentTree().get( + this.page.structParentTreeKey, + ); const mcid = pageStructParents.length; pageStructParents.push(null); @@ -115,7 +122,10 @@ export default { pageMarkings.forEach((marking) => { if (marking.structContent) { const structContent = marking.structContent; - const newStructContent = this.markStructureContent(marking.tag, marking.options); + const newStructContent = this.markStructureContent( + marking.tag, + marking.options, + ); structContent.push(newStructContent); this.page.markings.slice(-1)[0].structContent = structContent; } else { @@ -147,7 +157,7 @@ export default { this._root.data.StructTreeRoot = this.ref({ Type: 'StructTreeRoot', ParentTree: new PDFNumberTree(), - ParentTreeNextKey: 0 + ParentTreeNextKey: 0, }); } return this._root.data.StructTreeRoot; @@ -176,6 +186,5 @@ export default { if (this._root.data.MarkInfo) { this._root.data.MarkInfo.end(); } - } - + }, }; diff --git a/lib/mixins/metadata.js b/lib/mixins/metadata.js index 9268da62c..669f66931 100644 --- a/lib/mixins/metadata.js +++ b/lib/mixins/metadata.js @@ -1,94 +1,101 @@ -import PDFMetadata from "../metadata" +import PDFMetadata from '../metadata'; export default { - initMetadata() { - this.metadata = new PDFMetadata(); - }, + initMetadata() { + this.metadata = new PDFMetadata(); + }, - appendXML(xml, newline=true) { this.metadata.append(xml,newline); }, + appendXML(xml, newline = true) { + this.metadata.append(xml, newline); + }, - _addInfo() { - this.appendXML(` + _addInfo() { + this.appendXML(` - ${this.info.CreationDate.toISOString().split('.')[0]+"Z"} + ${this.info.CreationDate.toISOString().split('.')[0] + 'Z'} ${this.info.Creator} - ` - ); + `); - if (this.info.Title || this.info.Author || this.info.Subject) { - this.appendXML(` + if (this.info.Title || this.info.Author || this.info.Subject) { + this.appendXML(` `); - - if (this.info.Title) { - this.appendXML(` + + if (this.info.Title) { + this.appendXML(` ${this.info.Title} `); - } + } - if (this.info.Author) { - this.appendXML(` + if (this.info.Author) { + this.appendXML(` ${this.info.Author} `); - } + } - if (this.info.Subject) { - this.appendXML(` + if (this.info.Subject) { + this.appendXML(` ${this.info.Subject} `); - } + } - this.appendXML(` + this.appendXML(` `); - } + } - this.appendXML(` + this.appendXML( + ` - ${this.info.Creator}`, false); + ${this.info.Creator}`, + false, + ); - if (this.info.Keywords) { - this.appendXML(` - ${this.info.Keywords}`, false); - } + if (this.info.Keywords) { + this.appendXML( + ` + ${this.info.Keywords}`, + false, + ); + } - this.appendXML(` + this.appendXML(` `); - }, + }, + + endMetadata() { + this._addInfo(); - endMetadata() { - this._addInfo(); - - this.metadata.end(); + this.metadata.end(); - /* + /* Metadata was introduced in PDF 1.4, so adding it to 1.3 will likely only take up more space. */ - if (this.version != 1.3) { - this.metadataRef = this.ref({ - length: this.metadata.getLength(), - Type: 'Metadata', - Subtype: 'XML' - }); - this.metadataRef.compress = false; - this.metadataRef.write(Buffer.from(this.metadata.getXML(), 'utf-8')); - this.metadataRef.end(); - this._root.data.Metadata = this.metadataRef; - } + if (this.version != 1.3) { + this.metadataRef = this.ref({ + length: this.metadata.getLength(), + Type: 'Metadata', + Subtype: 'XML', + }); + this.metadataRef.compress = false; + this.metadataRef.write(Buffer.from(this.metadata.getXML(), 'utf-8')); + this.metadataRef.end(); + this._root.data.Metadata = this.metadataRef; } -} \ No newline at end of file + }, +}; diff --git a/lib/mixins/outline.js b/lib/mixins/outline.js index 1da603e40..4f2b2d894 100644 --- a/lib/mixins/outline.js +++ b/lib/mixins/outline.js @@ -11,5 +11,5 @@ export default { this._root.data.Outlines = this.outline.dictionary; return (this._root.data.PageMode = 'UseOutlines'); } - } + }, }; diff --git a/lib/mixins/pdfa.js b/lib/mixins/pdfa.js index 703560e4a..1a93ffe64 100644 --- a/lib/mixins/pdfa.js +++ b/lib/mixins/pdfa.js @@ -20,11 +20,13 @@ export default { }, _addColorOutputIntent() { - const iccProfile = fs.readFileSync(`${__dirname}/data/sRGB_IEC61966_2_1.icc`); + const iccProfile = fs.readFileSync( + `${__dirname}/data/sRGB_IEC61966_2_1.icc`, + ); const colorProfileRef = this.ref({ Length: iccProfile.length, - N: 3 + N: 3, }); colorProfileRef.write(iccProfile); colorProfileRef.end(); @@ -34,7 +36,7 @@ export default { S: 'GTS_PDFA1', Info: new String('sRGB IEC61966-2.1'), OutputConditionIdentifier: new String('sRGB IEC61966-2.1'), - DestOutputProfile: colorProfileRef + DestOutputProfile: colorProfileRef, }); intentRef.end(); @@ -52,5 +54,5 @@ export default { _addPdfaMetadata() { this.appendXML(this._getPdfaid()); - } + }, }; diff --git a/lib/mixins/pdfua.js b/lib/mixins/pdfua.js index 89fd9e3ae..5726c0620 100644 --- a/lib/mixins/pdfua.js +++ b/lib/mixins/pdfua.js @@ -1,24 +1,21 @@ - export default { + initPDFUA() { + this.subset = 1; + }, - initPDFUA() { - this.subset = 1; - }, - - endSubset() { - this._addPdfuaMetadata(); - }, + endSubset() { + this._addPdfuaMetadata(); + }, - _addPdfuaMetadata() { - this.appendXML(this._getPdfuaid()); - }, + _addPdfuaMetadata() { + this.appendXML(this._getPdfuaid()); + }, - _getPdfuaid() { - return ` + _getPdfuaid() { + return ` ${this.subset} `; - }, - -} \ No newline at end of file + }, +}; diff --git a/lib/mixins/subsets.js b/lib/mixins/subsets.js index f2875ecf2..2bc2c9d18 100644 --- a/lib/mixins/subsets.js +++ b/lib/mixins/subsets.js @@ -2,29 +2,28 @@ import PDFA from './pdfa'; import PDFUA from './pdfua'; export default { - _importSubset(subset) { - Object.assign(this, subset) - }, + _importSubset(subset) { + Object.assign(this, subset); + }, - initSubset(options) { - - switch (options.subset) { - case 'PDF/A-1': - case 'PDF/A-1a': - case 'PDF/A-1b': - case 'PDF/A-2': - case 'PDF/A-2a': - case 'PDF/A-2b': - case 'PDF/A-3': - case 'PDF/A-3a': - case 'PDF/A-3b': - this._importSubset(PDFA); - this.initPDFA(options.subset); - break; - case 'PDF/UA': - this._importSubset(PDFUA); - this.initPDFUA(); - break; - } + initSubset(options) { + switch (options.subset) { + case 'PDF/A-1': + case 'PDF/A-1a': + case 'PDF/A-1b': + case 'PDF/A-2': + case 'PDF/A-2a': + case 'PDF/A-2b': + case 'PDF/A-3': + case 'PDF/A-3a': + case 'PDF/A-3b': + this._importSubset(PDFA); + this.initPDFA(options.subset); + break; + case 'PDF/UA': + this._importSubset(PDFUA); + this.initPDFUA(); + break; } -} \ No newline at end of file + }, +}; diff --git a/lib/mixins/text.js b/lib/mixins/text.js index d8bc693cc..d598f7e3f 100644 --- a/lib/mixins/text.js +++ b/lib/mixins/text.js @@ -46,8 +46,11 @@ export default { const addStructure = () => { if (options.structParent) { - options.structParent.add(this.struct(options.structType || 'P', - [this.markStructureContent(options.structType || 'P')])); + options.structParent.add( + this.struct(options.structType || 'P', [ + this.markStructureContent(options.structType || 'P'), + ]), + ); } }; @@ -90,7 +93,12 @@ export default { widthOfString(string, options = {}) { const horizontalScaling = options.horizontalScaling || 100; - return ((this._font.widthOfString(string, this._fontSize, options.features) + (options.characterSpacing || 0) * (string.length - 1)) * horizontalScaling) / 100; + return ( + ((this._font.widthOfString(string, this._fontSize, options.features) + + (options.characterSpacing || 0) * (string.length - 1)) * + horizontalScaling) / + 100 + ); }, /** @@ -319,8 +327,11 @@ export default { } if (item && (labelType || bodyType)) { - item.add(this.struct(labelType || bodyType, - [this.markStructureContent(labelType || bodyType)])); + item.add( + this.struct(labelType || bodyType, [ + this.markStructureContent(labelType || bodyType), + ]), + ); } switch (listType) { case 'bullet': @@ -335,7 +346,9 @@ export default { } if (item && labelType && bodyType) { - item.add(this.struct(bodyType, [this.markStructureContent(bodyType)])); + item.add( + this.struct(bodyType, [this.markStructureContent(bodyType)]), + ); } if (item && item !== options.structParent) { item.end(); @@ -357,7 +370,6 @@ export default { wrapper.wrap(listItem, options); }; - for (let i = 0; i < items.length; i++) { drawListItem.call(this, items[i], i); } @@ -460,7 +472,7 @@ export default { wordSpacing = Math.max( 0, (options.lineWidth - textWidth) / Math.max(1, words.length - 1) - - spaceWidth + spaceWidth, ); break; } @@ -528,7 +540,7 @@ export default { this._fontSize < 10 ? 0.5 : Math.floor(this._fontSize / 10); this.lineWidth(lineWidth); - let lineY = (y + this.currentLineHeight()) - lineWidth + let lineY = y + this.currentLineHeight() - lineWidth; this.moveTo(x, lineY); this.lineTo(x + renderedWidth, lineY); this.stroke(); @@ -616,7 +628,7 @@ export default { for (let word of words) { const [encodedWord, positionsWord] = this._font.encode( word, - options.features + options.features, ); encoded = encoded.concat(encodedWord); positions = positions.concat(positionsWord); @@ -642,7 +654,7 @@ export default { let hadOffset = false; // Adds a segment of text to the TJ command buffer - const addSegment = cur => { + const addSegment = (cur) => { if (last < cur) { const hex = encoded.slice(last, cur).join(''); const advance = @@ -654,7 +666,7 @@ export default { }; // Flushes the current TJ commands to the output stream - const flush = i => { + const flush = (i) => { addSegment(i); if (commands.length > 0) { @@ -674,8 +686,8 @@ export default { // Move the text position and flush just the current character this.addContent( `1 0 0 1 ${number(x + pos.xOffset * scale)} ${number( - y + pos.yOffset * scale - )} Tm` + y + pos.yOffset * scale, + )} Tm`, ); flush(i + 1); @@ -704,5 +716,5 @@ export default { // restore flipped coordinate system return this.restore(); - } + }, }; diff --git a/lib/mixins/vector.js b/lib/mixins/vector.js index c0426261b..14ffac96c 100644 --- a/lib/mixins/vector.js +++ b/lib/mixins/vector.js @@ -34,7 +34,7 @@ export default { _CAP_STYLES: { BUTT: 0, ROUND: 1, - SQUARE: 2 + SQUARE: 2, }, lineCap(c) { @@ -47,7 +47,7 @@ export default { _JOIN_STYLES: { MITER: 0, ROUND: 1, - BEVEL: 2 + BEVEL: 2, }, lineJoin(j) { @@ -67,12 +67,12 @@ export default { length = [length, options.space || length]; } - const valid = length.every(x => Number.isFinite(x) && x > 0); + const valid = length.every((x) => Number.isFinite(x) && x > 0); if (!valid) { throw new Error( `dash(${JSON.stringify(originalLength)}, ${JSON.stringify( - options - )}) invalid, lengths must be numeric and greater than zero` + options, + )}) invalid, lengths must be numeric and greater than zero`, ); } @@ -95,20 +95,20 @@ export default { bezierCurveTo(cp1x, cp1y, cp2x, cp2y, x, y) { return this.addContent( `${number(cp1x)} ${number(cp1y)} ${number(cp2x)} ${number(cp2y)} ${number( - x - )} ${number(y)} c` + x, + )} ${number(y)} c`, ); }, quadraticCurveTo(cpx, cpy, x, y) { return this.addContent( - `${number(cpx)} ${number(cpy)} ${number(x)} ${number(y)} v` + `${number(cpx)} ${number(cpy)} ${number(x)} ${number(y)} v`, ); }, rect(x, y, w, h) { return this.addContent( - `${number(x)} ${number(y)} ${number(w)} ${number(h)} re` + `${number(x)} ${number(y)} ${number(w)} ${number(h)} re`, ); }, @@ -289,7 +289,14 @@ export default { transform(m11, m12, m21, m22, dx, dy) { // keep track of the current transformation matrix - if (m11 === 1 && m12 === 0 && m21 === 0 && m22 === 1 && dx === 0 && dy === 0) { + if ( + m11 === 1 && + m12 === 0 && + m21 === 0 && + m22 === 1 && + dx === 0 && + dy === 0 + ) { // Ignore identity transforms return this; } @@ -302,7 +309,7 @@ export default { m[4] = m0 * dx + m2 * dy + m4; m[5] = m1 * dx + m3 * dy + m5; - const values = [m11, m12, m21, m22, dx, dy].map(v => number(v)).join(' '); + const values = [m11, m12, m21, m22, dx, dy].map((v) => number(v)).join(' '); return this.addContent(`${values} cm`); }, @@ -346,5 +353,5 @@ export default { } return this.transform(xFactor, 0, 0, yFactor, x, y); - } + }, }; diff --git a/lib/name_tree.js b/lib/name_tree.js index caed3cb0b..6daf9d8b7 100644 --- a/lib/name_tree.js +++ b/lib/name_tree.js @@ -2,7 +2,7 @@ PDFNameTree - represents a name tree object */ -import PDFTree from "./tree"; +import PDFTree from './tree'; class PDFNameTree extends PDFTree { _compareKeys(a, b) { @@ -10,7 +10,7 @@ class PDFNameTree extends PDFTree { } _keysName() { - return "Names"; + return 'Names'; } _dataForKey(k) { diff --git a/lib/number_tree.js b/lib/number_tree.js index 5a82e7a7a..21042581c 100644 --- a/lib/number_tree.js +++ b/lib/number_tree.js @@ -2,7 +2,7 @@ PDFNumberTree - represents a number tree object */ -import PDFTree from "./tree"; +import PDFTree from './tree'; class PDFNumberTree extends PDFTree { _compareKeys(a, b) { @@ -10,7 +10,7 @@ class PDFNumberTree extends PDFTree { } _keysName() { - return "Nums"; + return 'Nums'; } _dataForKey(k) { diff --git a/lib/object.js b/lib/object.js index 13a1ca9d2..d4fcec371 100644 --- a/lib/object.js +++ b/lib/object.js @@ -18,11 +18,11 @@ const escapable = { '\f': '\\f', '\\': '\\\\', '(': '\\(', - ')': '\\)' + ')': '\\)', }; // Convert little endian UTF-16 to big endian -const swapBytes = function(buff) { +const swapBytes = function (buff) { const l = buff.length; if (l & 0x01) { throw new Error('Buffer length must be even'); @@ -71,7 +71,7 @@ class PDFObject { } // Escape characters as required by the spec - string = string.replace(escapableRe, c => escapable[c]); + string = string.replace(escapableRe, (c) => escapable[c]); return `(${string})`; @@ -99,12 +99,14 @@ class PDFObject { string = encryptFn(Buffer.from(string, 'ascii')).toString('binary'); // Escape characters as required by the spec - string = string.replace(escapableRe, c => escapable[c]); + string = string.replace(escapableRe, (c) => escapable[c]); } return `(${string})`; } else if (Array.isArray(object)) { - const items = object.map(e => PDFObject.convert(e, encryptFn)).join(' '); + const items = object + .map((e) => PDFObject.convert(e, encryptFn)) + .join(' '); return `[${items}]`; } else if ({}.toString.call(object) === '[object Object]') { const out = ['<<']; diff --git a/lib/outline.js b/lib/outline.js index 8dc709d21..02a32aa50 100644 --- a/lib/outline.js +++ b/lib/outline.js @@ -26,7 +26,7 @@ class PDFOutline { this.dictionary, title, this.document.page, - options + options, ); this.children.push(result); diff --git a/lib/page.js b/lib/page.js index dcea632df..381b8a165 100644 --- a/lib/page.js +++ b/lib/page.js @@ -65,7 +65,7 @@ const SIZES = { FOLIO: [612.0, 936.0], LEGAL: [612.0, 1008.0], LETTER: [612.0, 792.0], - TABLOID: [792.0, 1224.0] + TABLOID: [792.0, 1224.0], }; class PDFPage { @@ -91,12 +91,12 @@ class PDFPage { this.margins = normalizeSides( options.margin ?? options.margins, DEFAULT_MARGINS, - x => document.sizeToPoint(x, 0, this) - ) + (x) => document.sizeToPoint(x, 0, this), + ); // Initialize the Font, XObject, and ExtGState dictionaries this.resources = this.document.ref({ - ProcSet: ['PDF', 'Text', 'ImageB', 'ImageC', 'ImageI'] + ProcSet: ['PDF', 'Text', 'ImageB', 'ImageC', 'ImageI'], }); // The page dictionary @@ -105,7 +105,7 @@ class PDFPage { Parent: this.document._root.data.Pages, MediaBox: [0, 0, this.width, this.height], Contents: this.content, - Resources: this.resources + Resources: this.resources, }); this.markings = []; diff --git a/lib/path.js b/lib/path.js index ca12717fd..e213c6bed 100644 --- a/lib/path.js +++ b/lib/path.js @@ -22,10 +22,10 @@ const parameters = { V: 1, v: 1, Z: 0, - z: 0 + z: 0, }; -const parse = function(path) { +const parse = function (path) { let cmd; const ret = []; let args = []; @@ -110,7 +110,7 @@ const parse = function(path) { return ret; }; -const apply = function(commands, doc) { +const apply = function (commands, doc) { // current point, control point, and subpath starting point cx = cy = px = py = sx = sy = 0; @@ -157,7 +157,7 @@ const runners = { a[2] + cx, a[3] + cy, a[4] + cx, - a[5] + cy + a[5] + cy, ); px = cx + a[2]; py = cy + a[3]; @@ -190,7 +190,7 @@ const runners = { cx + a[0], cy + a[1], cx + a[2], - cy + a[3] + cy + a[3], ); px = cx + a[0]; py = cy + a[1]; @@ -306,10 +306,10 @@ const runners = { doc.closePath(); cx = sx; return (cy = sy); - } + }, }; -const solveArc = function(doc, x, y, coords) { +const solveArc = function (doc, x, y, coords) { const [rx, ry, rot, large, sweep, ex, ey] = coords; const segs = arcToSegments(ex, ey, rx, ry, large, sweep, rot, x, y); @@ -320,7 +320,7 @@ const solveArc = function(doc, x, y, coords) { }; // from Inkscape svgtopdf, thanks! -const arcToSegments = function(x, y, rx, ry, large, sweep, rotateX, ox, oy) { +const arcToSegments = function (x, y, rx, ry, large, sweep, rotateX, ox, oy) { const th = rotateX * (Math.PI / 180); const sin_th = Math.sin(th); const cos_th = Math.cos(th); @@ -379,7 +379,7 @@ const arcToSegments = function(x, y, rx, ry, large, sweep, rotateX, ox, oy) { return result; }; -const segmentToBezier = function(cx, cy, th0, th1, rx, ry, sin_th, cos_th) { +const segmentToBezier = function (cx, cy, th0, th1, rx, ry, sin_th, cos_th) { const a00 = cos_th * rx; const a01 = -sin_th * ry; const a10 = sin_th * rx; @@ -402,7 +402,7 @@ const segmentToBezier = function(cx, cy, th0, th1, rx, ry, sin_th, cos_th) { a00 * x2 + a01 * y2, a10 * x2 + a11 * y2, a00 * x3 + a01 * y3, - a10 * x3 + a11 * y3 + a10 * x3 + a11 * y3, ]; }; diff --git a/lib/pattern.js b/lib/pattern.js index 9ed0cf391..b2337c907 100644 --- a/lib/pattern.js +++ b/lib/pattern.js @@ -28,7 +28,7 @@ class PDFTilingPattern { m0 * m21 + m2 * m22, m1 * m21 + m3 * m22, m0 * dx + m2 * dy + m4, - m1 * dx + m3 * dy + m5 + m1 * dx + m3 * dy + m5, ]; const pattern = this.doc.ref({ Type: 'Pattern', @@ -38,8 +38,8 @@ class PDFTilingPattern { BBox: this.bBox, XStep: this.xStep, YStep: this.yStep, - Matrix: m.map(v => +v.toFixed(5)), - Resources: resources + Matrix: m.map((v) => +v.toFixed(5)), + Resources: resources, }); pattern.end(this.stream); return pattern; @@ -48,7 +48,7 @@ class PDFTilingPattern { embedPatternColorSpaces() { // map each pattern to an underlying color space // and embed on each page - underlyingColorSpaces.forEach(csName => { + underlyingColorSpaces.forEach((csName) => { const csId = this.getPatternColorSpaceId(csName); if (this.doc.page.colorSpaces[csId]) return; @@ -86,14 +86,14 @@ class PDFTilingPattern { // select one of the pattern color spaces const csId = this.getPatternColorSpaceId( - this.doc._getColorSpace(normalizedColor) + this.doc._getColorSpace(normalizedColor), ); this.doc._setColorSpace(csId, stroke); // stroke/fill using the pattern and color (in the above underlying color space) const op = stroke ? 'SCN' : 'scn'; return this.doc.addContent( - `${normalizedColor.join(' ')} /${this.id} ${op}` + `${normalizedColor.join(' ')} /${this.id} ${op}`, ); } } diff --git a/lib/saslprep/index.js b/lib/saslprep/index.js index 4e1f5a7a4..e1f98f9b0 100644 --- a/lib/saslprep/index.js +++ b/lib/saslprep/index.js @@ -4,7 +4,7 @@ import { isNonASCIISpaceCharacter, isProhibitedCharacter, isBidirectionalRAL, - isBidirectionalL + isBidirectionalL, } from './lib/code-points'; // 2.1. Mapping @@ -22,9 +22,9 @@ const mapping2space = isNonASCIISpaceCharacter; const mapping2nothing = isCommonlyMappedToNothing; // utils -const getCodePoint = character => character.codePointAt(0); -const first = x => x[0]; -const last = x => x[x.length - 1]; +const getCodePoint = (character) => character.codePointAt(0); +const first = (x) => x[0]; +const last = (x) => x[x.length - 1]; /** * Convert provided string into an array of Unicode Code Points. @@ -75,9 +75,9 @@ function saslprep(input, opts = {}) { // 1. Map const mapped_input = toCodePoints(input) // 1.1 mapping to space - .map(character => (mapping2space(character) ? 0x20 : character)) + .map((character) => (mapping2space(character) ? 0x20 : character)) // 1.2 mapping to nothing - .filter(character => !mapping2nothing(character)); + .filter((character) => !mapping2nothing(character)); // 2. Normalize const normalized_input = String.fromCodePoint @@ -91,7 +91,7 @@ function saslprep(input, opts = {}) { if (hasProhibited) { throw new Error( - 'Prohibited character, see https://tools.ietf.org/html/rfc4013#section-2.3' + 'Prohibited character, see https://tools.ietf.org/html/rfc4013#section-2.3', ); } @@ -101,7 +101,7 @@ function saslprep(input, opts = {}) { if (hasUnassigned) { throw new Error( - 'Unassigned code point, see https://tools.ietf.org/html/rfc4013#section-2.5' + 'Unassigned code point, see https://tools.ietf.org/html/rfc4013#section-2.5', ); } } @@ -117,7 +117,7 @@ function saslprep(input, opts = {}) { if (hasBidiRAL && hasBidiL) { throw new Error( 'String must not contain RandALCat and LCat at the same time,' + - ' see https://tools.ietf.org/html/rfc3454#section-6' + ' see https://tools.ietf.org/html/rfc3454#section-6', ); } @@ -128,16 +128,16 @@ function saslprep(input, opts = {}) { */ const isFirstBidiRAL = isBidirectionalRAL( - getCodePoint(first(normalized_input)) + getCodePoint(first(normalized_input)), ); const isLastBidiRAL = isBidirectionalRAL( - getCodePoint(last(normalized_input)) + getCodePoint(last(normalized_input)), ); if (hasBidiRAL && !(isFirstBidiRAL && isLastBidiRAL)) { throw new Error( 'Bidirectional RandALCat character must be the first and the last' + - ' character of the string, see https://tools.ietf.org/html/rfc3454#section-6' + ' character of the string, see https://tools.ietf.org/html/rfc3454#section-6', ); } diff --git a/lib/saslprep/lib/code-points.js b/lib/saslprep/lib/code-points.js index fbe07e573..67ed883ef 100644 --- a/lib/saslprep/lib/code-points.js +++ b/lib/saslprep/lib/code-points.js @@ -6,802 +6,100 @@ import { inRange } from './util'; * @link https://tools.ietf.org/html/rfc3454#appendix-A.1 */ const unassigned_code_points = [ - 0x0221, - 0x0221, - 0x0234, - 0x024f, - 0x02ae, - 0x02af, - 0x02ef, - 0x02ff, - 0x0350, - 0x035f, - 0x0370, - 0x0373, - 0x0376, - 0x0379, - 0x037b, - 0x037d, - 0x037f, - 0x0383, - 0x038b, - 0x038b, - 0x038d, - 0x038d, - 0x03a2, - 0x03a2, - 0x03cf, - 0x03cf, - 0x03f7, - 0x03ff, - 0x0487, - 0x0487, - 0x04cf, - 0x04cf, - 0x04f6, - 0x04f7, - 0x04fa, - 0x04ff, - 0x0510, - 0x0530, - 0x0557, - 0x0558, - 0x0560, - 0x0560, - 0x0588, - 0x0588, - 0x058b, - 0x0590, - 0x05a2, - 0x05a2, - 0x05ba, - 0x05ba, - 0x05c5, - 0x05cf, - 0x05eb, - 0x05ef, - 0x05f5, - 0x060b, - 0x060d, - 0x061a, - 0x061c, - 0x061e, - 0x0620, - 0x0620, - 0x063b, - 0x063f, - 0x0656, - 0x065f, - 0x06ee, - 0x06ef, - 0x06ff, - 0x06ff, - 0x070e, - 0x070e, - 0x072d, - 0x072f, - 0x074b, - 0x077f, - 0x07b2, - 0x0900, - 0x0904, - 0x0904, - 0x093a, - 0x093b, - 0x094e, - 0x094f, - 0x0955, - 0x0957, - 0x0971, - 0x0980, - 0x0984, - 0x0984, - 0x098d, - 0x098e, - 0x0991, - 0x0992, - 0x09a9, - 0x09a9, - 0x09b1, - 0x09b1, - 0x09b3, - 0x09b5, - 0x09ba, - 0x09bb, - 0x09bd, - 0x09bd, - 0x09c5, - 0x09c6, - 0x09c9, - 0x09ca, - 0x09ce, - 0x09d6, - 0x09d8, - 0x09db, - 0x09de, - 0x09de, - 0x09e4, - 0x09e5, - 0x09fb, - 0x0a01, - 0x0a03, - 0x0a04, - 0x0a0b, - 0x0a0e, - 0x0a11, - 0x0a12, - 0x0a29, - 0x0a29, - 0x0a31, - 0x0a31, - 0x0a34, - 0x0a34, - 0x0a37, - 0x0a37, - 0x0a3a, - 0x0a3b, - 0x0a3d, - 0x0a3d, - 0x0a43, - 0x0a46, - 0x0a49, - 0x0a4a, - 0x0a4e, - 0x0a58, - 0x0a5d, - 0x0a5d, - 0x0a5f, - 0x0a65, - 0x0a75, - 0x0a80, - 0x0a84, - 0x0a84, - 0x0a8c, - 0x0a8c, - 0x0a8e, - 0x0a8e, - 0x0a92, - 0x0a92, - 0x0aa9, - 0x0aa9, - 0x0ab1, - 0x0ab1, - 0x0ab4, - 0x0ab4, - 0x0aba, - 0x0abb, - 0x0ac6, - 0x0ac6, - 0x0aca, - 0x0aca, - 0x0ace, - 0x0acf, - 0x0ad1, - 0x0adf, - 0x0ae1, - 0x0ae5, - 0x0af0, - 0x0b00, - 0x0b04, - 0x0b04, - 0x0b0d, - 0x0b0e, - 0x0b11, - 0x0b12, - 0x0b29, - 0x0b29, - 0x0b31, - 0x0b31, - 0x0b34, - 0x0b35, - 0x0b3a, - 0x0b3b, - 0x0b44, - 0x0b46, - 0x0b49, - 0x0b4a, - 0x0b4e, - 0x0b55, - 0x0b58, - 0x0b5b, - 0x0b5e, - 0x0b5e, - 0x0b62, - 0x0b65, - 0x0b71, - 0x0b81, - 0x0b84, - 0x0b84, - 0x0b8b, - 0x0b8d, - 0x0b91, - 0x0b91, - 0x0b96, - 0x0b98, - 0x0b9b, - 0x0b9b, - 0x0b9d, - 0x0b9d, - 0x0ba0, - 0x0ba2, - 0x0ba5, - 0x0ba7, - 0x0bab, - 0x0bad, - 0x0bb6, - 0x0bb6, - 0x0bba, - 0x0bbd, - 0x0bc3, - 0x0bc5, - 0x0bc9, - 0x0bc9, - 0x0bce, - 0x0bd6, - 0x0bd8, - 0x0be6, - 0x0bf3, - 0x0c00, - 0x0c04, - 0x0c04, - 0x0c0d, - 0x0c0d, - 0x0c11, - 0x0c11, - 0x0c29, - 0x0c29, - 0x0c34, - 0x0c34, - 0x0c3a, - 0x0c3d, - 0x0c45, - 0x0c45, - 0x0c49, - 0x0c49, - 0x0c4e, - 0x0c54, - 0x0c57, - 0x0c5f, - 0x0c62, - 0x0c65, - 0x0c70, - 0x0c81, - 0x0c84, - 0x0c84, - 0x0c8d, - 0x0c8d, - 0x0c91, - 0x0c91, - 0x0ca9, - 0x0ca9, - 0x0cb4, - 0x0cb4, - 0x0cba, - 0x0cbd, - 0x0cc5, - 0x0cc5, - 0x0cc9, - 0x0cc9, - 0x0cce, - 0x0cd4, - 0x0cd7, - 0x0cdd, - 0x0cdf, - 0x0cdf, - 0x0ce2, - 0x0ce5, - 0x0cf0, - 0x0d01, - 0x0d04, - 0x0d04, - 0x0d0d, - 0x0d0d, - 0x0d11, - 0x0d11, - 0x0d29, - 0x0d29, - 0x0d3a, - 0x0d3d, - 0x0d44, - 0x0d45, - 0x0d49, - 0x0d49, - 0x0d4e, - 0x0d56, - 0x0d58, - 0x0d5f, - 0x0d62, - 0x0d65, - 0x0d70, - 0x0d81, - 0x0d84, - 0x0d84, - 0x0d97, - 0x0d99, - 0x0db2, - 0x0db2, - 0x0dbc, - 0x0dbc, - 0x0dbe, - 0x0dbf, - 0x0dc7, - 0x0dc9, - 0x0dcb, - 0x0dce, - 0x0dd5, - 0x0dd5, - 0x0dd7, - 0x0dd7, - 0x0de0, - 0x0df1, - 0x0df5, - 0x0e00, - 0x0e3b, - 0x0e3e, - 0x0e5c, - 0x0e80, - 0x0e83, - 0x0e83, - 0x0e85, - 0x0e86, - 0x0e89, - 0x0e89, - 0x0e8b, - 0x0e8c, - 0x0e8e, - 0x0e93, - 0x0e98, - 0x0e98, - 0x0ea0, - 0x0ea0, - 0x0ea4, - 0x0ea4, - 0x0ea6, - 0x0ea6, - 0x0ea8, - 0x0ea9, - 0x0eac, - 0x0eac, - 0x0eba, - 0x0eba, - 0x0ebe, - 0x0ebf, - 0x0ec5, - 0x0ec5, - 0x0ec7, - 0x0ec7, - 0x0ece, - 0x0ecf, - 0x0eda, - 0x0edb, - 0x0ede, - 0x0eff, - 0x0f48, - 0x0f48, - 0x0f6b, - 0x0f70, - 0x0f8c, - 0x0f8f, - 0x0f98, - 0x0f98, - 0x0fbd, - 0x0fbd, - 0x0fcd, - 0x0fce, - 0x0fd0, - 0x0fff, - 0x1022, - 0x1022, - 0x1028, - 0x1028, - 0x102b, - 0x102b, - 0x1033, - 0x1035, - 0x103a, - 0x103f, - 0x105a, - 0x109f, - 0x10c6, - 0x10cf, - 0x10f9, - 0x10fa, - 0x10fc, - 0x10ff, - 0x115a, - 0x115e, - 0x11a3, - 0x11a7, - 0x11fa, - 0x11ff, - 0x1207, - 0x1207, - 0x1247, - 0x1247, - 0x1249, - 0x1249, - 0x124e, - 0x124f, - 0x1257, - 0x1257, - 0x1259, - 0x1259, - 0x125e, - 0x125f, - 0x1287, - 0x1287, - 0x1289, - 0x1289, - 0x128e, - 0x128f, - 0x12af, - 0x12af, - 0x12b1, - 0x12b1, - 0x12b6, - 0x12b7, - 0x12bf, - 0x12bf, - 0x12c1, - 0x12c1, - 0x12c6, - 0x12c7, - 0x12cf, - 0x12cf, - 0x12d7, - 0x12d7, - 0x12ef, - 0x12ef, - 0x130f, - 0x130f, - 0x1311, - 0x1311, - 0x1316, - 0x1317, - 0x131f, - 0x131f, - 0x1347, - 0x1347, - 0x135b, - 0x1360, - 0x137d, - 0x139f, - 0x13f5, - 0x1400, - 0x1677, - 0x167f, - 0x169d, - 0x169f, - 0x16f1, - 0x16ff, - 0x170d, - 0x170d, - 0x1715, - 0x171f, - 0x1737, - 0x173f, - 0x1754, - 0x175f, - 0x176d, - 0x176d, - 0x1771, - 0x1771, - 0x1774, - 0x177f, - 0x17dd, - 0x17df, - 0x17ea, - 0x17ff, - 0x180f, - 0x180f, - 0x181a, - 0x181f, - 0x1878, - 0x187f, - 0x18aa, - 0x1dff, - 0x1e9c, - 0x1e9f, - 0x1efa, - 0x1eff, - 0x1f16, - 0x1f17, - 0x1f1e, - 0x1f1f, - 0x1f46, - 0x1f47, - 0x1f4e, - 0x1f4f, - 0x1f58, - 0x1f58, - 0x1f5a, - 0x1f5a, - 0x1f5c, - 0x1f5c, - 0x1f5e, - 0x1f5e, - 0x1f7e, - 0x1f7f, - 0x1fb5, - 0x1fb5, - 0x1fc5, - 0x1fc5, - 0x1fd4, - 0x1fd5, - 0x1fdc, - 0x1fdc, - 0x1ff0, - 0x1ff1, - 0x1ff5, - 0x1ff5, - 0x1fff, - 0x1fff, - 0x2053, - 0x2056, - 0x2058, - 0x205e, - 0x2064, - 0x2069, - 0x2072, - 0x2073, - 0x208f, - 0x209f, - 0x20b2, - 0x20cf, - 0x20eb, - 0x20ff, - 0x213b, - 0x213c, - 0x214c, - 0x2152, - 0x2184, - 0x218f, - 0x23cf, - 0x23ff, - 0x2427, - 0x243f, - 0x244b, - 0x245f, - 0x24ff, - 0x24ff, - 0x2614, - 0x2615, - 0x2618, - 0x2618, - 0x267e, - 0x267f, - 0x268a, - 0x2700, - 0x2705, - 0x2705, - 0x270a, - 0x270b, - 0x2728, - 0x2728, - 0x274c, - 0x274c, - 0x274e, - 0x274e, - 0x2753, - 0x2755, - 0x2757, - 0x2757, - 0x275f, - 0x2760, - 0x2795, - 0x2797, - 0x27b0, - 0x27b0, - 0x27bf, - 0x27cf, - 0x27ec, - 0x27ef, - 0x2b00, - 0x2e7f, - 0x2e9a, - 0x2e9a, - 0x2ef4, - 0x2eff, - 0x2fd6, - 0x2fef, - 0x2ffc, - 0x2fff, - 0x3040, - 0x3040, - 0x3097, - 0x3098, - 0x3100, - 0x3104, - 0x312d, - 0x3130, - 0x318f, - 0x318f, - 0x31b8, - 0x31ef, - 0x321d, - 0x321f, - 0x3244, - 0x3250, - 0x327c, - 0x327e, - 0x32cc, - 0x32cf, - 0x32ff, - 0x32ff, - 0x3377, - 0x337a, - 0x33de, - 0x33df, - 0x33ff, - 0x33ff, - 0x4db6, - 0x4dff, - 0x9fa6, - 0x9fff, - 0xa48d, - 0xa48f, - 0xa4c7, - 0xabff, - 0xd7a4, - 0xd7ff, - 0xfa2e, - 0xfa2f, - 0xfa6b, - 0xfaff, - 0xfb07, - 0xfb12, - 0xfb18, - 0xfb1c, - 0xfb37, - 0xfb37, - 0xfb3d, - 0xfb3d, - 0xfb3f, - 0xfb3f, - 0xfb42, - 0xfb42, - 0xfb45, - 0xfb45, - 0xfbb2, - 0xfbd2, - 0xfd40, - 0xfd4f, - 0xfd90, - 0xfd91, - 0xfdc8, - 0xfdcf, - 0xfdfd, - 0xfdff, - 0xfe10, - 0xfe1f, - 0xfe24, - 0xfe2f, - 0xfe47, - 0xfe48, - 0xfe53, - 0xfe53, - 0xfe67, - 0xfe67, - 0xfe6c, - 0xfe6f, - 0xfe75, - 0xfe75, - 0xfefd, - 0xfefe, - 0xff00, - 0xff00, - 0xffbf, - 0xffc1, - 0xffc8, - 0xffc9, - 0xffd0, - 0xffd1, - 0xffd8, - 0xffd9, - 0xffdd, - 0xffdf, - 0xffe7, - 0xffe7, - 0xffef, - 0xfff8, - 0x10000, - 0x102ff, - 0x1031f, - 0x1031f, - 0x10324, - 0x1032f, - 0x1034b, - 0x103ff, - 0x10426, - 0x10427, - 0x1044e, - 0x1cfff, - 0x1d0f6, - 0x1d0ff, - 0x1d127, - 0x1d129, - 0x1d1de, - 0x1d3ff, - 0x1d455, - 0x1d455, - 0x1d49d, - 0x1d49d, - 0x1d4a0, - 0x1d4a1, - 0x1d4a3, - 0x1d4a4, - 0x1d4a7, - 0x1d4a8, - 0x1d4ad, - 0x1d4ad, - 0x1d4ba, - 0x1d4ba, - 0x1d4bc, - 0x1d4bc, - 0x1d4c1, - 0x1d4c1, - 0x1d4c4, - 0x1d4c4, - 0x1d506, - 0x1d506, - 0x1d50b, - 0x1d50c, - 0x1d515, - 0x1d515, - 0x1d51d, - 0x1d51d, - 0x1d53a, - 0x1d53a, - 0x1d53f, - 0x1d53f, - 0x1d545, - 0x1d545, - 0x1d547, - 0x1d549, - 0x1d551, - 0x1d551, - 0x1d6a4, - 0x1d6a7, - 0x1d7ca, - 0x1d7cd, - 0x1d800, - 0x1fffd, - 0x2a6d7, - 0x2f7ff, - 0x2fa1e, - 0x2fffd, - 0x30000, - 0x3fffd, - 0x40000, - 0x4fffd, - 0x50000, - 0x5fffd, - 0x60000, - 0x6fffd, - 0x70000, - 0x7fffd, - 0x80000, - 0x8fffd, - 0x90000, - 0x9fffd, - 0xa0000, - 0xafffd, - 0xb0000, - 0xbfffd, - 0xc0000, - 0xcfffd, - 0xd0000, - 0xdfffd, - 0xe0000, - 0xe0000, - 0xe0002, - 0xe001f, - 0xe0080, - 0xefffd + 0x0221, 0x0221, 0x0234, 0x024f, 0x02ae, 0x02af, 0x02ef, 0x02ff, 0x0350, + 0x035f, 0x0370, 0x0373, 0x0376, 0x0379, 0x037b, 0x037d, 0x037f, 0x0383, + 0x038b, 0x038b, 0x038d, 0x038d, 0x03a2, 0x03a2, 0x03cf, 0x03cf, 0x03f7, + 0x03ff, 0x0487, 0x0487, 0x04cf, 0x04cf, 0x04f6, 0x04f7, 0x04fa, 0x04ff, + 0x0510, 0x0530, 0x0557, 0x0558, 0x0560, 0x0560, 0x0588, 0x0588, 0x058b, + 0x0590, 0x05a2, 0x05a2, 0x05ba, 0x05ba, 0x05c5, 0x05cf, 0x05eb, 0x05ef, + 0x05f5, 0x060b, 0x060d, 0x061a, 0x061c, 0x061e, 0x0620, 0x0620, 0x063b, + 0x063f, 0x0656, 0x065f, 0x06ee, 0x06ef, 0x06ff, 0x06ff, 0x070e, 0x070e, + 0x072d, 0x072f, 0x074b, 0x077f, 0x07b2, 0x0900, 0x0904, 0x0904, 0x093a, + 0x093b, 0x094e, 0x094f, 0x0955, 0x0957, 0x0971, 0x0980, 0x0984, 0x0984, + 0x098d, 0x098e, 0x0991, 0x0992, 0x09a9, 0x09a9, 0x09b1, 0x09b1, 0x09b3, + 0x09b5, 0x09ba, 0x09bb, 0x09bd, 0x09bd, 0x09c5, 0x09c6, 0x09c9, 0x09ca, + 0x09ce, 0x09d6, 0x09d8, 0x09db, 0x09de, 0x09de, 0x09e4, 0x09e5, 0x09fb, + 0x0a01, 0x0a03, 0x0a04, 0x0a0b, 0x0a0e, 0x0a11, 0x0a12, 0x0a29, 0x0a29, + 0x0a31, 0x0a31, 0x0a34, 0x0a34, 0x0a37, 0x0a37, 0x0a3a, 0x0a3b, 0x0a3d, + 0x0a3d, 0x0a43, 0x0a46, 0x0a49, 0x0a4a, 0x0a4e, 0x0a58, 0x0a5d, 0x0a5d, + 0x0a5f, 0x0a65, 0x0a75, 0x0a80, 0x0a84, 0x0a84, 0x0a8c, 0x0a8c, 0x0a8e, + 0x0a8e, 0x0a92, 0x0a92, 0x0aa9, 0x0aa9, 0x0ab1, 0x0ab1, 0x0ab4, 0x0ab4, + 0x0aba, 0x0abb, 0x0ac6, 0x0ac6, 0x0aca, 0x0aca, 0x0ace, 0x0acf, 0x0ad1, + 0x0adf, 0x0ae1, 0x0ae5, 0x0af0, 0x0b00, 0x0b04, 0x0b04, 0x0b0d, 0x0b0e, + 0x0b11, 0x0b12, 0x0b29, 0x0b29, 0x0b31, 0x0b31, 0x0b34, 0x0b35, 0x0b3a, + 0x0b3b, 0x0b44, 0x0b46, 0x0b49, 0x0b4a, 0x0b4e, 0x0b55, 0x0b58, 0x0b5b, + 0x0b5e, 0x0b5e, 0x0b62, 0x0b65, 0x0b71, 0x0b81, 0x0b84, 0x0b84, 0x0b8b, + 0x0b8d, 0x0b91, 0x0b91, 0x0b96, 0x0b98, 0x0b9b, 0x0b9b, 0x0b9d, 0x0b9d, + 0x0ba0, 0x0ba2, 0x0ba5, 0x0ba7, 0x0bab, 0x0bad, 0x0bb6, 0x0bb6, 0x0bba, + 0x0bbd, 0x0bc3, 0x0bc5, 0x0bc9, 0x0bc9, 0x0bce, 0x0bd6, 0x0bd8, 0x0be6, + 0x0bf3, 0x0c00, 0x0c04, 0x0c04, 0x0c0d, 0x0c0d, 0x0c11, 0x0c11, 0x0c29, + 0x0c29, 0x0c34, 0x0c34, 0x0c3a, 0x0c3d, 0x0c45, 0x0c45, 0x0c49, 0x0c49, + 0x0c4e, 0x0c54, 0x0c57, 0x0c5f, 0x0c62, 0x0c65, 0x0c70, 0x0c81, 0x0c84, + 0x0c84, 0x0c8d, 0x0c8d, 0x0c91, 0x0c91, 0x0ca9, 0x0ca9, 0x0cb4, 0x0cb4, + 0x0cba, 0x0cbd, 0x0cc5, 0x0cc5, 0x0cc9, 0x0cc9, 0x0cce, 0x0cd4, 0x0cd7, + 0x0cdd, 0x0cdf, 0x0cdf, 0x0ce2, 0x0ce5, 0x0cf0, 0x0d01, 0x0d04, 0x0d04, + 0x0d0d, 0x0d0d, 0x0d11, 0x0d11, 0x0d29, 0x0d29, 0x0d3a, 0x0d3d, 0x0d44, + 0x0d45, 0x0d49, 0x0d49, 0x0d4e, 0x0d56, 0x0d58, 0x0d5f, 0x0d62, 0x0d65, + 0x0d70, 0x0d81, 0x0d84, 0x0d84, 0x0d97, 0x0d99, 0x0db2, 0x0db2, 0x0dbc, + 0x0dbc, 0x0dbe, 0x0dbf, 0x0dc7, 0x0dc9, 0x0dcb, 0x0dce, 0x0dd5, 0x0dd5, + 0x0dd7, 0x0dd7, 0x0de0, 0x0df1, 0x0df5, 0x0e00, 0x0e3b, 0x0e3e, 0x0e5c, + 0x0e80, 0x0e83, 0x0e83, 0x0e85, 0x0e86, 0x0e89, 0x0e89, 0x0e8b, 0x0e8c, + 0x0e8e, 0x0e93, 0x0e98, 0x0e98, 0x0ea0, 0x0ea0, 0x0ea4, 0x0ea4, 0x0ea6, + 0x0ea6, 0x0ea8, 0x0ea9, 0x0eac, 0x0eac, 0x0eba, 0x0eba, 0x0ebe, 0x0ebf, + 0x0ec5, 0x0ec5, 0x0ec7, 0x0ec7, 0x0ece, 0x0ecf, 0x0eda, 0x0edb, 0x0ede, + 0x0eff, 0x0f48, 0x0f48, 0x0f6b, 0x0f70, 0x0f8c, 0x0f8f, 0x0f98, 0x0f98, + 0x0fbd, 0x0fbd, 0x0fcd, 0x0fce, 0x0fd0, 0x0fff, 0x1022, 0x1022, 0x1028, + 0x1028, 0x102b, 0x102b, 0x1033, 0x1035, 0x103a, 0x103f, 0x105a, 0x109f, + 0x10c6, 0x10cf, 0x10f9, 0x10fa, 0x10fc, 0x10ff, 0x115a, 0x115e, 0x11a3, + 0x11a7, 0x11fa, 0x11ff, 0x1207, 0x1207, 0x1247, 0x1247, 0x1249, 0x1249, + 0x124e, 0x124f, 0x1257, 0x1257, 0x1259, 0x1259, 0x125e, 0x125f, 0x1287, + 0x1287, 0x1289, 0x1289, 0x128e, 0x128f, 0x12af, 0x12af, 0x12b1, 0x12b1, + 0x12b6, 0x12b7, 0x12bf, 0x12bf, 0x12c1, 0x12c1, 0x12c6, 0x12c7, 0x12cf, + 0x12cf, 0x12d7, 0x12d7, 0x12ef, 0x12ef, 0x130f, 0x130f, 0x1311, 0x1311, + 0x1316, 0x1317, 0x131f, 0x131f, 0x1347, 0x1347, 0x135b, 0x1360, 0x137d, + 0x139f, 0x13f5, 0x1400, 0x1677, 0x167f, 0x169d, 0x169f, 0x16f1, 0x16ff, + 0x170d, 0x170d, 0x1715, 0x171f, 0x1737, 0x173f, 0x1754, 0x175f, 0x176d, + 0x176d, 0x1771, 0x1771, 0x1774, 0x177f, 0x17dd, 0x17df, 0x17ea, 0x17ff, + 0x180f, 0x180f, 0x181a, 0x181f, 0x1878, 0x187f, 0x18aa, 0x1dff, 0x1e9c, + 0x1e9f, 0x1efa, 0x1eff, 0x1f16, 0x1f17, 0x1f1e, 0x1f1f, 0x1f46, 0x1f47, + 0x1f4e, 0x1f4f, 0x1f58, 0x1f58, 0x1f5a, 0x1f5a, 0x1f5c, 0x1f5c, 0x1f5e, + 0x1f5e, 0x1f7e, 0x1f7f, 0x1fb5, 0x1fb5, 0x1fc5, 0x1fc5, 0x1fd4, 0x1fd5, + 0x1fdc, 0x1fdc, 0x1ff0, 0x1ff1, 0x1ff5, 0x1ff5, 0x1fff, 0x1fff, 0x2053, + 0x2056, 0x2058, 0x205e, 0x2064, 0x2069, 0x2072, 0x2073, 0x208f, 0x209f, + 0x20b2, 0x20cf, 0x20eb, 0x20ff, 0x213b, 0x213c, 0x214c, 0x2152, 0x2184, + 0x218f, 0x23cf, 0x23ff, 0x2427, 0x243f, 0x244b, 0x245f, 0x24ff, 0x24ff, + 0x2614, 0x2615, 0x2618, 0x2618, 0x267e, 0x267f, 0x268a, 0x2700, 0x2705, + 0x2705, 0x270a, 0x270b, 0x2728, 0x2728, 0x274c, 0x274c, 0x274e, 0x274e, + 0x2753, 0x2755, 0x2757, 0x2757, 0x275f, 0x2760, 0x2795, 0x2797, 0x27b0, + 0x27b0, 0x27bf, 0x27cf, 0x27ec, 0x27ef, 0x2b00, 0x2e7f, 0x2e9a, 0x2e9a, + 0x2ef4, 0x2eff, 0x2fd6, 0x2fef, 0x2ffc, 0x2fff, 0x3040, 0x3040, 0x3097, + 0x3098, 0x3100, 0x3104, 0x312d, 0x3130, 0x318f, 0x318f, 0x31b8, 0x31ef, + 0x321d, 0x321f, 0x3244, 0x3250, 0x327c, 0x327e, 0x32cc, 0x32cf, 0x32ff, + 0x32ff, 0x3377, 0x337a, 0x33de, 0x33df, 0x33ff, 0x33ff, 0x4db6, 0x4dff, + 0x9fa6, 0x9fff, 0xa48d, 0xa48f, 0xa4c7, 0xabff, 0xd7a4, 0xd7ff, 0xfa2e, + 0xfa2f, 0xfa6b, 0xfaff, 0xfb07, 0xfb12, 0xfb18, 0xfb1c, 0xfb37, 0xfb37, + 0xfb3d, 0xfb3d, 0xfb3f, 0xfb3f, 0xfb42, 0xfb42, 0xfb45, 0xfb45, 0xfbb2, + 0xfbd2, 0xfd40, 0xfd4f, 0xfd90, 0xfd91, 0xfdc8, 0xfdcf, 0xfdfd, 0xfdff, + 0xfe10, 0xfe1f, 0xfe24, 0xfe2f, 0xfe47, 0xfe48, 0xfe53, 0xfe53, 0xfe67, + 0xfe67, 0xfe6c, 0xfe6f, 0xfe75, 0xfe75, 0xfefd, 0xfefe, 0xff00, 0xff00, + 0xffbf, 0xffc1, 0xffc8, 0xffc9, 0xffd0, 0xffd1, 0xffd8, 0xffd9, 0xffdd, + 0xffdf, 0xffe7, 0xffe7, 0xffef, 0xfff8, 0x10000, 0x102ff, 0x1031f, 0x1031f, + 0x10324, 0x1032f, 0x1034b, 0x103ff, 0x10426, 0x10427, 0x1044e, 0x1cfff, + 0x1d0f6, 0x1d0ff, 0x1d127, 0x1d129, 0x1d1de, 0x1d3ff, 0x1d455, 0x1d455, + 0x1d49d, 0x1d49d, 0x1d4a0, 0x1d4a1, 0x1d4a3, 0x1d4a4, 0x1d4a7, 0x1d4a8, + 0x1d4ad, 0x1d4ad, 0x1d4ba, 0x1d4ba, 0x1d4bc, 0x1d4bc, 0x1d4c1, 0x1d4c1, + 0x1d4c4, 0x1d4c4, 0x1d506, 0x1d506, 0x1d50b, 0x1d50c, 0x1d515, 0x1d515, + 0x1d51d, 0x1d51d, 0x1d53a, 0x1d53a, 0x1d53f, 0x1d53f, 0x1d545, 0x1d545, + 0x1d547, 0x1d549, 0x1d551, 0x1d551, 0x1d6a4, 0x1d6a7, 0x1d7ca, 0x1d7cd, + 0x1d800, 0x1fffd, 0x2a6d7, 0x2f7ff, 0x2fa1e, 0x2fffd, 0x30000, 0x3fffd, + 0x40000, 0x4fffd, 0x50000, 0x5fffd, 0x60000, 0x6fffd, 0x70000, 0x7fffd, + 0x80000, 0x8fffd, 0x90000, 0x9fffd, 0xa0000, 0xafffd, 0xb0000, 0xbfffd, + 0xc0000, 0xcfffd, 0xd0000, 0xdfffd, 0xe0000, 0xe0000, 0xe0002, 0xe001f, + 0xe0080, 0xefffd, ]; // prettier-ignore-end -const isUnassignedCodePoint = character => +const isUnassignedCodePoint = (character) => inRange(character, unassigned_code_points); // prettier-ignore-start @@ -810,64 +108,16 @@ const isUnassignedCodePoint = character => * @link https://tools.ietf.org/html/rfc3454#appendix-B.1 */ const commonly_mapped_to_nothing = [ - 0x00ad, - 0x00ad, - 0x034f, - 0x034f, - 0x1806, - 0x1806, - 0x180b, - 0x180b, - 0x180c, - 0x180c, - 0x180d, - 0x180d, - 0x200b, - 0x200b, - 0x200c, - 0x200c, - 0x200d, - 0x200d, - 0x2060, - 0x2060, - 0xfe00, - 0xfe00, - 0xfe01, - 0xfe01, - 0xfe02, - 0xfe02, - 0xfe03, - 0xfe03, - 0xfe04, - 0xfe04, - 0xfe05, - 0xfe05, - 0xfe06, - 0xfe06, - 0xfe07, - 0xfe07, - 0xfe08, - 0xfe08, - 0xfe09, - 0xfe09, - 0xfe0a, - 0xfe0a, - 0xfe0b, - 0xfe0b, - 0xfe0c, - 0xfe0c, - 0xfe0d, - 0xfe0d, - 0xfe0e, - 0xfe0e, - 0xfe0f, - 0xfe0f, - 0xfeff, - 0xfeff + 0x00ad, 0x00ad, 0x034f, 0x034f, 0x1806, 0x1806, 0x180b, 0x180b, 0x180c, + 0x180c, 0x180d, 0x180d, 0x200b, 0x200b, 0x200c, 0x200c, 0x200d, 0x200d, + 0x2060, 0x2060, 0xfe00, 0xfe00, 0xfe01, 0xfe01, 0xfe02, 0xfe02, 0xfe03, + 0xfe03, 0xfe04, 0xfe04, 0xfe05, 0xfe05, 0xfe06, 0xfe06, 0xfe07, 0xfe07, + 0xfe08, 0xfe08, 0xfe09, 0xfe09, 0xfe0a, 0xfe0a, 0xfe0b, 0xfe0b, 0xfe0c, + 0xfe0c, 0xfe0d, 0xfe0d, 0xfe0e, 0xfe0e, 0xfe0f, 0xfe0f, 0xfeff, 0xfeff, ]; // prettier-ignore-end -const isCommonlyMappedToNothing = character => +const isCommonlyMappedToNothing = (character) => inRange(character, commonly_mapped_to_nothing); // prettier-ignore-start @@ -876,44 +126,20 @@ const isCommonlyMappedToNothing = character => * @link https://tools.ietf.org/html/rfc3454#appendix-C.1.2 */ const non_ASCII_space_characters = [ - 0x00a0, - 0x00a0 /* NO-BREAK SPACE */, - 0x1680, - 0x1680 /* OGHAM SPACE MARK */, - 0x2000, - 0x2000 /* EN QUAD */, - 0x2001, - 0x2001 /* EM QUAD */, - 0x2002, - 0x2002 /* EN SPACE */, - 0x2003, - 0x2003 /* EM SPACE */, - 0x2004, - 0x2004 /* THREE-PER-EM SPACE */, - 0x2005, - 0x2005 /* FOUR-PER-EM SPACE */, - 0x2006, - 0x2006 /* SIX-PER-EM SPACE */, - 0x2007, - 0x2007 /* FIGURE SPACE */, - 0x2008, - 0x2008 /* PUNCTUATION SPACE */, - 0x2009, - 0x2009 /* THIN SPACE */, - 0x200a, - 0x200a /* HAIR SPACE */, - 0x200b, - 0x200b /* ZERO WIDTH SPACE */, - 0x202f, - 0x202f /* NARROW NO-BREAK SPACE */, - 0x205f, - 0x205f /* MEDIUM MATHEMATICAL SPACE */, - 0x3000, - 0x3000 /* IDEOGRAPHIC SPACE */ + 0x00a0, 0x00a0 /* NO-BREAK SPACE */, 0x1680, 0x1680 /* OGHAM SPACE MARK */, + 0x2000, 0x2000 /* EN QUAD */, 0x2001, 0x2001 /* EM QUAD */, 0x2002, + 0x2002 /* EN SPACE */, 0x2003, 0x2003 /* EM SPACE */, 0x2004, + 0x2004 /* THREE-PER-EM SPACE */, 0x2005, 0x2005 /* FOUR-PER-EM SPACE */, + 0x2006, 0x2006 /* SIX-PER-EM SPACE */, 0x2007, 0x2007 /* FIGURE SPACE */, + 0x2008, 0x2008 /* PUNCTUATION SPACE */, 0x2009, 0x2009 /* THIN SPACE */, + 0x200a, 0x200a /* HAIR SPACE */, 0x200b, 0x200b /* ZERO WIDTH SPACE */, + 0x202f, 0x202f /* NARROW NO-BREAK SPACE */, 0x205f, + 0x205f /* MEDIUM MATHEMATICAL SPACE */, 0x3000, + 0x3000 /* IDEOGRAPHIC SPACE */, ]; // prettier-ignore-end -const isNonASCIISpaceCharacter = character => +const isNonASCIISpaceCharacter = (character) => inRange(character, non_ASCII_space_characters); // prettier-ignore-start @@ -922,38 +148,18 @@ const non_ASCII_controls_characters = [ * C.2.2 Non-ASCII control characters * @link https://tools.ietf.org/html/rfc3454#appendix-C.2.2 */ - 0x0080, - 0x009f /* [CONTROL CHARACTERS] */, - 0x06dd, - 0x06dd /* ARABIC END OF AYAH */, - 0x070f, - 0x070f /* SYRIAC ABBREVIATION MARK */, - 0x180e, - 0x180e /* MONGOLIAN VOWEL SEPARATOR */, - 0x200c, - 0x200c /* ZERO WIDTH NON-JOINER */, - 0x200d, - 0x200d /* ZERO WIDTH JOINER */, - 0x2028, - 0x2028 /* LINE SEPARATOR */, - 0x2029, - 0x2029 /* PARAGRAPH SEPARATOR */, - 0x2060, - 0x2060 /* WORD JOINER */, - 0x2061, - 0x2061 /* FUNCTION APPLICATION */, - 0x2062, - 0x2062 /* INVISIBLE TIMES */, - 0x2063, - 0x2063 /* INVISIBLE SEPARATOR */, - 0x206a, - 0x206f /* [CONTROL CHARACTERS] */, - 0xfeff, - 0xfeff /* ZERO WIDTH NO-BREAK SPACE */, - 0xfff9, - 0xfffc /* [CONTROL CHARACTERS] */, - 0x1d173, - 0x1d17a /* [MUSICAL CONTROL CHARACTERS] */ + 0x0080, 0x009f /* [CONTROL CHARACTERS] */, 0x06dd, + 0x06dd /* ARABIC END OF AYAH */, 0x070f, + 0x070f /* SYRIAC ABBREVIATION MARK */, 0x180e, + 0x180e /* MONGOLIAN VOWEL SEPARATOR */, 0x200c, + 0x200c /* ZERO WIDTH NON-JOINER */, 0x200d, 0x200d /* ZERO WIDTH JOINER */, + 0x2028, 0x2028 /* LINE SEPARATOR */, 0x2029, 0x2029 /* PARAGRAPH SEPARATOR */, + 0x2060, 0x2060 /* WORD JOINER */, 0x2061, 0x2061 /* FUNCTION APPLICATION */, + 0x2062, 0x2062 /* INVISIBLE TIMES */, 0x2063, + 0x2063 /* INVISIBLE SEPARATOR */, 0x206a, 0x206f /* [CONTROL CHARACTERS] */, + 0xfeff, 0xfeff /* ZERO WIDTH NO-BREAK SPACE */, 0xfff9, + 0xfffc /* [CONTROL CHARACTERS] */, 0x1d173, + 0x1d17a /* [MUSICAL CONTROL CHARACTERS] */, ]; const non_character_codepoints = [ @@ -961,40 +167,23 @@ const non_character_codepoints = [ * C.4 Non-character code points * @link https://tools.ietf.org/html/rfc3454#appendix-C.4 */ - 0xfdd0, - 0xfdef /* [NONCHARACTER CODE POINTS] */, - 0xfffe, - 0xffff /* [NONCHARACTER CODE POINTS] */, - 0x1fffe, - 0x1ffff /* [NONCHARACTER CODE POINTS] */, - 0x2fffe, - 0x2ffff /* [NONCHARACTER CODE POINTS] */, - 0x3fffe, - 0x3ffff /* [NONCHARACTER CODE POINTS] */, - 0x4fffe, - 0x4ffff /* [NONCHARACTER CODE POINTS] */, - 0x5fffe, - 0x5ffff /* [NONCHARACTER CODE POINTS] */, - 0x6fffe, - 0x6ffff /* [NONCHARACTER CODE POINTS] */, - 0x7fffe, - 0x7ffff /* [NONCHARACTER CODE POINTS] */, - 0x8fffe, - 0x8ffff /* [NONCHARACTER CODE POINTS] */, - 0x9fffe, - 0x9ffff /* [NONCHARACTER CODE POINTS] */, - 0xafffe, - 0xaffff /* [NONCHARACTER CODE POINTS] */, - 0xbfffe, - 0xbffff /* [NONCHARACTER CODE POINTS] */, - 0xcfffe, - 0xcffff /* [NONCHARACTER CODE POINTS] */, - 0xdfffe, - 0xdffff /* [NONCHARACTER CODE POINTS] */, - 0xefffe, - 0xeffff /* [NONCHARACTER CODE POINTS] */, - 0x10fffe, - 0x10ffff /* [NONCHARACTER CODE POINTS] */ + 0xfdd0, 0xfdef /* [NONCHARACTER CODE POINTS] */, 0xfffe, + 0xffff /* [NONCHARACTER CODE POINTS] */, 0x1fffe, + 0x1ffff /* [NONCHARACTER CODE POINTS] */, 0x2fffe, + 0x2ffff /* [NONCHARACTER CODE POINTS] */, 0x3fffe, + 0x3ffff /* [NONCHARACTER CODE POINTS] */, 0x4fffe, + 0x4ffff /* [NONCHARACTER CODE POINTS] */, 0x5fffe, + 0x5ffff /* [NONCHARACTER CODE POINTS] */, 0x6fffe, + 0x6ffff /* [NONCHARACTER CODE POINTS] */, 0x7fffe, + 0x7ffff /* [NONCHARACTER CODE POINTS] */, 0x8fffe, + 0x8ffff /* [NONCHARACTER CODE POINTS] */, 0x9fffe, + 0x9ffff /* [NONCHARACTER CODE POINTS] */, 0xafffe, + 0xaffff /* [NONCHARACTER CODE POINTS] */, 0xbfffe, + 0xbffff /* [NONCHARACTER CODE POINTS] */, 0xcfffe, + 0xcffff /* [NONCHARACTER CODE POINTS] */, 0xdfffe, + 0xdffff /* [NONCHARACTER CODE POINTS] */, 0xefffe, + 0xeffff /* [NONCHARACTER CODE POINTS] */, 0x10fffe, + 0x10ffff /* [NONCHARACTER CODE POINTS] */, ]; /** @@ -1005,89 +194,59 @@ const prohibited_characters = [ * C.2.1 ASCII control characters * @link https://tools.ietf.org/html/rfc3454#appendix-C.2.1 */ - 0, - 0x001f /* [CONTROL CHARACTERS] */, - 0x007f, - 0x007f /* DELETE */, + 0, 0x001f /* [CONTROL CHARACTERS] */, 0x007f, 0x007f /* DELETE */, /** * C.8 Change display properties or are deprecated * @link https://tools.ietf.org/html/rfc3454#appendix-C.8 */ - 0x0340, - 0x0340 /* COMBINING GRAVE TONE MARK */, - 0x0341, - 0x0341 /* COMBINING ACUTE TONE MARK */, - 0x200e, - 0x200e /* LEFT-TO-RIGHT MARK */, - 0x200f, - 0x200f /* RIGHT-TO-LEFT MARK */, - 0x202a, - 0x202a /* LEFT-TO-RIGHT EMBEDDING */, - 0x202b, - 0x202b /* RIGHT-TO-LEFT EMBEDDING */, - 0x202c, - 0x202c /* POP DIRECTIONAL FORMATTING */, - 0x202d, - 0x202d /* LEFT-TO-RIGHT OVERRIDE */, - 0x202e, - 0x202e /* RIGHT-TO-LEFT OVERRIDE */, - 0x206a, - 0x206a /* INHIBIT SYMMETRIC SWAPPING */, - 0x206b, - 0x206b /* ACTIVATE SYMMETRIC SWAPPING */, - 0x206c, - 0x206c /* INHIBIT ARABIC FORM SHAPING */, - 0x206d, - 0x206d /* ACTIVATE ARABIC FORM SHAPING */, - 0x206e, - 0x206e /* NATIONAL DIGIT SHAPES */, - 0x206f, - 0x206f /* NOMINAL DIGIT SHAPES */, + 0x0340, 0x0340 /* COMBINING GRAVE TONE MARK */, 0x0341, + 0x0341 /* COMBINING ACUTE TONE MARK */, 0x200e, + 0x200e /* LEFT-TO-RIGHT MARK */, 0x200f, 0x200f /* RIGHT-TO-LEFT MARK */, + 0x202a, 0x202a /* LEFT-TO-RIGHT EMBEDDING */, 0x202b, + 0x202b /* RIGHT-TO-LEFT EMBEDDING */, 0x202c, + 0x202c /* POP DIRECTIONAL FORMATTING */, 0x202d, + 0x202d /* LEFT-TO-RIGHT OVERRIDE */, 0x202e, + 0x202e /* RIGHT-TO-LEFT OVERRIDE */, 0x206a, + 0x206a /* INHIBIT SYMMETRIC SWAPPING */, 0x206b, + 0x206b /* ACTIVATE SYMMETRIC SWAPPING */, 0x206c, + 0x206c /* INHIBIT ARABIC FORM SHAPING */, 0x206d, + 0x206d /* ACTIVATE ARABIC FORM SHAPING */, 0x206e, + 0x206e /* NATIONAL DIGIT SHAPES */, 0x206f, 0x206f /* NOMINAL DIGIT SHAPES */, /** * C.7 Inappropriate for canonical representation * @link https://tools.ietf.org/html/rfc3454#appendix-C.7 */ - 0x2ff0, - 0x2ffb /* [IDEOGRAPHIC DESCRIPTION CHARACTERS] */, + 0x2ff0, 0x2ffb /* [IDEOGRAPHIC DESCRIPTION CHARACTERS] */, /** * C.5 Surrogate codes * @link https://tools.ietf.org/html/rfc3454#appendix-C.5 */ - 0xd800, - 0xdfff, + 0xd800, 0xdfff, /** * C.3 Private use * @link https://tools.ietf.org/html/rfc3454#appendix-C.3 */ - 0xe000, - 0xf8ff /* [PRIVATE USE, PLANE 0] */, + 0xe000, 0xf8ff /* [PRIVATE USE, PLANE 0] */, /** * C.6 Inappropriate for plain text * @link https://tools.ietf.org/html/rfc3454#appendix-C.6 */ - 0xfff9, - 0xfff9 /* INTERLINEAR ANNOTATION ANCHOR */, - 0xfffa, - 0xfffa /* INTERLINEAR ANNOTATION SEPARATOR */, - 0xfffb, - 0xfffb /* INTERLINEAR ANNOTATION TERMINATOR */, - 0xfffc, - 0xfffc /* OBJECT REPLACEMENT CHARACTER */, - 0xfffd, + 0xfff9, 0xfff9 /* INTERLINEAR ANNOTATION ANCHOR */, 0xfffa, + 0xfffa /* INTERLINEAR ANNOTATION SEPARATOR */, 0xfffb, + 0xfffb /* INTERLINEAR ANNOTATION TERMINATOR */, 0xfffc, + 0xfffc /* OBJECT REPLACEMENT CHARACTER */, 0xfffd, 0xfffd /* REPLACEMENT CHARACTER */, /** * C.9 Tagging characters * @link https://tools.ietf.org/html/rfc3454#appendix-C.9 */ - 0xe0001, - 0xe0001 /* LANGUAGE TAG */, - 0xe0020, + 0xe0001, 0xe0001 /* LANGUAGE TAG */, 0xe0020, 0xe007f /* [TAGGING CHARACTERS] */, /** @@ -1095,14 +254,12 @@ const prohibited_characters = [ * @link https://tools.ietf.org/html/rfc3454#appendix-C.3 */ - 0xf0000, - 0xffffd /* [PRIVATE USE, PLANE 15] */, - 0x100000, - 0x10fffd /* [PRIVATE USE, PLANE 16] */ + 0xf0000, 0xffffd /* [PRIVATE USE, PLANE 15] */, 0x100000, + 0x10fffd /* [PRIVATE USE, PLANE 16] */, ]; // prettier-ignore-end -const isProhibitedCharacter = character => +const isProhibitedCharacter = (character) => inRange(character, non_ASCII_space_characters) || inRange(character, prohibited_characters) || inRange(character, non_ASCII_controls_characters) || @@ -1114,78 +271,19 @@ const isProhibitedCharacter = character => * @link https://tools.ietf.org/html/rfc3454#appendix-D.1 */ const bidirectional_r_al = [ - 0x05be, - 0x05be, - 0x05c0, - 0x05c0, - 0x05c3, - 0x05c3, - 0x05d0, - 0x05ea, - 0x05f0, - 0x05f4, - 0x061b, - 0x061b, - 0x061f, - 0x061f, - 0x0621, - 0x063a, - 0x0640, - 0x064a, - 0x066d, - 0x066f, - 0x0671, - 0x06d5, - 0x06dd, - 0x06dd, - 0x06e5, - 0x06e6, - 0x06fa, - 0x06fe, - 0x0700, - 0x070d, - 0x0710, - 0x0710, - 0x0712, - 0x072c, - 0x0780, - 0x07a5, - 0x07b1, - 0x07b1, - 0x200f, - 0x200f, - 0xfb1d, - 0xfb1d, - 0xfb1f, - 0xfb28, - 0xfb2a, - 0xfb36, - 0xfb38, - 0xfb3c, - 0xfb3e, - 0xfb3e, - 0xfb40, - 0xfb41, - 0xfb43, - 0xfb44, - 0xfb46, - 0xfbb1, - 0xfbd3, - 0xfd3d, - 0xfd50, - 0xfd8f, - 0xfd92, - 0xfdc7, - 0xfdf0, - 0xfdfc, - 0xfe70, - 0xfe74, - 0xfe76, - 0xfefc + 0x05be, 0x05be, 0x05c0, 0x05c0, 0x05c3, 0x05c3, 0x05d0, 0x05ea, 0x05f0, + 0x05f4, 0x061b, 0x061b, 0x061f, 0x061f, 0x0621, 0x063a, 0x0640, 0x064a, + 0x066d, 0x066f, 0x0671, 0x06d5, 0x06dd, 0x06dd, 0x06e5, 0x06e6, 0x06fa, + 0x06fe, 0x0700, 0x070d, 0x0710, 0x0710, 0x0712, 0x072c, 0x0780, 0x07a5, + 0x07b1, 0x07b1, 0x200f, 0x200f, 0xfb1d, 0xfb1d, 0xfb1f, 0xfb28, 0xfb2a, + 0xfb36, 0xfb38, 0xfb3c, 0xfb3e, 0xfb3e, 0xfb40, 0xfb41, 0xfb43, 0xfb44, + 0xfb46, 0xfbb1, 0xfbd3, 0xfd3d, 0xfd50, 0xfd8f, 0xfd92, 0xfdc7, 0xfdf0, + 0xfdfc, 0xfe70, 0xfe74, 0xfe76, 0xfefc, ]; // prettier-ignore-end -const isBidirectionalRAL = character => inRange(character, bidirectional_r_al); +const isBidirectionalRAL = (character) => + inRange(character, bidirectional_r_al); // prettier-ignore-start /** @@ -1193,730 +291,91 @@ const isBidirectionalRAL = character => inRange(character, bidirectional_r_al); * @link https://tools.ietf.org/html/rfc3454#appendix-D.2 */ const bidirectional_l = [ - 0x0041, - 0x005a, - 0x0061, - 0x007a, - 0x00aa, - 0x00aa, - 0x00b5, - 0x00b5, - 0x00ba, - 0x00ba, - 0x00c0, - 0x00d6, - 0x00d8, - 0x00f6, - 0x00f8, - 0x0220, - 0x0222, - 0x0233, - 0x0250, - 0x02ad, - 0x02b0, - 0x02b8, - 0x02bb, - 0x02c1, - 0x02d0, - 0x02d1, - 0x02e0, - 0x02e4, - 0x02ee, - 0x02ee, - 0x037a, - 0x037a, - 0x0386, - 0x0386, - 0x0388, - 0x038a, - 0x038c, - 0x038c, - 0x038e, - 0x03a1, - 0x03a3, - 0x03ce, - 0x03d0, - 0x03f5, - 0x0400, - 0x0482, - 0x048a, - 0x04ce, - 0x04d0, - 0x04f5, - 0x04f8, - 0x04f9, - 0x0500, - 0x050f, - 0x0531, - 0x0556, - 0x0559, - 0x055f, - 0x0561, - 0x0587, - 0x0589, - 0x0589, - 0x0903, - 0x0903, - 0x0905, - 0x0939, - 0x093d, - 0x0940, - 0x0949, - 0x094c, - 0x0950, - 0x0950, - 0x0958, - 0x0961, - 0x0964, - 0x0970, - 0x0982, - 0x0983, - 0x0985, - 0x098c, - 0x098f, - 0x0990, - 0x0993, - 0x09a8, - 0x09aa, - 0x09b0, - 0x09b2, - 0x09b2, - 0x09b6, - 0x09b9, - 0x09be, - 0x09c0, - 0x09c7, - 0x09c8, - 0x09cb, - 0x09cc, - 0x09d7, - 0x09d7, - 0x09dc, - 0x09dd, - 0x09df, - 0x09e1, - 0x09e6, - 0x09f1, - 0x09f4, - 0x09fa, - 0x0a05, - 0x0a0a, - 0x0a0f, - 0x0a10, - 0x0a13, - 0x0a28, - 0x0a2a, - 0x0a30, - 0x0a32, - 0x0a33, - 0x0a35, - 0x0a36, - 0x0a38, - 0x0a39, - 0x0a3e, - 0x0a40, - 0x0a59, - 0x0a5c, - 0x0a5e, - 0x0a5e, - 0x0a66, - 0x0a6f, - 0x0a72, - 0x0a74, - 0x0a83, - 0x0a83, - 0x0a85, - 0x0a8b, - 0x0a8d, - 0x0a8d, - 0x0a8f, - 0x0a91, - 0x0a93, - 0x0aa8, - 0x0aaa, - 0x0ab0, - 0x0ab2, - 0x0ab3, - 0x0ab5, - 0x0ab9, - 0x0abd, - 0x0ac0, - 0x0ac9, - 0x0ac9, - 0x0acb, - 0x0acc, - 0x0ad0, - 0x0ad0, - 0x0ae0, - 0x0ae0, - 0x0ae6, - 0x0aef, - 0x0b02, - 0x0b03, - 0x0b05, - 0x0b0c, - 0x0b0f, - 0x0b10, - 0x0b13, - 0x0b28, - 0x0b2a, - 0x0b30, - 0x0b32, - 0x0b33, - 0x0b36, - 0x0b39, - 0x0b3d, - 0x0b3e, - 0x0b40, - 0x0b40, - 0x0b47, - 0x0b48, - 0x0b4b, - 0x0b4c, - 0x0b57, - 0x0b57, - 0x0b5c, - 0x0b5d, - 0x0b5f, - 0x0b61, - 0x0b66, - 0x0b70, - 0x0b83, - 0x0b83, - 0x0b85, - 0x0b8a, - 0x0b8e, - 0x0b90, - 0x0b92, - 0x0b95, - 0x0b99, - 0x0b9a, - 0x0b9c, - 0x0b9c, - 0x0b9e, - 0x0b9f, - 0x0ba3, - 0x0ba4, - 0x0ba8, - 0x0baa, - 0x0bae, - 0x0bb5, - 0x0bb7, - 0x0bb9, - 0x0bbe, - 0x0bbf, - 0x0bc1, - 0x0bc2, - 0x0bc6, - 0x0bc8, - 0x0bca, - 0x0bcc, - 0x0bd7, - 0x0bd7, - 0x0be7, - 0x0bf2, - 0x0c01, - 0x0c03, - 0x0c05, - 0x0c0c, - 0x0c0e, - 0x0c10, - 0x0c12, - 0x0c28, - 0x0c2a, - 0x0c33, - 0x0c35, - 0x0c39, - 0x0c41, - 0x0c44, - 0x0c60, - 0x0c61, - 0x0c66, - 0x0c6f, - 0x0c82, - 0x0c83, - 0x0c85, - 0x0c8c, - 0x0c8e, - 0x0c90, - 0x0c92, - 0x0ca8, - 0x0caa, - 0x0cb3, - 0x0cb5, - 0x0cb9, - 0x0cbe, - 0x0cbe, - 0x0cc0, - 0x0cc4, - 0x0cc7, - 0x0cc8, - 0x0cca, - 0x0ccb, - 0x0cd5, - 0x0cd6, - 0x0cde, - 0x0cde, - 0x0ce0, - 0x0ce1, - 0x0ce6, - 0x0cef, - 0x0d02, - 0x0d03, - 0x0d05, - 0x0d0c, - 0x0d0e, - 0x0d10, - 0x0d12, - 0x0d28, - 0x0d2a, - 0x0d39, - 0x0d3e, - 0x0d40, - 0x0d46, - 0x0d48, - 0x0d4a, - 0x0d4c, - 0x0d57, - 0x0d57, - 0x0d60, - 0x0d61, - 0x0d66, - 0x0d6f, - 0x0d82, - 0x0d83, - 0x0d85, - 0x0d96, - 0x0d9a, - 0x0db1, - 0x0db3, - 0x0dbb, - 0x0dbd, - 0x0dbd, - 0x0dc0, - 0x0dc6, - 0x0dcf, - 0x0dd1, - 0x0dd8, - 0x0ddf, - 0x0df2, - 0x0df4, - 0x0e01, - 0x0e30, - 0x0e32, - 0x0e33, - 0x0e40, - 0x0e46, - 0x0e4f, - 0x0e5b, - 0x0e81, - 0x0e82, - 0x0e84, - 0x0e84, - 0x0e87, - 0x0e88, - 0x0e8a, - 0x0e8a, - 0x0e8d, - 0x0e8d, - 0x0e94, - 0x0e97, - 0x0e99, - 0x0e9f, - 0x0ea1, - 0x0ea3, - 0x0ea5, - 0x0ea5, - 0x0ea7, - 0x0ea7, - 0x0eaa, - 0x0eab, - 0x0ead, - 0x0eb0, - 0x0eb2, - 0x0eb3, - 0x0ebd, - 0x0ebd, - 0x0ec0, - 0x0ec4, - 0x0ec6, - 0x0ec6, - 0x0ed0, - 0x0ed9, - 0x0edc, - 0x0edd, - 0x0f00, - 0x0f17, - 0x0f1a, - 0x0f34, - 0x0f36, - 0x0f36, - 0x0f38, - 0x0f38, - 0x0f3e, - 0x0f47, - 0x0f49, - 0x0f6a, - 0x0f7f, - 0x0f7f, - 0x0f85, - 0x0f85, - 0x0f88, - 0x0f8b, - 0x0fbe, - 0x0fc5, - 0x0fc7, - 0x0fcc, - 0x0fcf, - 0x0fcf, - 0x1000, - 0x1021, - 0x1023, - 0x1027, - 0x1029, - 0x102a, - 0x102c, - 0x102c, - 0x1031, - 0x1031, - 0x1038, - 0x1038, - 0x1040, - 0x1057, - 0x10a0, - 0x10c5, - 0x10d0, - 0x10f8, - 0x10fb, - 0x10fb, - 0x1100, - 0x1159, - 0x115f, - 0x11a2, - 0x11a8, - 0x11f9, - 0x1200, - 0x1206, - 0x1208, - 0x1246, - 0x1248, - 0x1248, - 0x124a, - 0x124d, - 0x1250, - 0x1256, - 0x1258, - 0x1258, - 0x125a, - 0x125d, - 0x1260, - 0x1286, - 0x1288, - 0x1288, - 0x128a, - 0x128d, - 0x1290, - 0x12ae, - 0x12b0, - 0x12b0, - 0x12b2, - 0x12b5, - 0x12b8, - 0x12be, - 0x12c0, - 0x12c0, - 0x12c2, - 0x12c5, - 0x12c8, - 0x12ce, - 0x12d0, - 0x12d6, - 0x12d8, - 0x12ee, - 0x12f0, - 0x130e, - 0x1310, - 0x1310, - 0x1312, - 0x1315, - 0x1318, - 0x131e, - 0x1320, - 0x1346, - 0x1348, - 0x135a, - 0x1361, - 0x137c, - 0x13a0, - 0x13f4, - 0x1401, - 0x1676, - 0x1681, - 0x169a, - 0x16a0, - 0x16f0, - 0x1700, - 0x170c, - 0x170e, - 0x1711, - 0x1720, - 0x1731, - 0x1735, - 0x1736, - 0x1740, - 0x1751, - 0x1760, - 0x176c, - 0x176e, - 0x1770, - 0x1780, - 0x17b6, - 0x17be, - 0x17c5, - 0x17c7, - 0x17c8, - 0x17d4, - 0x17da, - 0x17dc, - 0x17dc, - 0x17e0, - 0x17e9, - 0x1810, - 0x1819, - 0x1820, - 0x1877, - 0x1880, - 0x18a8, - 0x1e00, - 0x1e9b, - 0x1ea0, - 0x1ef9, - 0x1f00, - 0x1f15, - 0x1f18, - 0x1f1d, - 0x1f20, - 0x1f45, - 0x1f48, - 0x1f4d, - 0x1f50, - 0x1f57, - 0x1f59, - 0x1f59, - 0x1f5b, - 0x1f5b, - 0x1f5d, - 0x1f5d, - 0x1f5f, - 0x1f7d, - 0x1f80, - 0x1fb4, - 0x1fb6, - 0x1fbc, - 0x1fbe, - 0x1fbe, - 0x1fc2, - 0x1fc4, - 0x1fc6, - 0x1fcc, - 0x1fd0, - 0x1fd3, - 0x1fd6, - 0x1fdb, - 0x1fe0, - 0x1fec, - 0x1ff2, - 0x1ff4, - 0x1ff6, - 0x1ffc, - 0x200e, - 0x200e, - 0x2071, - 0x2071, - 0x207f, - 0x207f, - 0x2102, - 0x2102, - 0x2107, - 0x2107, - 0x210a, - 0x2113, - 0x2115, - 0x2115, - 0x2119, - 0x211d, - 0x2124, - 0x2124, - 0x2126, - 0x2126, - 0x2128, - 0x2128, - 0x212a, - 0x212d, - 0x212f, - 0x2131, - 0x2133, - 0x2139, - 0x213d, - 0x213f, - 0x2145, - 0x2149, - 0x2160, - 0x2183, - 0x2336, - 0x237a, - 0x2395, - 0x2395, - 0x249c, - 0x24e9, - 0x3005, - 0x3007, - 0x3021, - 0x3029, - 0x3031, - 0x3035, - 0x3038, - 0x303c, - 0x3041, - 0x3096, - 0x309d, - 0x309f, - 0x30a1, - 0x30fa, - 0x30fc, - 0x30ff, - 0x3105, - 0x312c, - 0x3131, - 0x318e, - 0x3190, - 0x31b7, - 0x31f0, - 0x321c, - 0x3220, - 0x3243, - 0x3260, - 0x327b, - 0x327f, - 0x32b0, - 0x32c0, - 0x32cb, - 0x32d0, - 0x32fe, - 0x3300, - 0x3376, - 0x337b, - 0x33dd, - 0x33e0, - 0x33fe, - 0x3400, - 0x4db5, - 0x4e00, - 0x9fa5, - 0xa000, - 0xa48c, - 0xac00, - 0xd7a3, - 0xd800, - 0xfa2d, - 0xfa30, - 0xfa6a, - 0xfb00, - 0xfb06, - 0xfb13, - 0xfb17, - 0xff21, - 0xff3a, - 0xff41, - 0xff5a, - 0xff66, - 0xffbe, - 0xffc2, - 0xffc7, - 0xffca, - 0xffcf, - 0xffd2, - 0xffd7, - 0xffda, - 0xffdc, - 0x10300, - 0x1031e, - 0x10320, - 0x10323, - 0x10330, - 0x1034a, - 0x10400, - 0x10425, - 0x10428, - 0x1044d, - 0x1d000, - 0x1d0f5, - 0x1d100, - 0x1d126, - 0x1d12a, - 0x1d166, - 0x1d16a, - 0x1d172, - 0x1d183, - 0x1d184, - 0x1d18c, - 0x1d1a9, - 0x1d1ae, - 0x1d1dd, - 0x1d400, - 0x1d454, - 0x1d456, - 0x1d49c, - 0x1d49e, - 0x1d49f, - 0x1d4a2, - 0x1d4a2, - 0x1d4a5, - 0x1d4a6, - 0x1d4a9, - 0x1d4ac, - 0x1d4ae, - 0x1d4b9, - 0x1d4bb, - 0x1d4bb, - 0x1d4bd, - 0x1d4c0, - 0x1d4c2, - 0x1d4c3, - 0x1d4c5, - 0x1d505, - 0x1d507, - 0x1d50a, - 0x1d50d, - 0x1d514, - 0x1d516, - 0x1d51c, - 0x1d51e, - 0x1d539, - 0x1d53b, - 0x1d53e, - 0x1d540, - 0x1d544, - 0x1d546, - 0x1d546, - 0x1d54a, - 0x1d550, - 0x1d552, - 0x1d6a3, - 0x1d6a8, - 0x1d7c9, - 0x20000, - 0x2a6d6, - 0x2f800, - 0x2fa1d, - 0xf0000, - 0xffffd, - 0x100000, - 0x10fffd + 0x0041, 0x005a, 0x0061, 0x007a, 0x00aa, 0x00aa, 0x00b5, 0x00b5, 0x00ba, + 0x00ba, 0x00c0, 0x00d6, 0x00d8, 0x00f6, 0x00f8, 0x0220, 0x0222, 0x0233, + 0x0250, 0x02ad, 0x02b0, 0x02b8, 0x02bb, 0x02c1, 0x02d0, 0x02d1, 0x02e0, + 0x02e4, 0x02ee, 0x02ee, 0x037a, 0x037a, 0x0386, 0x0386, 0x0388, 0x038a, + 0x038c, 0x038c, 0x038e, 0x03a1, 0x03a3, 0x03ce, 0x03d0, 0x03f5, 0x0400, + 0x0482, 0x048a, 0x04ce, 0x04d0, 0x04f5, 0x04f8, 0x04f9, 0x0500, 0x050f, + 0x0531, 0x0556, 0x0559, 0x055f, 0x0561, 0x0587, 0x0589, 0x0589, 0x0903, + 0x0903, 0x0905, 0x0939, 0x093d, 0x0940, 0x0949, 0x094c, 0x0950, 0x0950, + 0x0958, 0x0961, 0x0964, 0x0970, 0x0982, 0x0983, 0x0985, 0x098c, 0x098f, + 0x0990, 0x0993, 0x09a8, 0x09aa, 0x09b0, 0x09b2, 0x09b2, 0x09b6, 0x09b9, + 0x09be, 0x09c0, 0x09c7, 0x09c8, 0x09cb, 0x09cc, 0x09d7, 0x09d7, 0x09dc, + 0x09dd, 0x09df, 0x09e1, 0x09e6, 0x09f1, 0x09f4, 0x09fa, 0x0a05, 0x0a0a, + 0x0a0f, 0x0a10, 0x0a13, 0x0a28, 0x0a2a, 0x0a30, 0x0a32, 0x0a33, 0x0a35, + 0x0a36, 0x0a38, 0x0a39, 0x0a3e, 0x0a40, 0x0a59, 0x0a5c, 0x0a5e, 0x0a5e, + 0x0a66, 0x0a6f, 0x0a72, 0x0a74, 0x0a83, 0x0a83, 0x0a85, 0x0a8b, 0x0a8d, + 0x0a8d, 0x0a8f, 0x0a91, 0x0a93, 0x0aa8, 0x0aaa, 0x0ab0, 0x0ab2, 0x0ab3, + 0x0ab5, 0x0ab9, 0x0abd, 0x0ac0, 0x0ac9, 0x0ac9, 0x0acb, 0x0acc, 0x0ad0, + 0x0ad0, 0x0ae0, 0x0ae0, 0x0ae6, 0x0aef, 0x0b02, 0x0b03, 0x0b05, 0x0b0c, + 0x0b0f, 0x0b10, 0x0b13, 0x0b28, 0x0b2a, 0x0b30, 0x0b32, 0x0b33, 0x0b36, + 0x0b39, 0x0b3d, 0x0b3e, 0x0b40, 0x0b40, 0x0b47, 0x0b48, 0x0b4b, 0x0b4c, + 0x0b57, 0x0b57, 0x0b5c, 0x0b5d, 0x0b5f, 0x0b61, 0x0b66, 0x0b70, 0x0b83, + 0x0b83, 0x0b85, 0x0b8a, 0x0b8e, 0x0b90, 0x0b92, 0x0b95, 0x0b99, 0x0b9a, + 0x0b9c, 0x0b9c, 0x0b9e, 0x0b9f, 0x0ba3, 0x0ba4, 0x0ba8, 0x0baa, 0x0bae, + 0x0bb5, 0x0bb7, 0x0bb9, 0x0bbe, 0x0bbf, 0x0bc1, 0x0bc2, 0x0bc6, 0x0bc8, + 0x0bca, 0x0bcc, 0x0bd7, 0x0bd7, 0x0be7, 0x0bf2, 0x0c01, 0x0c03, 0x0c05, + 0x0c0c, 0x0c0e, 0x0c10, 0x0c12, 0x0c28, 0x0c2a, 0x0c33, 0x0c35, 0x0c39, + 0x0c41, 0x0c44, 0x0c60, 0x0c61, 0x0c66, 0x0c6f, 0x0c82, 0x0c83, 0x0c85, + 0x0c8c, 0x0c8e, 0x0c90, 0x0c92, 0x0ca8, 0x0caa, 0x0cb3, 0x0cb5, 0x0cb9, + 0x0cbe, 0x0cbe, 0x0cc0, 0x0cc4, 0x0cc7, 0x0cc8, 0x0cca, 0x0ccb, 0x0cd5, + 0x0cd6, 0x0cde, 0x0cde, 0x0ce0, 0x0ce1, 0x0ce6, 0x0cef, 0x0d02, 0x0d03, + 0x0d05, 0x0d0c, 0x0d0e, 0x0d10, 0x0d12, 0x0d28, 0x0d2a, 0x0d39, 0x0d3e, + 0x0d40, 0x0d46, 0x0d48, 0x0d4a, 0x0d4c, 0x0d57, 0x0d57, 0x0d60, 0x0d61, + 0x0d66, 0x0d6f, 0x0d82, 0x0d83, 0x0d85, 0x0d96, 0x0d9a, 0x0db1, 0x0db3, + 0x0dbb, 0x0dbd, 0x0dbd, 0x0dc0, 0x0dc6, 0x0dcf, 0x0dd1, 0x0dd8, 0x0ddf, + 0x0df2, 0x0df4, 0x0e01, 0x0e30, 0x0e32, 0x0e33, 0x0e40, 0x0e46, 0x0e4f, + 0x0e5b, 0x0e81, 0x0e82, 0x0e84, 0x0e84, 0x0e87, 0x0e88, 0x0e8a, 0x0e8a, + 0x0e8d, 0x0e8d, 0x0e94, 0x0e97, 0x0e99, 0x0e9f, 0x0ea1, 0x0ea3, 0x0ea5, + 0x0ea5, 0x0ea7, 0x0ea7, 0x0eaa, 0x0eab, 0x0ead, 0x0eb0, 0x0eb2, 0x0eb3, + 0x0ebd, 0x0ebd, 0x0ec0, 0x0ec4, 0x0ec6, 0x0ec6, 0x0ed0, 0x0ed9, 0x0edc, + 0x0edd, 0x0f00, 0x0f17, 0x0f1a, 0x0f34, 0x0f36, 0x0f36, 0x0f38, 0x0f38, + 0x0f3e, 0x0f47, 0x0f49, 0x0f6a, 0x0f7f, 0x0f7f, 0x0f85, 0x0f85, 0x0f88, + 0x0f8b, 0x0fbe, 0x0fc5, 0x0fc7, 0x0fcc, 0x0fcf, 0x0fcf, 0x1000, 0x1021, + 0x1023, 0x1027, 0x1029, 0x102a, 0x102c, 0x102c, 0x1031, 0x1031, 0x1038, + 0x1038, 0x1040, 0x1057, 0x10a0, 0x10c5, 0x10d0, 0x10f8, 0x10fb, 0x10fb, + 0x1100, 0x1159, 0x115f, 0x11a2, 0x11a8, 0x11f9, 0x1200, 0x1206, 0x1208, + 0x1246, 0x1248, 0x1248, 0x124a, 0x124d, 0x1250, 0x1256, 0x1258, 0x1258, + 0x125a, 0x125d, 0x1260, 0x1286, 0x1288, 0x1288, 0x128a, 0x128d, 0x1290, + 0x12ae, 0x12b0, 0x12b0, 0x12b2, 0x12b5, 0x12b8, 0x12be, 0x12c0, 0x12c0, + 0x12c2, 0x12c5, 0x12c8, 0x12ce, 0x12d0, 0x12d6, 0x12d8, 0x12ee, 0x12f0, + 0x130e, 0x1310, 0x1310, 0x1312, 0x1315, 0x1318, 0x131e, 0x1320, 0x1346, + 0x1348, 0x135a, 0x1361, 0x137c, 0x13a0, 0x13f4, 0x1401, 0x1676, 0x1681, + 0x169a, 0x16a0, 0x16f0, 0x1700, 0x170c, 0x170e, 0x1711, 0x1720, 0x1731, + 0x1735, 0x1736, 0x1740, 0x1751, 0x1760, 0x176c, 0x176e, 0x1770, 0x1780, + 0x17b6, 0x17be, 0x17c5, 0x17c7, 0x17c8, 0x17d4, 0x17da, 0x17dc, 0x17dc, + 0x17e0, 0x17e9, 0x1810, 0x1819, 0x1820, 0x1877, 0x1880, 0x18a8, 0x1e00, + 0x1e9b, 0x1ea0, 0x1ef9, 0x1f00, 0x1f15, 0x1f18, 0x1f1d, 0x1f20, 0x1f45, + 0x1f48, 0x1f4d, 0x1f50, 0x1f57, 0x1f59, 0x1f59, 0x1f5b, 0x1f5b, 0x1f5d, + 0x1f5d, 0x1f5f, 0x1f7d, 0x1f80, 0x1fb4, 0x1fb6, 0x1fbc, 0x1fbe, 0x1fbe, + 0x1fc2, 0x1fc4, 0x1fc6, 0x1fcc, 0x1fd0, 0x1fd3, 0x1fd6, 0x1fdb, 0x1fe0, + 0x1fec, 0x1ff2, 0x1ff4, 0x1ff6, 0x1ffc, 0x200e, 0x200e, 0x2071, 0x2071, + 0x207f, 0x207f, 0x2102, 0x2102, 0x2107, 0x2107, 0x210a, 0x2113, 0x2115, + 0x2115, 0x2119, 0x211d, 0x2124, 0x2124, 0x2126, 0x2126, 0x2128, 0x2128, + 0x212a, 0x212d, 0x212f, 0x2131, 0x2133, 0x2139, 0x213d, 0x213f, 0x2145, + 0x2149, 0x2160, 0x2183, 0x2336, 0x237a, 0x2395, 0x2395, 0x249c, 0x24e9, + 0x3005, 0x3007, 0x3021, 0x3029, 0x3031, 0x3035, 0x3038, 0x303c, 0x3041, + 0x3096, 0x309d, 0x309f, 0x30a1, 0x30fa, 0x30fc, 0x30ff, 0x3105, 0x312c, + 0x3131, 0x318e, 0x3190, 0x31b7, 0x31f0, 0x321c, 0x3220, 0x3243, 0x3260, + 0x327b, 0x327f, 0x32b0, 0x32c0, 0x32cb, 0x32d0, 0x32fe, 0x3300, 0x3376, + 0x337b, 0x33dd, 0x33e0, 0x33fe, 0x3400, 0x4db5, 0x4e00, 0x9fa5, 0xa000, + 0xa48c, 0xac00, 0xd7a3, 0xd800, 0xfa2d, 0xfa30, 0xfa6a, 0xfb00, 0xfb06, + 0xfb13, 0xfb17, 0xff21, 0xff3a, 0xff41, 0xff5a, 0xff66, 0xffbe, 0xffc2, + 0xffc7, 0xffca, 0xffcf, 0xffd2, 0xffd7, 0xffda, 0xffdc, 0x10300, 0x1031e, + 0x10320, 0x10323, 0x10330, 0x1034a, 0x10400, 0x10425, 0x10428, 0x1044d, + 0x1d000, 0x1d0f5, 0x1d100, 0x1d126, 0x1d12a, 0x1d166, 0x1d16a, 0x1d172, + 0x1d183, 0x1d184, 0x1d18c, 0x1d1a9, 0x1d1ae, 0x1d1dd, 0x1d400, 0x1d454, + 0x1d456, 0x1d49c, 0x1d49e, 0x1d49f, 0x1d4a2, 0x1d4a2, 0x1d4a5, 0x1d4a6, + 0x1d4a9, 0x1d4ac, 0x1d4ae, 0x1d4b9, 0x1d4bb, 0x1d4bb, 0x1d4bd, 0x1d4c0, + 0x1d4c2, 0x1d4c3, 0x1d4c5, 0x1d505, 0x1d507, 0x1d50a, 0x1d50d, 0x1d514, + 0x1d516, 0x1d51c, 0x1d51e, 0x1d539, 0x1d53b, 0x1d53e, 0x1d540, 0x1d544, + 0x1d546, 0x1d546, 0x1d54a, 0x1d550, 0x1d552, 0x1d6a3, 0x1d6a8, 0x1d7c9, + 0x20000, 0x2a6d6, 0x2f800, 0x2fa1d, 0xf0000, 0xffffd, 0x100000, 0x10fffd, ]; // prettier-ignore-end -const isBidirectionalL = character => inRange(character, bidirectional_l); +const isBidirectionalL = (character) => inRange(character, bidirectional_l); export { isUnassignedCodePoint, @@ -1924,5 +383,5 @@ export { isNonASCIISpaceCharacter, isProhibitedCharacter, isBidirectionalRAL, - isBidirectionalL + isBidirectionalL, }; diff --git a/lib/security.js b/lib/security.js index e5421cc45..faa91eb9a 100644 --- a/lib/security.js +++ b/lib/security.js @@ -60,7 +60,7 @@ class PDFSecurity { } const encDict = { - Filter: 'Standard' + Filter: 'Standard', }; switch (this.version) { @@ -106,7 +106,7 @@ class PDFSecurity { r, this.keyBits, paddedUserPassword, - paddedOwnerPassword + paddedOwnerPassword, ); this.encryptionKey = getEncryptionKeyR2R3R4( r, @@ -114,7 +114,7 @@ class PDFSecurity { this.document._id, paddedUserPassword, ownerPasswordEntry, - permissions + permissions, ); let userPasswordEntry; if (r === 2) { @@ -122,7 +122,7 @@ class PDFSecurity { } else { userPasswordEntry = getUserPasswordR3R4( this.document._id, - this.encryptionKey + this.encryptionKey, ); } @@ -135,8 +135,8 @@ class PDFSecurity { StdCF: { AuthEvent: 'DocOpen', CFM: 'AESV2', - Length: this.keyBits / 8 - } + Length: this.keyBits / 8, + }, }; encDict.StmF = 'StdCF'; encDict.StrF = 'StdCF'; @@ -157,40 +157,40 @@ class PDFSecurity { : processedUserPassword; this.encryptionKey = getEncryptionKeyR5( - PDFSecurity.generateRandomWordArray + PDFSecurity.generateRandomWordArray, ); const userPasswordEntry = getUserPasswordR5( processedUserPassword, - PDFSecurity.generateRandomWordArray + PDFSecurity.generateRandomWordArray, ); const userKeySalt = CryptoJS.lib.WordArray.create( userPasswordEntry.words.slice(10, 12), - 8 + 8, ); const userEncryptionKeyEntry = getUserEncryptionKeyR5( processedUserPassword, userKeySalt, - this.encryptionKey + this.encryptionKey, ); const ownerPasswordEntry = getOwnerPasswordR5( processedOwnerPassword, userPasswordEntry, - PDFSecurity.generateRandomWordArray + PDFSecurity.generateRandomWordArray, ); const ownerKeySalt = CryptoJS.lib.WordArray.create( ownerPasswordEntry.words.slice(10, 12), - 8 + 8, ); const ownerEncryptionKeyEntry = getOwnerEncryptionKeyR5( processedOwnerPassword, ownerKeySalt, userPasswordEntry, - this.encryptionKey + this.encryptionKey, ); const permsEntry = getEncryptedPermissionsR5( permissions, this.encryptionKey, - PDFSecurity.generateRandomWordArray + PDFSecurity.generateRandomWordArray, ); encDict.V = 5; @@ -199,8 +199,8 @@ class PDFSecurity { StdCF: { AuthEvent: 'DocOpen', CFM: 'AESV3', - Length: this.keyBits / 8 - } + Length: this.keyBits / 8, + }, }; encDict.StmF = 'StdCF'; encDict.StrF = 'StdCF'; @@ -225,27 +225,27 @@ class PDFSecurity { ((obj & 0xff00) << 8) | ((obj >> 8) & 0xff00) | (gen & 0xff), - (gen & 0xff00) << 16 + (gen & 0xff00) << 16, ], - 5 - ) + 5, + ), ); } if (this.version === 1 || this.version === 2) { let key = CryptoJS.MD5(digest); key.sigBytes = Math.min(16, this.keyBits / 8 + 5); - return buffer => + return (buffer) => wordArrayToBuffer( CryptoJS.RC4.encrypt(CryptoJS.lib.WordArray.create(buffer), key) - .ciphertext + .ciphertext, ); } let key; if (this.version === 4) { key = CryptoJS.MD5( - digest.concat(CryptoJS.lib.WordArray.create([0x73416c54], 4)) + digest.concat(CryptoJS.lib.WordArray.create([0x73416c54], 4)), ); } else { key = this.encryptionKey; @@ -255,10 +255,10 @@ class PDFSecurity { const options = { mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7, - iv + iv, }; - return buffer => + return (buffer) => wordArrayToBuffer( iv .clone() @@ -266,9 +266,9 @@ class PDFSecurity { CryptoJS.AES.encrypt( CryptoJS.lib.WordArray.create(buffer), key, - options - ).ciphertext - ) + options, + ).ciphertext, + ), ); } @@ -331,7 +331,7 @@ function getUserPasswordR2(encryptionKey) { function getUserPasswordR3R4(documentId, encryptionKey) { const key = encryptionKey.clone(); let cipher = CryptoJS.MD5( - processPasswordR2R3R4().concat(CryptoJS.lib.WordArray.create(documentId)) + processPasswordR2R3R4().concat(CryptoJS.lib.WordArray.create(documentId)), ); for (let i = 0; i < 20; i++) { const xorRound = Math.ceil(key.sigBytes / 4); @@ -348,7 +348,7 @@ function getOwnerPasswordR2R3R4( r, keyBits, paddedUserPassword, - paddedOwnerPassword + paddedOwnerPassword, ) { let digest = paddedOwnerPassword; let round = r >= 3 ? 51 : 1; @@ -376,7 +376,7 @@ function getEncryptionKeyR2R3R4( documentId, paddedUserPassword, ownerPasswordEntry, - permissions + permissions, ) { let key = paddedUserPassword .clone() @@ -402,15 +402,15 @@ function getUserPasswordR5(processedUserPassword, generateRandomWordArray) { function getUserEncryptionKeyR5( processedUserPassword, userKeySalt, - encryptionKey + encryptionKey, ) { const key = CryptoJS.SHA256( - processedUserPassword.clone().concat(userKeySalt) + processedUserPassword.clone().concat(userKeySalt), ); const options = { mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.NoPadding, - iv: CryptoJS.lib.WordArray.create(null, 16) + iv: CryptoJS.lib.WordArray.create(null, 16), }; return CryptoJS.AES.encrypt(encryptionKey, key, options).ciphertext; } @@ -418,7 +418,7 @@ function getUserEncryptionKeyR5( function getOwnerPasswordR5( processedOwnerPassword, userPasswordEntry, - generateRandomWordArray + generateRandomWordArray, ) { const validationSalt = generateRandomWordArray(8); const keySalt = generateRandomWordArray(8); @@ -426,7 +426,7 @@ function getOwnerPasswordR5( processedOwnerPassword .clone() .concat(validationSalt) - .concat(userPasswordEntry) + .concat(userPasswordEntry), ) .concat(validationSalt) .concat(keySalt); @@ -436,18 +436,18 @@ function getOwnerEncryptionKeyR5( processedOwnerPassword, ownerKeySalt, userPasswordEntry, - encryptionKey + encryptionKey, ) { const key = CryptoJS.SHA256( processedOwnerPassword .clone() .concat(ownerKeySalt) - .concat(userPasswordEntry) + .concat(userPasswordEntry), ); const options = { mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.NoPadding, - iv: CryptoJS.lib.WordArray.create(null, 16) + iv: CryptoJS.lib.WordArray.create(null, 16), }; return CryptoJS.AES.encrypt(encryptionKey, key, options).ciphertext; } @@ -459,15 +459,15 @@ function getEncryptionKeyR5(generateRandomWordArray) { function getEncryptedPermissionsR5( permissions, encryptionKey, - generateRandomWordArray + generateRandomWordArray, ) { const cipher = CryptoJS.lib.WordArray.create( [lsbFirstWord(permissions), 0xffffffff, 0x54616462], - 12 + 12, ).concat(generateRandomWordArray(4)); const options = { mode: CryptoJS.mode.ECB, - padding: CryptoJS.pad.NoPadding + padding: CryptoJS.pad.NoPadding, }; return CryptoJS.AES.encrypt(cipher, encryptionKey, options).ciphertext; } @@ -516,45 +516,16 @@ function wordArrayToBuffer(wordArray) { const byteArray = []; for (let i = 0; i < wordArray.sigBytes; i++) { byteArray.push( - (wordArray.words[Math.floor(i / 4)] >> (8 * (3 - (i % 4)))) & 0xff + (wordArray.words[Math.floor(i / 4)] >> (8 * (3 - (i % 4)))) & 0xff, ); } return Buffer.from(byteArray); } const PASSWORD_PADDING = [ - 0x28, - 0xbf, - 0x4e, - 0x5e, - 0x4e, - 0x75, - 0x8a, - 0x41, - 0x64, - 0x00, - 0x4e, - 0x56, - 0xff, - 0xfa, - 0x01, - 0x08, - 0x2e, - 0x2e, - 0x00, - 0xb6, - 0xd0, - 0x68, - 0x3e, - 0x80, - 0x2f, - 0x0c, - 0xa9, - 0xfe, - 0x64, - 0x53, - 0x69, - 0x7a + 0x28, 0xbf, 0x4e, 0x5e, 0x4e, 0x75, 0x8a, 0x41, 0x64, 0x00, 0x4e, 0x56, 0xff, + 0xfa, 0x01, 0x08, 0x2e, 0x2e, 0x00, 0xb6, 0xd0, 0x68, 0x3e, 0x80, 0x2f, 0x0c, + 0xa9, 0xfe, 0x64, 0x53, 0x69, 0x7a, ]; export default PDFSecurity; diff --git a/lib/spotcolor.js b/lib/spotcolor.js index 75fa84e2d..1bbdd054d 100644 --- a/lib/spotcolor.js +++ b/lib/spotcolor.js @@ -10,11 +10,11 @@ export default class SpotColor { { Range: [0, 1, 0, 1, 0, 1, 0, 1], C0: [0, 0, 0, 0], - C1: this.values.map(value => value / 100), + C1: this.values.map((value) => value / 100), FunctionType: 2, Domain: [0, 1], - N: 1 - } + N: 1, + }, ]); this.ref.end(); } diff --git a/lib/structure_element.js b/lib/structure_element.js index 012b47022..4f62d7ae5 100644 --- a/lib/structure_element.js +++ b/lib/structure_element.js @@ -3,7 +3,7 @@ PDFStructureElement - represents an element in the PDF logical structure tree By Ben Schmidt */ -import PDFStructureContent from "./structure_content"; +import PDFStructureContent from './structure_content'; class PDFStructureElement { constructor(document, type, options = {}, children = null) { @@ -14,7 +14,7 @@ class PDFStructureElement { this._flushed = false; this.dictionary = document.ref({ // Type: "StructElem", - S: type + S: type, }); const data = this.dictionary.data; @@ -83,7 +83,8 @@ class PDFStructureElement { _addContentToParentTree(content) { content.refs.forEach(({ pageRef, mcid }) => { - const pageStructParents = this.document.getStructParentTree() + const pageStructParents = this.document + .getStructParentTree() .get(pageRef.data.StructParents); pageStructParents[mcid] = this.dictionary; }); @@ -133,9 +134,11 @@ class PDFStructureElement { } _isValidChild(child) { - return child instanceof PDFStructureElement || - child instanceof PDFStructureContent || - typeof child === 'function'; + return ( + child instanceof PDFStructureElement || + child instanceof PDFStructureContent || + typeof child === 'function' + ); } _contentForClosure(closure) { @@ -199,9 +202,9 @@ class PDFStructureElement { this.dictionary.data.K.push(mcid); } else { this.dictionary.data.K.push({ - Type: "MCR", + Type: 'MCR', Pg: pageRef, - MCID: mcid + MCID: mcid, }); } }); diff --git a/lib/tree.js b/lib/tree.js index 836b7df99..6634d8dee 100644 --- a/lib/tree.js +++ b/lib/tree.js @@ -8,8 +8,7 @@ class PDFTree { constructor(options = {}) { this._items = {}; // disable /Limits output for this tree - this.limits = - typeof options.limits === 'boolean' ? options.limits : true; + this.limits = typeof options.limits === 'boolean' ? options.limits : true; } add(key, val) { @@ -23,7 +22,7 @@ class PDFTree { toString() { // Needs to be sorted by key const sortedKeys = Object.keys(this._items).sort((a, b) => - this._compareKeys(a, b) + this._compareKeys(a, b), ); const out = ['<<']; @@ -31,15 +30,15 @@ class PDFTree { const first = sortedKeys[0], last = sortedKeys[sortedKeys.length - 1]; out.push( - ` /Limits ${PDFObject.convert([this._dataForKey(first), this._dataForKey(last)])}` + ` /Limits ${PDFObject.convert([this._dataForKey(first), this._dataForKey(last)])}`, ); } out.push(` /${this._keysName()} [`); for (let key of sortedKeys) { out.push( ` ${PDFObject.convert(this._dataForKey(key))} ${PDFObject.convert( - this._items[key] - )}` + this._items[key], + )}`, ); } out.push(']'); diff --git a/lib/utils.js b/lib/utils.js index c243ebb44..86a299278 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -54,11 +54,11 @@ export function normalizeSides( if ( sides === undefined || sides === null || - (typeof sides === "object" && Object.keys(sides).length === 0) + (typeof sides === 'object' && Object.keys(sides).length === 0) ) { sides = defaultDefinition; } - if (typeof sides !== "object" || sides === null) { + if (typeof sides !== 'object' || sides === null) { sides = [sides, sides, sides, sides]; } if (Array.isArray(sides)) { @@ -74,7 +74,7 @@ export function normalizeSides( } } - if ("vertical" in sides || "horizontal" in sides) { + if ('vertical' in sides || 'horizontal' in sides) { sides = { top: sides.vertical, right: sides.horizontal, diff --git a/lib/virtual-fs.js b/lib/virtual-fs.js index 464827a46..3fe8dc93a 100644 --- a/lib/virtual-fs.js +++ b/lib/virtual-fs.js @@ -10,7 +10,7 @@ class VirtualFileSystem { const data = this.fileData[virtualFileName]; if (data == null) { throw new Error( - `File '${virtualFileName}' not found in virtual file system` + `File '${virtualFileName}' not found in virtual file system`, ); } diff --git a/tests/images/bee.js b/tests/images/bee.js index 0245a4be3..e890ab2c8 100644 --- a/tests/images/bee.js +++ b/tests/images/bee.js @@ -6,5 +6,5 @@ var jpeg = module.exports = { png, - jpeg + jpeg, }; diff --git a/tests/unit/acroform.spec.js b/tests/unit/acroform.spec.js index c75e464e4..e6cde61e2 100644 --- a/tests/unit/acroform.spec.js +++ b/tests/unit/acroform.spec.js @@ -13,7 +13,7 @@ describe('acroform', () => { beforeEach(() => { doc = new PDFDocument({ - info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) } + info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) }, }); }); @@ -42,9 +42,9 @@ describe('acroform', () => { '>>', ']', '>>', - '>>' + '>>', ), - 'endobj' + 'endobj', ]; const docData = logData(doc); doc.addNamedJavaScript('name1', 'my javascript goes here'); @@ -92,9 +92,9 @@ describe('acroform', () => { '[10 292 602 692]', '/Border [0 0 0]', '/C [0 0 0]', - '>>' + '>>', ), - 'endobj' + 'endobj', ]; const docData = logData(doc); @@ -124,13 +124,13 @@ describe('acroform', () => { const expected = [ '10 0 obj', '<<\n/FT /Btn\n/Ff 65536\n/MK <<\n/CA (Test Button)\n/BG [1 1 0]\n>>\n/T (btn1)\n/Subtype /Widget\n/F 4\n/Type /Annot\n/Rect [20 742 120 772]\n/Border [0 0 0]\n/C [0 0 0]\n>>', - 'endobj' + 'endobj', ]; doc.initForm(); const docData = logData(doc); let opts = { backgroundColor: 'yellow', - label: 'Test Button' + label: 'Test Button', }; doc.formPushButton('btn1', 20, 20, 100, 30, opts); expect(docData.length).toBe(3); @@ -147,7 +147,7 @@ describe('acroform', () => { '/JS (AFNumber_Keystroke\\(2,1,"MinusBlack",null,"$",true\\);)\n>>\n' + '/F <<\n/S /JavaScript\n/JS (AFNumber_Format\\(2,1,"MinusBlack",null,"$",true\\);)\n>>\n>>\n' + '/T (dollars)\n/Subtype /Widget\n/F 4\n/Type /Annot\n/Rect [20 752 70 772]\n/Border [0 0 0]\n/C [0 0 0]\n>>', - 'endobj' + 'endobj', ]; doc.initForm(); const docData = logData(doc); @@ -157,8 +157,8 @@ describe('acroform', () => { type: 'number', nDec: 2, currency: '$', - currencyPrepend: true - } + currencyPrepend: true, + }, }; doc.formText('dollars', 20, 20, 50, 20, opts); expect(docData.length).toBe(3); @@ -171,7 +171,7 @@ describe('acroform', () => { '/JS (AFDate_KeystrokeEx\\(yyyy-mm-dd\\);)\n>>\n' + '/F <<\n/S /JavaScript\n/JS (AFDate_Format\\(yyyy-mm-dd\\);)\n>>\n>>\n' + '/T (date)\n/Subtype /Widget\n/F 4\n/Type /Annot\n/Rect [20 752 70 772]\n/Border [0 0 0]\n/C [0 0 0]\n>>', - 'endobj' + 'endobj', ]; doc.initForm(); const docData = logData(doc); @@ -179,8 +179,8 @@ describe('acroform', () => { value: '1999-12-31', format: { type: 'date', - param: 'yyyy-mm-dd' - } + param: 'yyyy-mm-dd', + }, }; doc.formText('date', 20, 20, 50, 20, opts); expect(docData.length).toBe(3); @@ -194,7 +194,7 @@ describe('acroform', () => { '<<\n/FT /Tx\n' + '/Ff 4206599\n/Q 1\n' + '/T (flags)\n/Subtype /Widget\n/F 4\n/Type /Annot\n/Rect [20 752 70 772]\n/Border [0 0 0]\n/C [0 0 0]\n>>', - 'endobj' + 'endobj', ]; doc.initForm(); const docData = logData(doc); @@ -205,7 +205,7 @@ describe('acroform', () => { align: 'center', multiline: true, password: true, - noSpell: true + noSpell: true, }; doc.formText('flags', 20, 20, 50, 20, opts); expect(docData.length).toBe(3); @@ -214,12 +214,12 @@ describe('acroform', () => { test('false flags should be ignored', () => { const expectedDoc = new PDFDocument({ - info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) } + info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) }, }); expectedDoc.initForm(); const expectedDocData = logData(expectedDoc); let emptyOpts = { - align: 'center' + align: 'center', }; expectedDoc.formText('flags', 20, 20, 50, 20, emptyOpts); @@ -232,7 +232,7 @@ describe('acroform', () => { align: 'center', multiline: false, password: false, - noSpell: false + noSpell: false, }; doc.formText('flags', 20, 20, 50, 20, opts); @@ -260,13 +260,13 @@ describe('acroform', () => { '/C [0 0 0]\n' + '/FontSize 16\n' + '>>', - 'endobj' + 'endobj', ]; doc.registerFont('myfont1', 'tests/fonts/Roboto-Regular.ttf'); doc.initForm(); const docData = logData(doc); let opts = { - fontSize: 16 + fontSize: 16, }; doc.font('myfont1').formText('text', 20, 20, 50, 20, opts); expect(docData.length).toBe(3); @@ -283,7 +283,7 @@ describe('acroform', () => { 'endobj', '15 0 obj', '<<\n/Parent 12 0 R\n/FT /Tx\n/T (leaf3)\n/Subtype /Widget\n/F 4\n/Type /Annot\n/Rect [10 642 210 682]\n/Border [0 0 0]\n/C [0 0 0]\n>>', - 'endobj' + 'endobj', ]; const expected2 = [ '11 0 obj', @@ -297,7 +297,7 @@ describe('acroform', () => { 'endobj', '9 0 obj', '<<\n/Fields [10 0 R]\n/NeedAppearances true\n/DA (/F1 0 Tf 0 g)\n/DR <<\n/Font <<\n/F1 8 0 R\n>>\n>>\n>>', - 'endobj' + 'endobj', ]; const docData = logData(doc); diff --git a/tests/unit/annotations.spec.js b/tests/unit/annotations.spec.js index 9e1bda258..2210f7ca4 100644 --- a/tests/unit/annotations.spec.js +++ b/tests/unit/annotations.spec.js @@ -12,7 +12,7 @@ describe('Annotations', () => { beforeEach(() => { document = new PDFDocument({ - info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) } + info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) }, }); }); @@ -29,7 +29,7 @@ describe('Annotations', () => { `<< /S /GoTo /D [7 0 R /XYZ null null null] ->>` +>>`, ]); }); @@ -45,7 +45,7 @@ describe('Annotations', () => { `<< /S /URI /URI (http://www.example.com) ->>` +>>`, ]); }); @@ -56,7 +56,7 @@ describe('Annotations', () => { document.text('Go to url', { link: 'http://www.example.com', - continued: true + continued: true, }); document.text('continued link'); @@ -65,7 +65,7 @@ describe('Annotations', () => { `<< /S /URI /URI (http://www.example.com) ->>` +>>`, ]); expect(docData).toContainChunk([ @@ -73,7 +73,7 @@ describe('Annotations', () => { `<< /S /URI /URI (http://www.example.com) ->>` +>>`, ]); }); @@ -84,7 +84,7 @@ describe('Annotations', () => { document.text('Go to url', { link: 'http://www.example.com', - continued: true + continued: true, }); document.text('no continued link', { link: null }); @@ -94,7 +94,7 @@ describe('Annotations', () => { `<< /S /URI /URI (http://www.example.com) ->>` +>>`, ]); expect(docData).not.toContainChunk([`14 0 obj`]); @@ -107,7 +107,7 @@ describe('Annotations', () => { document.fileAnnotation(100, 100, 20, 20, { src: Buffer.from('example text'), - name: 'file.txt' + name: 'file.txt', }); expect(docData).toContainChunk([ @@ -119,7 +119,7 @@ describe('Annotations', () => { /Rect [100 672 120 692] /Border [0 0 0] /C [0 0 0] ->>` +>>`, ]); }); @@ -129,7 +129,7 @@ describe('Annotations', () => { document.fileAnnotation(100, 100, 20, 20, { src: Buffer.from('example text'), name: 'file.txt', - description: 'file description' + description: 'file description', }); expect(docData).toContainChunk([ @@ -142,7 +142,7 @@ describe('Annotations', () => { /Rect [100 672 120 692] /Border [0 0 0] /C [0 0 0] ->>` +>>`, ]); }); @@ -157,11 +157,11 @@ describe('Annotations', () => { { src: Buffer.from('example text'), name: 'file.txt', - description: 'file description' + description: 'file description', }, { - Contents: 'other description' - } + Contents: 'other description', + }, ); expect(docData).toContainChunk([ @@ -174,7 +174,7 @@ describe('Annotations', () => { /Rect [100 672 120 692] /Border [0 0 0] /C [0 0 0] ->>` +>>`, ]); }); }); diff --git a/tests/unit/attachments.spec.js b/tests/unit/attachments.spec.js index 7140b3e64..dfea68289 100644 --- a/tests/unit/attachments.spec.js +++ b/tests/unit/attachments.spec.js @@ -15,7 +15,7 @@ describe('file', () => { beforeEach(() => { document = new PDFDocument({ - info: { CreationDate: date } + info: { CreationDate: date }, }); }); @@ -26,13 +26,11 @@ describe('file', () => { name: 'file.txt', type: 'text/plain', creationDate: date, - modifiedDate: date + modifiedDate: date, }); document.end(); - const md5 = createHash('md5') - .update('example text') - .digest('hex'); + const md5 = createHash('md5').update('example text').digest('hex'); expect(docData).toContainChunk([ `8 0 obj`, @@ -47,7 +45,7 @@ describe('file', () => { /Subtype /text#2Fplain /Length 20 /Filter /FlateDecode ->>` +>>`, ]); expect(docData).toContainChunk([ @@ -60,7 +58,7 @@ describe('file', () => { /F 8 0 R >> /UF (file.txt) ->>` +>>`, ]); expect(docData).toContainChunk([ @@ -75,7 +73,7 @@ describe('file', () => { (file.txt) 9 0 R ] >> ->>` +>>`, ]); }); @@ -86,13 +84,11 @@ describe('file', () => { name: 'file.txt', creationDate: date, modifiedDate: date, - description: 'file description' + description: 'file description', }); document.end(); - const md5 = createHash('md5') - .update('example text') - .digest('hex'); + const md5 = createHash('md5').update('example text').digest('hex'); expect(docData).toContainChunk([ `8 0 obj`, @@ -106,7 +102,7 @@ describe('file', () => { >> /Length 20 /Filter /FlateDecode ->>` +>>`, ]); expect(docData).toContainChunk([ @@ -120,7 +116,7 @@ describe('file', () => { >> /UF (file.txt) /Desc (file description) ->>` +>>`, ]); }); @@ -131,13 +127,11 @@ describe('file', () => { name: 'file.txt', creationDate: date, modifiedDate: date, - hidden: true + hidden: true, }); document.end(); - const md5 = createHash('md5') - .update('example text') - .digest('hex'); + const md5 = createHash('md5').update('example text').digest('hex'); expect(docData).toContainChunk([ `8 0 obj`, @@ -151,7 +145,7 @@ describe('file', () => { >> /Length 20 /Filter /FlateDecode ->>` +>>`, ]); // hidden: do not add to /EmbeddedFiles @@ -162,7 +156,7 @@ describe('file', () => { /Names [ ] >> ->>` +>>`, ]); }); @@ -172,12 +166,12 @@ describe('file', () => { document.file(Buffer.from('example text'), { name: 'file1.txt', creationDate: date, - modifiedDate: date + modifiedDate: date, }); document.file(Buffer.from('example text'), { name: 'file2.txt', creationDate: date, - modifiedDate: date + modifiedDate: date, }); document.end(); @@ -194,7 +188,7 @@ describe('file', () => { (file2.txt) 11 0 R ] >> ->>` +>>`, ]); }); @@ -204,18 +198,21 @@ describe('file', () => { document.file(Buffer.from('example text'), { name: 'file1.txt', creationDate: date, - modifiedDate: date + modifiedDate: date, }); document.file(Buffer.from('example text'), { name: 'file1.txt', creationDate: new Date(date), - modifiedDate: new Date(date) + modifiedDate: new Date(date), }); document.end(); - const numFiles = docData.filter((str) => typeof str === 'string' && str.startsWith('<<\n/Type /EmbeddedFile\n')) + const numFiles = docData.filter( + (str) => + typeof str === 'string' && str.startsWith('<<\n/Type /EmbeddedFile\n'), + ); - expect(numFiles.length).toEqual(1) + expect(numFiles.length).toEqual(1); expect(docData).toContainChunk([ `2 0 obj`, @@ -229,7 +226,7 @@ describe('file', () => { (file1.txt) 10 0 R ] >> ->>` +>>`, ]); }); }); diff --git a/tests/unit/color.spec.js b/tests/unit/color.spec.js index f1c319226..0b482205d 100644 --- a/tests/unit/color.spec.js +++ b/tests/unit/color.spec.js @@ -1,8 +1,8 @@ import PDFDocument from '../../lib/document'; import { logData } from './helpers'; -describe('color', function() { - test('normalize', function() { +describe('color', function () { + test('normalize', function () { const doc = new PDFDocument(); expect(doc._normalizeColor('#FFF')).toEqual([1, 1, 1]); @@ -10,34 +10,24 @@ describe('color', function() { expect(doc._normalizeColor('#000')).toEqual([0, 0, 0]); expect(doc._normalizeColor('#000000')).toEqual([0, 0, 0]); expect(doc._normalizeColor('#6F6FEF')).toEqual([ - 0.43529411764705883, - 0.43529411764705883, - 0.9372549019607843 + 0.43529411764705883, 0.43529411764705883, 0.9372549019607843, ]); expect(doc._normalizeColor([255, 255, 255])).toEqual([1, 1, 1]); expect(doc._normalizeColor([255, 255, 255, 255])).toEqual([ - 2.55, - 2.55, - 2.55, - 2.55 + 2.55, 2.55, 2.55, 2.55, ]); expect(doc._normalizeColor([0, 0, 0])).toEqual([0, 0, 0]); expect(doc._normalizeColor([0, 0, 0, 0])).toEqual([0, 0, 0, 0]); expect(doc._normalizeColor([128, 10, 18])).toEqual([ - 0.5019607843137255, - 0.0392156862745098, - 0.07058823529411765 + 0.5019607843137255, 0.0392156862745098, 0.07058823529411765, ]); expect(doc._normalizeColor([128, 10, 18, 100])).toEqual([ - 1.28, - 0.1, - 0.18, - 1 + 1.28, 0.1, 0.18, 1, ]); }); - test('normalize with spot color', function() { + test('normalize with spot color', function () { const doc = new PDFDocument(); doc.addSpotColor('PANTONE 123 C', 0.1, 0.2, 0.3, 0.4); @@ -46,25 +36,24 @@ describe('color', function() { expect(color.values).toEqual([0.1, 0.2, 0.3, 0.4]); }); - test('spot color', function() { - const doc = new PDFDocument(); - const data = logData(doc); - doc.addSpotColor('PANTONE185C', 0, 100, 78, 9) - doc.fillColor('PANTONE185C') - .text('This text uses spot color!'); - doc.end(); + test('spot color', function () { + const doc = new PDFDocument(); + const data = logData(doc); + doc.addSpotColor('PANTONE185C', 0, 100, 78, 9); + doc.fillColor('PANTONE185C').text('This text uses spot color!'); + doc.end(); - expect(data).toContainChunk([ - `6 0 obj`, - '<<\n' + - '/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]\n' + - '/ColorSpace <<\n' + - '/CS0 8 0 R\n' + - '>>\n' + - '/Font <<\n' + - '/F1 9 0 R\n' + - '>>\n' + - '>>', - ]); + expect(data).toContainChunk([ + `6 0 obj`, + '<<\n' + + '/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]\n' + + '/ColorSpace <<\n' + + '/CS0 8 0 R\n' + + '>>\n' + + '/Font <<\n' + + '/F1 9 0 R\n' + + '>>\n' + + '>>', + ]); }); }); diff --git a/tests/unit/document.spec.js b/tests/unit/document.spec.js index dcded0556..16441787e 100644 --- a/tests/unit/document.spec.js +++ b/tests/unit/document.spec.js @@ -37,35 +37,34 @@ describe('PDFDocument', () => { describe('document info', () => { test('accepts properties with value undefined', () => { expect(() => new PDFDocument({ info: { Title: undefined } })).not.toThrow( - new TypeError("Cannot read property 'toString' of undefined") + new TypeError("Cannot read property 'toString' of undefined"), ); }); test('accepts properties with value null', () => { expect(() => new PDFDocument({ info: { Title: null } })).not.toThrow( - new TypeError("Cannot read property 'toString' of null") + new TypeError("Cannot read property 'toString' of null"), ); }); }); test('metadata is present for PDF 1.4', () => { - let doc = new PDFDocument({pdfVersion: '1.4'}); + let doc = new PDFDocument({ pdfVersion: '1.4' }); const data = logData(doc); doc.end(); - let catalog = data[data.length-28]; + let catalog = data[data.length - 28]; expect(catalog).toContain('/Metadata'); }); test('metadata is NOT present for PDF 1.3', () => { - let doc = new PDFDocument({pdfVersion: '1.3'}); + let doc = new PDFDocument({ pdfVersion: '1.3' }); const data = logData(doc); doc.end(); - let catalog = data[data.length-27]; + let catalog = data[data.length - 27]; expect(catalog).not.toContain('/Metadata'); }); - }); diff --git a/tests/unit/font.spec.js b/tests/unit/font.spec.js index 8dfb6258a..ae3c8f2cc 100644 --- a/tests/unit/font.spec.js +++ b/tests/unit/font.spec.js @@ -7,7 +7,7 @@ describe('EmbeddedFont', () => { const document = new PDFDocument(); const font = PDFFontFactory.open( document, - 'tests/fonts/Roboto-Regular.ttf' + 'tests/fonts/Roboto-Regular.ttf', ); const runSpy = jest.spyOn(font, 'layoutRun'); @@ -23,7 +23,7 @@ describe('EmbeddedFont', () => { const document = new PDFDocument({ fontLayoutCache: false }); const font = PDFFontFactory.open( document, - 'tests/fonts/Roboto-Regular.ttf' + 'tests/fonts/Roboto-Regular.ttf', ); const runSpy = jest.spyOn(font, 'layoutRun'); @@ -42,7 +42,7 @@ describe('EmbeddedFont', () => { document, 'tests/fonts/Roboto-Regular.ttf', undefined, - 'F1099' + 'F1099', ); const dictionary = { end: () => {}, @@ -61,7 +61,7 @@ describe('EmbeddedFont', () => { doc, 'tests/fonts/Roboto-Regular.ttf', undefined, - 'F1099' + 'F1099', ); // 398 different glyphs @@ -80,15 +80,19 @@ describe('EmbeddedFont', () => { const docData = logData(doc); font.toUnicodeCmap(); - const text = docData.map((d) => d.toString("utf8")).join(""); - - let glyphs = 0 - for (const block of text.matchAll(/beginbfrange\n((?:.|\n)*?)\nendbfrange/g)) { - for (const line of block[1].matchAll(/^<([0-9a-f]+)>\s+<([0-9a-f]+)>\s+\[/igm)) { + const text = docData.map((d) => d.toString('utf8')).join(''); + + let glyphs = 0; + for (const block of text.matchAll( + /beginbfrange\n((?:.|\n)*?)\nendbfrange/g, + )) { + for (const line of block[1].matchAll( + /^<([0-9a-f]+)>\s+<([0-9a-f]+)>\s+\[/gim, + )) { const low = parseInt(line[1], 16); const high = parseInt(line[2], 16); glyphs += high - low + 1; - expect(high & 0xFFFFFF00).toBe(low & 0xFFFFFF00); + expect(high & 0xffffff00).toBe(low & 0xffffff00); } } diff --git a/tests/unit/gradient.spec.js b/tests/unit/gradient.spec.js index 79f528e84..1fcda8027 100644 --- a/tests/unit/gradient.spec.js +++ b/tests/unit/gradient.spec.js @@ -1,22 +1,19 @@ import PDFDocument from '../../lib/document'; import { logData } from './helpers'; -describe('Gradient', function() { +describe('Gradient', function () { let document; beforeEach(() => { document = new PDFDocument({ - info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) } + info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) }, }); }); test('Multiple stops', () => { const docData = logData(document); const gradient = document.linearGradient(0, 0, 300, 0); - gradient - .stop(0, 'green') - .stop(0.5, 'red') - .stop(1, 'green'); + gradient.stop(0, 'green').stop(0.5, 'red').stop(1, 'green'); document.rect(0, 0, 300, 300).fill(gradient); document.end(); @@ -28,7 +25,7 @@ describe('Gradient', function() { /C0 [0 0.501961 0] /C1 [1 0 0] /N 1 ->>` +>>`, ]); expect(docData).toContainChunk([ '9 0 obj', @@ -38,7 +35,7 @@ describe('Gradient', function() { /C0 [1 0 0] /C1 [0 0.501961 0] /N 1 ->>` +>>`, ]); expect(docData).toContainChunk([ @@ -49,7 +46,7 @@ describe('Gradient', function() { /Functions [8 0 R 9 0 R] /Bounds [0.5] /Encode [0 1 0 1] ->>` +>>`, ]); expect(docData).toContainChunk([ @@ -60,7 +57,7 @@ describe('Gradient', function() { /Coords [0 0 300 0] /Function 10 0 R /Extend [true true] ->>` +>>`, ]); expect(docData).toContainChunk([ @@ -70,7 +67,7 @@ describe('Gradient', function() { /PatternType 2 /Shading 11 0 R /Matrix [1 0 0 -1 0 792] ->>` +>>`, ]); }); }); diff --git a/tests/unit/helpers.js b/tests/unit/helpers.js index 213ebb9bc..f7671e392 100644 --- a/tests/unit/helpers.js +++ b/tests/unit/helpers.js @@ -1,7 +1,7 @@ function logData(doc) { const loggedData = []; const originalMethod = doc._write; - doc._write = function(data) { + doc._write = function (data) { loggedData.push(data); originalMethod.call(this, data); }; @@ -13,11 +13,9 @@ function escapeRegExp(string) { } function joinTokens(...args) { - let a = args.map(i => escapeRegExp(i)); + let a = args.map((i) => escapeRegExp(i)); let r = new RegExp('^' + a.join('\\s*') + '$'); return r; } -export { logData, joinTokens } - - +export { logData, joinTokens }; diff --git a/tests/unit/line_wrapper.spec.js b/tests/unit/line_wrapper.spec.js index 0d1d83fcd..b7e8fea4b 100644 --- a/tests/unit/line_wrapper.spec.js +++ b/tests/unit/line_wrapper.spec.js @@ -1,7 +1,7 @@ -import PDFDocument from "../../lib/document"; +import PDFDocument from '../../lib/document'; import LineWrapper from '../../lib/line_wrapper'; -describe("LineWrapper", () => { +describe('LineWrapper', () => { let document; beforeEach(() => { @@ -11,52 +11,63 @@ describe("LineWrapper", () => { }); }); - test("ellipsis is present only on last line of multiline text", () => { + test('ellipsis is present only on last line of multiline text', () => { // There is a weird edge case where ellipsis occurs on lines // in the middle of text due to number rounding errors // // There is probably a simpler combination of values but this is one I found in the wild document.y = 402.1999999999999; - document.fontSize(7.26643598615917) - const wrapper = new LineWrapper(document, {width: 300, height: 50.399999999999864, ellipsis: true}) - let wrapperOutput = ""; - wrapper.on("line", (buffer) => { + document.fontSize(7.26643598615917); + const wrapper = new LineWrapper(document, { + width: 300, + height: 50.399999999999864, + ellipsis: true, + }); + let wrapperOutput = ''; + wrapper.on('line', (buffer) => { wrapperOutput += buffer; - document.y += document.currentLineHeight(true) - }) - wrapper.wrap("- A\n- B\n- C\n- D\n- E\n- F", {}) - expect(wrapperOutput).toBe("- A\n- B\n- C\n- D\n- E\n- F"); - }) + document.y += document.currentLineHeight(true); + }); + wrapper.wrap('- A\n- B\n- C\n- D\n- E\n- F', {}); + expect(wrapperOutput).toBe('- A\n- B\n- C\n- D\n- E\n- F'); + }); - test("line break is handled correctly when at weird heights", () => { + test('line break is handled correctly when at weird heights', () => { // There is probably a simpler combination of values but this is one I found in the wild - document.y = 1/3; - document.fontSize(Math.fround(42.3/3)); + document.y = 1 / 3; + document.fontSize(Math.fround(42.3 / 3)); let lineHeight = document.currentLineHeight(true); - const wrapper = new LineWrapper(document, {width: 300, height:lineHeight*3}) - let wrapperOutput = ""; - wrapper.on("line", (buffer) => { + const wrapper = new LineWrapper(document, { + width: 300, + height: lineHeight * 3, + }); + let wrapperOutput = ''; + wrapper.on('line', (buffer) => { wrapperOutput += buffer; - document.y += lineHeight - }) + document.y += lineHeight; + }); // Limit to 3/4 lines - wrapper.wrap("A\nB\nC\nD", {}) - expect(wrapperOutput).toBe("A\nB\nC\n"); + wrapper.wrap('A\nB\nC\nD', {}); + expect(wrapperOutput).toBe('A\nB\nC\n'); }); - test("line break is handled correctly with ellipsis", () => { + test('line break is handled correctly with ellipsis', () => { // There is probably a simpler combination of values but this is one I found in the wild - document.y = 1/3; - document.fontSize(Math.fround(42.3/3)); + document.y = 1 / 3; + document.fontSize(Math.fround(42.3 / 3)); let lineHeight = document.currentLineHeight(true); - const wrapper = new LineWrapper(document, {width: 300, height:lineHeight*3, ellipsis: true}) - let wrapperOutput = ""; - wrapper.on("line", (buffer) => { + const wrapper = new LineWrapper(document, { + width: 300, + height: lineHeight * 3, + ellipsis: true, + }); + let wrapperOutput = ''; + wrapper.on('line', (buffer) => { wrapperOutput += buffer; - document.y += lineHeight - }) + document.y += lineHeight; + }); // Limit to 3/4 lines - wrapper.wrap("A\nB\nC\nD", {}) - expect(wrapperOutput).toBe("A\nB\nC…"); + wrapper.wrap('A\nB\nC\nD', {}); + expect(wrapperOutput).toBe('A\nB\nC…'); }); }); diff --git a/tests/unit/markings.spec.js b/tests/unit/markings.spec.js index 1fe81b8bb..6486c17d2 100644 --- a/tests/unit/markings.spec.js +++ b/tests/unit/markings.spec.js @@ -7,7 +7,7 @@ describe('Markings', () => { beforeEach(() => { document = new PDFDocument({ info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) }, - compress: false + compress: false, }); }); @@ -20,10 +20,10 @@ describe('Markings', () => { /Span BMC EMC `, - 'binary' + 'binary', ); - document.markContent("Span"); + document.markContent('Span'); document.endMarkedContent(); document.end(); @@ -35,7 +35,7 @@ EMC `stream`, stream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -53,12 +53,12 @@ EMC >> BDC EMC `, - 'binary' + 'binary', ); - const structureContent1 = document.markStructureContent("Span"); + const structureContent1 = document.markStructureContent('Span'); document.endMarkedContent(); - const structureContent2 = document.markStructureContent("Span"); + const structureContent2 = document.markStructureContent('Span'); document.endMarkedContent(); document.end(); @@ -76,7 +76,7 @@ EMC `stream`, stream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -94,11 +94,11 @@ EMC >> BDC EMC `, - 'binary' + 'binary', ); - document.addStructure(document.struct('Span', () => {})); - document.addStructure(document.struct('Span', () => {})); + document.addStructure(document.struct('Span', () => {})); + document.addStructure(document.struct('Span', () => {})); document.end(); expect(docData).toContainChunk([ @@ -109,7 +109,7 @@ EMC `stream`, stream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -132,20 +132,20 @@ EMC >> BDC EMC `, - 'binary' + 'binary', ); - document.markContent("Artifact", { - type: "Pagination", + document.markContent('Artifact', { + type: 'Pagination', bbox: [40, 50, 570, 70], - attached: [ "Top" ] + attached: ['Top'], }); document.endMarkedContent(); - document.markContent("Span", { - lang: "en-AU", - alt: "Hi, earth! ", - actual: "Hello, world! ", - expanded: "Greetings, terrestrial sphere! " + document.markContent('Span', { + lang: 'en-AU', + alt: 'Hi, earth! ', + actual: 'Hello, world! ', + expanded: 'Greetings, terrestrial sphere! ', }); document.endMarkedContent(); document.end(); @@ -158,7 +158,7 @@ EMC `stream`, stream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -192,17 +192,17 @@ EMC EMC EMC `, - 'binary' + 'binary', ); - document.markContent("Span"); - document.markStructureContent("P"); - document.markContent("Span"); - document.markStructureContent("P"); - document.markContent("Artifact"); - document.markContent("Artifact"); - document.markStructureContent("P"); - document.markStructureContent("P"); + document.markContent('Span'); + document.markStructureContent('P'); + document.markContent('Span'); + document.markStructureContent('P'); + document.markContent('Artifact'); + document.markContent('Artifact'); + document.markStructureContent('P'); + document.markStructureContent('P'); document.end(); expect(docData).toContainChunk([ @@ -213,7 +213,7 @@ EMC `stream`, stream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -229,12 +229,12 @@ EMC EMC EMC `, - 'binary' + 'binary', ); - const structureContent = document.markStructureContent("P"); - document.markContent("Span"); - document.text("on the first page"); + const structureContent = document.markStructureContent('P'); + document.markContent('Span'); + document.text('on the first page'); document.continueOnNewPage(); document.end(); @@ -251,7 +251,7 @@ EMC `stream`, stream, `\nendstream`, - `endobj` + `endobj`, ]); }); }); @@ -260,23 +260,21 @@ EMC test('atomically constructed', () => { const docData = logData(document); - const pContent1 = document.markStructureContent("P"); - const linkContent = document.markStructureContent("Link"); - const pContent2 = document.markStructureContent("P"); - const pContent3 = document.markStructureContent("P"); - document.markContent("Span"); + const pContent1 = document.markStructureContent('P'); + const linkContent = document.markStructureContent('Link'); + const pContent2 = document.markStructureContent('P'); + const pContent3 = document.markStructureContent('P'); + document.markContent('Span'); const section1 = document.struct('Sect', [ document.struct('P', [ pContent1, document.struct('Link', linkContent), - pContent2 - ]) + pContent2, + ]), ]); const section2 = document.struct('Sect', [ - document.struct('P', [ - pContent3 - ]) + document.struct('P', [pContent3]), ]); document.addStructure(section1).addStructure(section2); @@ -285,13 +283,9 @@ EMC expect(docData).toContainChunk([ `3 0 obj`, /\/StructTreeRoot 8 0 R/, - `endobj` - ]); - expect(docData).toContainChunk([ - `3 0 obj`, - /\/MarkInfo 9 0 R/, - `endobj` + `endobj`, ]); + expect(docData).toContainChunk([`3 0 obj`, /\/MarkInfo 9 0 R/, `endobj`]); expect(docData).toContainChunk([ `8 0 obj`, `<< @@ -304,48 +298,44 @@ EMC /ParentTreeNextKey 1 /K [12 0 R 14 0 R] >>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `12 0 obj`, `<<\n/S /Sect\n/P 8 0 R\n/K [11 0 R]\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `11 0 obj`, `<<\n/S /P\n/P 12 0 R\n/K [0 10 0 R 2]\n/Pg 7 0 R\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `10 0 obj`, `<<\n/S /Link\n/P 11 0 R\n/K [1]\n/Pg 7 0 R\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `14 0 obj`, `<<\n/S /Sect\n/P 8 0 R\n/K [13 0 R]\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `13 0 obj`, `<<\n/S /P\n/P 14 0 R\n/K [3]\n/Pg 7 0 R\n>>`, - `endobj` - ]); - expect(docData).toContainChunk([ - `9 0 obj`, - `<<\n>>`, - `endobj` + `endobj`, ]); + expect(docData).toContainChunk([`9 0 obj`, `<<\n>>`, `endobj`]); }); test('incrementally constructed', () => { const docData = logData(document); - const pContent1 = document.markStructureContent("P"); - const linkContent = document.markStructureContent("Link"); - const pContent2 = document.markStructureContent("P"); - const pContent3 = document.markStructureContent("P"); - document.markContent("Span"); + const pContent1 = document.markStructureContent('P'); + const linkContent = document.markStructureContent('Link'); + const pContent2 = document.markStructureContent('P'); + const pContent3 = document.markStructureContent('P'); + document.markContent('Span'); const section1 = document.struct('Sect'); document.addStructure(section1); @@ -365,13 +355,9 @@ EMC expect(docData).toContainChunk([ `3 0 obj`, /\/StructTreeRoot 8 0 R/, - `endobj` - ]); - expect(docData).toContainChunk([ - `3 0 obj`, - /\/MarkInfo 9 0 R/, - `endobj` + `endobj`, ]); + expect(docData).toContainChunk([`3 0 obj`, /\/MarkInfo 9 0 R/, `endobj`]); expect(docData).toContainChunk([ `8 0 obj`, `<< @@ -384,38 +370,34 @@ EMC /ParentTreeNextKey 1 /K [10 0 R 11 0 R] >>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `10 0 obj`, `<<\n/S /Sect\n/P 8 0 R\n/K [13 0 R]\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `13 0 obj`, `<<\n/S /P\n/P 10 0 R\n/K [0 12 0 R 2]\n/Pg 7 0 R\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `12 0 obj`, `<<\n/S /Link\n/P 13 0 R\n/K [1]\n/Pg 7 0 R\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `11 0 obj`, `<<\n/S /Sect\n/P 8 0 R\n/K [14 0 R]\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `14 0 obj`, `<<\n/S /P\n/P 11 0 R\n/K [3]\n/Pg 7 0 R\n>>`, - `endobj` - ]); - expect(docData).toContainChunk([ - `9 0 obj`, - `<<\n>>`, - `endobj` + `endobj`, ]); + expect(docData).toContainChunk([`9 0 obj`, `<<\n>>`, `endobj`]); }); test('constructed with closures', () => { @@ -427,7 +409,10 @@ EMC const link = document.struct('Link', () => {}); const p1 = document.struct('P'); section1.add(p1); - p1.add(() => {}).add(link).add(() => {}).end(); + p1.add(() => {}) + .add(link) + .add(() => {}) + .end(); const p2 = document.struct('P', [() => {}]); section2.add(p2); document.addStructure(section2); @@ -437,12 +422,12 @@ EMC expect(docData).toContainChunk([ `3 0 obj`, /\/StructTreeRoot 9 0 R/, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `3 0 obj`, /\/MarkInfo 13 0 R/, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `9 0 obj`, @@ -456,50 +441,48 @@ EMC /ParentTreeNextKey 1 /K [8 0 R 10 0 R] >>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `8 0 obj`, `<<\n/S /Sect\n/P 9 0 R\n/K [12 0 R]\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `12 0 obj`, `<<\n/S /P\n/P 8 0 R\n/K [0 11 0 R 2]\n/Pg 7 0 R\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `11 0 obj`, `<<\n/S /Link\n/P 12 0 R\n/K [1]\n/Pg 7 0 R\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `10 0 obj`, `<<\n/S /Sect\n/P 9 0 R\n/K [14 0 R]\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `14 0 obj`, `<<\n/S /P\n/P 10 0 R\n/K [3]\n/Pg 7 0 R\n>>`, - `endobj` - ]); - expect(docData).toContainChunk([ - `13 0 obj`, - `<<\n>>`, - `endobj` + `endobj`, ]); + expect(docData).toContainChunk([`13 0 obj`, `<<\n>>`, `endobj`]); }); test('with options', () => { const docData = logData(document); - document.addStructure(document.struct('P', { - title: "My Title", - lang: "en-AU", - alt: "My Alternative", - expanded: "My Expansion", - actual: "My Actual Text" - })); + document.addStructure( + document.struct('P', { + title: 'My Title', + lang: 'en-AU', + alt: 'My Alternative', + expanded: 'My Expansion', + actual: 'My Actual Text', + }), + ); document.end(); @@ -515,7 +498,7 @@ EMC /P 9 0 R /K [] >>`, - `endobj` + `endobj`, ]); }); @@ -549,44 +532,36 @@ EMC document = new PDFDocument({ info: { CreationDate: new Date(Date.UTC(2018, 1, 1)), - Title: "My Title" + Title: 'My Title', }, displayTitle: true, compress: false, pdfVersion: '1.5', tagged: true, - lang: 'en-AU' + lang: 'en-AU', }); const docData = logData(document); document.end(); - expect(docData).toContainChunk([ - `3 0 obj`, - /\/Lang \(en-AU\)/, - `endobj` - ]); - expect(docData).toContainChunk([ - `3 0 obj`, - /\/MarkInfo 5 0 R/, - `endobj` - ]); + expect(docData).toContainChunk([`3 0 obj`, /\/Lang \(en-AU\)/, `endobj`]); + expect(docData).toContainChunk([`3 0 obj`, /\/MarkInfo 5 0 R/, `endobj`]); expect(docData).toContainChunk([ `5 0 obj`, `<<\n/Marked true\n>>`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `3 0 obj`, /\/ViewerPreferences 7 0 R/, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ `3 0 obj`, /\/StructTreeRoot 6 0 R/, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ @@ -599,35 +574,18 @@ EMC >> /ParentTreeNextKey 0 >>`, - `endobj` + `endobj`, ]); - expect(docData).toContainChunk([ `7 0 obj`, /\/DisplayDocTitle true/, - `endobj` - ]); - expect(docData).toContainChunk([ - `trailer`, - /\/Info 11 0 R/, - `startxref` - ]); - expect(docData).toContainChunk([ - `11 0 obj`, - /\/Title 15 0 R/, - `endobj` - ]); - expect(docData).toContainChunk([ - `15 0 obj`, - `(My Title)`, - `endobj` - ]); - expect(docData).toContainChunk([ - `10 0 obj`, - /\/Tabs \/S/, - `endobj` + `endobj`, ]); + expect(docData).toContainChunk([`trailer`, /\/Info 11 0 R/, `startxref`]); + expect(docData).toContainChunk([`11 0 obj`, /\/Title 15 0 R/, `endobj`]); + expect(docData).toContainChunk([`15 0 obj`, `(My Title)`, `endobj`]); + expect(docData).toContainChunk([`10 0 obj`, /\/Tabs \/S/, `endobj`]); }); }); @@ -636,34 +594,26 @@ EMC document = new PDFDocument({ info: { CreationDate: new Date(Date.UTC(2018, 1, 1)), - Title: "My Title" + Title: 'My Title', }, displayTitle: true, compress: false, pdfVersion: '1.5', tagged: false, - lang: 'en-AU' + lang: 'en-AU', }); const docData = logData(document); document.end(); - expect(docData).toContainChunk([ - `3 0 obj`, - /\/Lang \(en-AU\)/, - `endobj` - ]); + expect(docData).toContainChunk([`3 0 obj`, /\/Lang \(en-AU\)/, `endobj`]); expect(docData).not.toContainChunk([ `3 0 obj`, /\/MarkInfo 5 0 R/, - `endobj` - ]); - expect(docData).not.toContainChunk([ - `10 0 obj`, - /\/Tabs \/S/, - `endobj` + `endobj`, ]); + expect(docData).not.toContainChunk([`10 0 obj`, /\/Tabs \/S/, `endobj`]); }); }); @@ -698,12 +648,12 @@ ET Q EMC `, - 'binary' + 'binary', ); const section = document.struct('Sect'); document.addStructure(section); - document.text("Paragraph 1\nParagraph 2", { structParent: section }); + document.text('Paragraph 1\nParagraph 2', { structParent: section }); document.end(); expect(docData).toContainChunk([ @@ -714,7 +664,7 @@ EMC `stream`, stream, `\nendstream`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ '11 0 obj', @@ -785,12 +735,12 @@ ET Q EMC `, - 'binary' + 'binary', ); const list = document.struct('List'); document.addStructure(list); - document.list(["Item 1","Item 2"], { structParent: list }); + document.list(['Item 1', 'Item 2'], { structParent: list }); document.end(); expect(docData).toContainChunk([ @@ -801,42 +751,42 @@ EMC `stream`, stream, `\nendstream`, - `endobj` + `endobj`, ]); expect(docData).toContainChunk([ '12 0 obj', '<<\n/S /Lbl\n/P 10 0 R\n/K [0]\n/Pg 7 0 R\n>>', - 'endobj' + 'endobj', ]); expect(docData).toContainChunk([ '13 0 obj', '<<\n/S /LBody\n/P 10 0 R\n/K [1]\n/Pg 7 0 R\n>>', - 'endobj' + 'endobj', ]); expect(docData).toContainChunk([ '16 0 obj', '<<\n/S /Lbl\n/P 15 0 R\n/K [2]\n/Pg 7 0 R\n>>', - 'endobj' + 'endobj', ]); expect(docData).toContainChunk([ '17 0 obj', '<<\n/S /LBody\n/P 15 0 R\n/K [3]\n/Pg 7 0 R\n>>', - 'endobj' + 'endobj', ]); expect(docData).toContainChunk([ '10 0 obj', '<<\n/S /LI\n/P 8 0 R\n/K [12 0 R 13 0 R]\n>>', - 'endobj' + 'endobj', ]); expect(docData).toContainChunk([ '15 0 obj', '<<\n/S /LI\n/P 8 0 R\n/K [16 0 R 17 0 R]\n>>', - 'endobj' + 'endobj', ]); expect(docData).toContainChunk([ '8 0 obj', '<<\n/S /List\n/P 9 0 R\n/K [10 0 R 15 0 R]\n>>', - 'endobj' + 'endobj', ]); }); }); diff --git a/tests/unit/metadata.spec.js b/tests/unit/metadata.spec.js index 9af44567e..b9c0c5b62 100644 --- a/tests/unit/metadata.spec.js +++ b/tests/unit/metadata.spec.js @@ -1,33 +1,32 @@ import PDFMetadata from '../../lib/metadata'; describe('PDFMetadata', () => { - let metadata; - beforeEach(() => { - metadata = new PDFMetadata(); - }); + let metadata; + beforeEach(() => { + metadata = new PDFMetadata(); + }); - test('initialising metadata', () => { - expect(metadata._metadata).toBeDefined(); - expect(metadata.getLength()).toBeGreaterThan(0); - expect(typeof metadata._metadata).toBe('string') - }); + test('initialising metadata', () => { + expect(metadata._metadata).toBeDefined(); + expect(metadata.getLength()).toBeGreaterThan(0); + expect(typeof metadata._metadata).toBe('string'); + }); - test('contains appended XML', () => { - let xml = ` + test('contains appended XML', () => { + let xml = ` Test - ` - metadata.append(xml); - expect(metadata.getXML()).toContain(xml); - }); + `; + metadata.append(xml); + expect(metadata.getXML()).toContain(xml); + }); - test('closing tags', () => { - let length = metadata.getLength(); - metadata.end(); - expect(metadata.getLength()).toBeGreaterThan(length); - }); - -}); \ No newline at end of file + test('closing tags', () => { + let length = metadata.getLength(); + metadata.end(); + expect(metadata.getLength()).toBeGreaterThan(length); + }); +}); diff --git a/tests/unit/pattern.spec.js b/tests/unit/pattern.spec.js index 4e3993c1c..531eb6f0e 100644 --- a/tests/unit/pattern.spec.js +++ b/tests/unit/pattern.spec.js @@ -1,13 +1,13 @@ import PDFDocument from '../../lib/document'; import { logData } from './helpers'; -describe('Pattern', function() { +describe('Pattern', function () { let document; beforeEach(() => { document = new PDFDocument({ info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) }, - compress: false + compress: false, }); }); @@ -16,10 +16,7 @@ describe('Pattern', function() { const patternStream = '1 w 0 1 m 4 5 l s 2 0 m 5 3 l s'; const binaryStream = Buffer.from(`${patternStream}\n`, 'binary'); const pattern = document.pattern([1, 1, 4, 4], 3, 3, patternStream); - document - .rect(0, 0, 100, 100) - .fill([pattern, 'blue']) - .end(); + document.rect(0, 0, 100, 100).fill([pattern, 'blue']).end(); // empty resources expect(docData).toContainChunk(['10 0 obj', `<<\n>>`]); @@ -41,7 +38,7 @@ describe('Pattern', function() { >>`, 'stream', binaryStream, - '\nendstream' + '\nendstream', ]); // page resource dictionary with color space and pattern @@ -56,7 +53,7 @@ describe('Pattern', function() { /Pattern << /P1 11 0 R >> ->>` +>>`, ]); // map to the underlying color space expect(docData).toContainChunk(['8 0 obj', `[/Pattern /DeviceCMYK]`]); @@ -68,7 +65,7 @@ describe('Pattern', function() { /CsPDeviceRGB cs 0 0 1 /P1 scn f\n`, - 'binary' + 'binary', ); expect(docData).toContainChunk([ '5 0 obj', @@ -77,7 +74,7 @@ f\n`, >>`, 'stream', graphicsStream, - '\nendstream' + '\nendstream', ]); }); @@ -87,19 +84,16 @@ f\n`, [1, 1, 4, 4], 3, 3, - '1 w 0 1 m 4 5 l s 2 0 m 5 3 l s' + '1 w 0 1 m 4 5 l s 2 0 m 5 3 l s', ); const pattern2 = document.pattern( [1, 1, 7, 7], 6, 6, - '1 w 0 1 m 7 8 l s 5 0 m 8 3 l s' + '1 w 0 1 m 7 8 l s 5 0 m 8 3 l s', ); document.rect(0, 0, 100, 100).fill([pattern1, 'blue']); - document - .rect(0, 0, 100, 100) - .fill([pattern2, 'red']) - .end(); + document.rect(0, 0, 100, 100).fill([pattern2, 'red']).end(); // patterns P1 and P2 expect(docData).toContainChunk([ @@ -114,7 +108,7 @@ f\n`, /P1 11 0 R /P2 13 0 R >> ->>` +>>`, ]); }); }); diff --git a/tests/unit/pdfa1.spec.js b/tests/unit/pdfa1.spec.js index 8e664aa33..bf1d8dd4f 100644 --- a/tests/unit/pdfa1.spec.js +++ b/tests/unit/pdfa1.spec.js @@ -2,110 +2,108 @@ import PDFDocument from '../../lib/document'; import { logData, joinTokens } from './helpers'; describe('PDF/A-1', () => { + test('metadata is present', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.4', + subset: 'PDF/A-1', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + expect(data).toContainChunk([ + `11 0 obj`, + `<<\n/length 892\n/Type /Metadata\n/Subtype /XML\n/Length 894\n>>`, + ]); + }); - test('metadata is present', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.4', - subset: 'PDF/A-1' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - expect(data).toContainChunk([ - `11 0 obj`, - `<<\n/length 892\n/Type /Metadata\n/Subtype /XML\n/Length 894\n>>` - ]); - }); + test('color profile is present', () => { + const expected = [ + `10 0 obj`, + joinTokens( + '<<', + '/Type /OutputIntent', + '/S /GTS_PDFA1', + '/Info (sRGB IEC61966-2.1)', + '/OutputConditionIdentifier (sRGB IEC61966-2.1)', + '/DestOutputProfile 9 0 R', + '>>', + ), + ]; + let options = { + autoFirstPage: false, + pdfVersion: '1.4', + subset: 'PDF/A-1', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + expect(data).toContainChunk(expected); + }); - test('color profile is present', () => { - const expected = [ - `10 0 obj`, - joinTokens( - '<<', - '/Type /OutputIntent', - '/S /GTS_PDFA1', - '/Info (sRGB IEC61966-2.1)', - '/OutputConditionIdentifier (sRGB IEC61966-2.1)', - '/DestOutputProfile 9 0 R', - '>>' - ), - ]; - let options = { - autoFirstPage: false, - pdfVersion: '1.4', - subset: 'PDF/A-1' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - expect(data).toContainChunk(expected); - }); + test('metadata contains pdfaid part and conformance', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.4', + subset: 'PDF/A-1', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + let metadata = Buffer.from(data[27]).toString(); - test('metadata contains pdfaid part and conformance', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.4', - subset: 'PDF/A-1' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - let metadata = Buffer.from(data[27]).toString(); + expect(metadata).toContain('pdfaid:part>1'); + expect(metadata).toContain('pdfaid:conformance'); + }); - expect(metadata).toContain('pdfaid:part>1'); - expect(metadata).toContain('pdfaid:conformance'); - }); + test('metadata pdfaid conformance B', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.4', + subset: 'PDF/A-1b', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + let metadata = Buffer.from(data[27]).toString(); - test('metadata pdfaid conformance B', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.4', - subset: 'PDF/A-1b' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - let metadata = Buffer.from(data[27]).toString(); + expect(metadata).toContain('pdfaid:conformance>B'); + }); - expect(metadata).toContain('pdfaid:conformance>B'); - }); + test('metadata pdfaid conformance A', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.4', + subset: 'PDF/A-1a', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + let metadata = Buffer.from(data[27]).toString(); - test('metadata pdfaid conformance A', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.4', - subset: 'PDF/A-1a' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - let metadata = Buffer.from(data[27]).toString(); + expect(metadata).toContain('pdfaid:conformance>A'); + }); - expect(metadata).toContain('pdfaid:conformance>A'); - }); + test('font data contains CIDSet', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.4', + subset: 'PDF/A-1a', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.addPage(); + doc.registerFont('Roboto', 'tests/fonts/Roboto-Regular.ttf'); + doc.font('Roboto'); + doc.text('Text'); + doc.end(); - test('font data contains CIDSet', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.4', - subset: 'PDF/A-1a' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.addPage(); - doc.registerFont('Roboto', 'tests/fonts/Roboto-Regular.ttf'); - doc.font('Roboto'); - doc.text('Text'); - doc.end(); - - let fontDescriptor = data.find((v) => { - return v.includes('/Type /FontDescriptor'); - }); - - expect(fontDescriptor).not.toBeUndefined(); - - expect(fontDescriptor).toContain('/CIDSet'); + let fontDescriptor = data.find((v) => { + return v.includes('/Type /FontDescriptor'); }); -}); \ No newline at end of file + expect(fontDescriptor).not.toBeUndefined(); + + expect(fontDescriptor).toContain('/CIDSet'); + }); +}); diff --git a/tests/unit/pdfa2.spec.js b/tests/unit/pdfa2.spec.js index 16919f456..b4cee6a2e 100644 --- a/tests/unit/pdfa2.spec.js +++ b/tests/unit/pdfa2.spec.js @@ -2,110 +2,108 @@ import PDFDocument from '../../lib/document'; import { logData, joinTokens } from './helpers'; describe('PDF/A-2', () => { + test('metadata is present', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/A-2', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + expect(data).toContainChunk([ + `11 0 obj`, + `<<\n/length 892\n/Type /Metadata\n/Subtype /XML\n/Length 894\n>>`, + ]); + }); - test('metadata is present', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/A-2' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - expect(data).toContainChunk([ - `11 0 obj`, - `<<\n/length 892\n/Type /Metadata\n/Subtype /XML\n/Length 894\n>>` - ]); - }); + test('color profile is present', () => { + const expected = [ + `10 0 obj`, + joinTokens( + '<<', + '/Type /OutputIntent', + '/S /GTS_PDFA1', + '/Info (sRGB IEC61966-2.1)', + '/OutputConditionIdentifier (sRGB IEC61966-2.1)', + '/DestOutputProfile 9 0 R', + '>>', + ), + ]; + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/A-2', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + expect(data).toContainChunk(expected); + }); - test('color profile is present', () => { - const expected = [ - `10 0 obj`, - joinTokens( - '<<', - '/Type /OutputIntent', - '/S /GTS_PDFA1', - '/Info (sRGB IEC61966-2.1)', - '/OutputConditionIdentifier (sRGB IEC61966-2.1)', - '/DestOutputProfile 9 0 R', - '>>' - ), - ]; - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/A-2' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - expect(data).toContainChunk(expected); - }); + test('metadata contains pdfaid part and conformance', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/A-2', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + let metadata = Buffer.from(data[27]).toString(); - test('metadata contains pdfaid part and conformance', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/A-2' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - let metadata = Buffer.from(data[27]).toString(); + expect(metadata).toContain('pdfaid:part>2'); + expect(metadata).toContain('pdfaid:conformance'); + }); - expect(metadata).toContain('pdfaid:part>2'); - expect(metadata).toContain('pdfaid:conformance'); - }); + test('metadata pdfaid conformance B', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/A-2b', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + let metadata = Buffer.from(data[27]).toString(); - test('metadata pdfaid conformance B', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/A-2b' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - let metadata = Buffer.from(data[27]).toString(); + expect(metadata).toContain('pdfaid:conformance>B'); + }); - expect(metadata).toContain('pdfaid:conformance>B'); - }); + test('metadata pdfaid conformance A', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/A-2a', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + let metadata = Buffer.from(data[27]).toString(); - test('metadata pdfaid conformance A', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/A-2a' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - let metadata = Buffer.from(data[27]).toString(); + expect(metadata).toContain('pdfaid:conformance>A'); + }); - expect(metadata).toContain('pdfaid:conformance>A'); - }); + test('font data NOT contains CIDSet', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.4', + subset: 'PDF/A-2a', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.addPage(); + doc.registerFont('Roboto', 'tests/fonts/Roboto-Regular.ttf'); + doc.font('Roboto'); + doc.text('Text'); + doc.end(); - test('font data NOT contains CIDSet', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.4', - subset: 'PDF/A-2a' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.addPage(); - doc.registerFont('Roboto', 'tests/fonts/Roboto-Regular.ttf'); - doc.font('Roboto'); - doc.text('Text'); - doc.end(); - - let fontDescriptor = data.find((v) => { - return v.includes('/Type /FontDescriptor'); - }); - - expect(fontDescriptor).not.toBeUndefined(); - - expect(fontDescriptor).not.toContain('/CIDSet'); + let fontDescriptor = data.find((v) => { + return v.includes('/Type /FontDescriptor'); }); -}); \ No newline at end of file + expect(fontDescriptor).not.toBeUndefined(); + + expect(fontDescriptor).not.toContain('/CIDSet'); + }); +}); diff --git a/tests/unit/pdfa3.spec.js b/tests/unit/pdfa3.spec.js index f18c95185..60a1ae57d 100644 --- a/tests/unit/pdfa3.spec.js +++ b/tests/unit/pdfa3.spec.js @@ -2,110 +2,108 @@ import PDFDocument from '../../lib/document'; import { logData, joinTokens } from './helpers'; describe('PDF/A-3', () => { + test('metadata is present', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/A-3', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + expect(data).toContainChunk([ + `11 0 obj`, + `<<\n/length 892\n/Type /Metadata\n/Subtype /XML\n/Length 894\n>>`, + ]); + }); - test('metadata is present', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/A-3' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - expect(data).toContainChunk([ - `11 0 obj`, - `<<\n/length 892\n/Type /Metadata\n/Subtype /XML\n/Length 894\n>>` - ]); - }); + test('color profile is present', () => { + const expected = [ + `10 0 obj`, + joinTokens( + '<<', + '/Type /OutputIntent', + '/S /GTS_PDFA1', + '/Info (sRGB IEC61966-2.1)', + '/OutputConditionIdentifier (sRGB IEC61966-2.1)', + '/DestOutputProfile 9 0 R', + '>>', + ), + ]; + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/A-3', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + expect(data).toContainChunk(expected); + }); - test('color profile is present', () => { - const expected = [ - `10 0 obj`, - joinTokens( - '<<', - '/Type /OutputIntent', - '/S /GTS_PDFA1', - '/Info (sRGB IEC61966-2.1)', - '/OutputConditionIdentifier (sRGB IEC61966-2.1)', - '/DestOutputProfile 9 0 R', - '>>' - ), - ]; - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/A-3' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - expect(data).toContainChunk(expected); - }); + test('metadata contains pdfaid part and conformance', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/A-3', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + let metadata = Buffer.from(data[27]).toString(); - test('metadata contains pdfaid part and conformance', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/A-3' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - let metadata = Buffer.from(data[27]).toString(); + expect(metadata).toContain('pdfaid:part>3'); + expect(metadata).toContain('pdfaid:conformance'); + }); - expect(metadata).toContain('pdfaid:part>3'); - expect(metadata).toContain('pdfaid:conformance'); - }); + test('metadata pdfaid conformance B', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/A-3b', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + let metadata = Buffer.from(data[27]).toString(); - test('metadata pdfaid conformance B', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/A-3b' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - let metadata = Buffer.from(data[27]).toString(); + expect(metadata).toContain('pdfaid:conformance>B'); + }); - expect(metadata).toContain('pdfaid:conformance>B'); - }); + test('metadata pdfaid conformance A', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/A-3a', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + let metadata = Buffer.from(data[27]).toString(); - test('metadata pdfaid conformance A', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/A-3a' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - let metadata = Buffer.from(data[27]).toString(); + expect(metadata).toContain('pdfaid:conformance>A'); + }); - expect(metadata).toContain('pdfaid:conformance>A'); - }); + test('font data NOT contains CIDSet', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.4', + subset: 'PDF/A-3a', + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.addPage(); + doc.registerFont('Roboto', 'tests/fonts/Roboto-Regular.ttf'); + doc.font('Roboto'); + doc.text('Text'); + doc.end(); - test('font data NOT contains CIDSet', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.4', - subset: 'PDF/A-3a' - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.addPage(); - doc.registerFont('Roboto', 'tests/fonts/Roboto-Regular.ttf'); - doc.font('Roboto'); - doc.text('Text'); - doc.end(); - - let fontDescriptor = data.find((v) => { - return v.includes('/Type /FontDescriptor'); - }); - - expect(fontDescriptor).not.toBeUndefined(); - - expect(fontDescriptor).not.toContain('/CIDSet'); + let fontDescriptor = data.find((v) => { + return v.includes('/Type /FontDescriptor'); }); -}); \ No newline at end of file + expect(fontDescriptor).not.toBeUndefined(); + + expect(fontDescriptor).not.toContain('/CIDSet'); + }); +}); diff --git a/tests/unit/pdfua.spec.js b/tests/unit/pdfua.spec.js index 28e3e4f61..104252f35 100644 --- a/tests/unit/pdfua.spec.js +++ b/tests/unit/pdfua.spec.js @@ -2,36 +2,34 @@ import PDFDocument from '../../lib/document'; import { logData } from './helpers'; describe('PDF/UA', () => { + test('metadata is present', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/UA', + tagged: true, + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + expect(data).toContainChunk([ + `11 0 obj`, + `<<\n/length 841\n/Type /Metadata\n/Subtype /XML\n/Length 843\n>>`, + ]); + }); - test('metadata is present', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/UA', - tagged: true - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - expect(data).toContainChunk([ - `11 0 obj`, - `<<\n/length 841\n/Type /Metadata\n/Subtype /XML\n/Length 843\n>>` - ]); - }); + test('metadata constains pdfuaid part', () => { + let options = { + autoFirstPage: false, + pdfVersion: '1.7', + subset: 'PDF/UA', + tagged: true, + }; + let doc = new PDFDocument(options); + const data = logData(doc); + doc.end(); + let metadata = Buffer.from(data[24]).toString(); - test('metadata constains pdfuaid part', () => { - let options = { - autoFirstPage: false, - pdfVersion: '1.7', - subset: 'PDF/UA', - tagged: true - }; - let doc = new PDFDocument(options); - const data = logData(doc); - doc.end(); - let metadata = Buffer.from(data[24]).toString(); - - expect(metadata).toContain('pdfuaid:part>1'); - }); - -}); \ No newline at end of file + expect(metadata).toContain('pdfuaid:part>1'); + }); +}); diff --git a/tests/unit/png.spec.js b/tests/unit/png.spec.js index d5171bee3..9c6cd5212 100644 --- a/tests/unit/png.spec.js +++ b/tests/unit/png.spec.js @@ -6,7 +6,7 @@ import fs from 'fs'; describe('PNGImage', () => { let document; - const createImage = fileName => { + const createImage = (fileName) => { const img = new PNGImage(fs.readFileSync(fileName), 'I1'); // noop data manipulation methods img.loadIndexedAlphaChannel = () => { @@ -56,14 +56,14 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 400, - DecodeParms: expect.any(PDFReference) + DecodeParms: expect.any(PDFReference), }); expect(img.obj.data.DecodeParms.data).toMatchObject({ BitsPerComponent: 8, Colors: 3, Columns: 400, - Predictor: 15 + Predictor: 15, }); }); @@ -77,7 +77,7 @@ describe('PNGImage', () => { // Interlace = 0 const img = createImage( - './tests/images/pngsuite-rgb-transparent-white.png' + './tests/images/pngsuite-rgb-transparent-white.png', ); expect(img.finalize).toBeCalledTimes(1); @@ -92,14 +92,14 @@ describe('PNGImage', () => { Type: 'XObject', Width: 32, Mask: [255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255], - DecodeParms: expect.any(PDFReference) + DecodeParms: expect.any(PDFReference), }); expect(img.obj.data.DecodeParms.data).toMatchObject({ BitsPerComponent: 16, Colors: 3, Columns: 32, - Predictor: 15 + Predictor: 15, }); }); @@ -125,7 +125,7 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 409, - SMask: expect.any(PDFReference) + SMask: expect.any(PDFReference), }); expect(img.obj.data.SMask.data).toMatchObject({ @@ -137,7 +137,7 @@ describe('PNGImage', () => { Length: 16, Subtype: 'Image', Type: 'XObject', - Width: 409 + Width: 409, }); }); @@ -163,7 +163,7 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 175, - SMask: expect.any(PDFReference) + SMask: expect.any(PDFReference), }); expect(img.obj.data.SMask.data).toMatchObject({ @@ -175,7 +175,7 @@ describe('PNGImage', () => { Length: 16, Subtype: 'Image', Type: 'XObject', - Width: 175 + Width: 175, }); }); @@ -201,14 +201,14 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 980, - DecodeParms: expect.any(PDFReference) + DecodeParms: expect.any(PDFReference), }); expect(img.obj.data.DecodeParms.data).toMatchObject({ BitsPerComponent: 8, Colors: 1, Columns: 980, - Predictor: 15 + Predictor: 15, }); }); @@ -222,7 +222,7 @@ describe('PNGImage', () => { // Interlace = 0 const img = createImage( - './tests/images/pngsuite-palette-transparent-white.png' + './tests/images/pngsuite-palette-transparent-white.png', ); expect(img.finalize).toBeCalledTimes(1); @@ -237,14 +237,14 @@ describe('PNGImage', () => { Type: 'XObject', Width: 32, DecodeParms: expect.any(PDFReference), - SMask: expect.any(PDFReference) + SMask: expect.any(PDFReference), }); expect(img.obj.data.DecodeParms.data).toMatchObject({ BitsPerComponent: 8, Colors: 1, Columns: 32, - Predictor: 15 + Predictor: 15, }); expect(img.obj.data.SMask.data).toMatchObject({ @@ -256,7 +256,7 @@ describe('PNGImage', () => { Length: 16, Subtype: 'Image', Type: 'XObject', - Width: 32 + Width: 32, }); }); @@ -282,7 +282,7 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 320, - DecodeParms: expect.any(PDFReference) + DecodeParms: expect.any(PDFReference), }); }); @@ -296,7 +296,7 @@ describe('PNGImage', () => { // Interlace = 0 const img = createImage( - './tests/images/pngsuite-gray-transparent-black.png' + './tests/images/pngsuite-gray-transparent-black.png', ); expect(img.finalize).toBeCalledTimes(1); @@ -311,14 +311,14 @@ describe('PNGImage', () => { Type: 'XObject', Width: 32, Mask: [0, 0], - DecodeParms: expect.any(PDFReference) + DecodeParms: expect.any(PDFReference), }); expect(img.obj.data.DecodeParms.data).toMatchObject({ BitsPerComponent: 4, Colors: 1, Columns: 32, - Predictor: 15 + Predictor: 15, }); }); @@ -332,7 +332,7 @@ describe('PNGImage', () => { // Interlace = 0 const img = createImage( - './tests/images/pngsuite-gray-transparent-white.png' + './tests/images/pngsuite-gray-transparent-white.png', ); expect(img.finalize).toBeCalledTimes(1); @@ -347,14 +347,14 @@ describe('PNGImage', () => { Type: 'XObject', Width: 32, Mask: [255, 255], - DecodeParms: expect.any(PDFReference) + DecodeParms: expect.any(PDFReference), }); expect(img.obj.data.DecodeParms.data).toMatchObject({ BitsPerComponent: 16, Colors: 1, Columns: 32, - Predictor: 15 + Predictor: 15, }); }); @@ -380,7 +380,7 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 112, - SMask: expect.any(PDFReference) + SMask: expect.any(PDFReference), }); expect(img.obj.data.SMask.data).toMatchObject({ @@ -392,7 +392,7 @@ describe('PNGImage', () => { Length: 16, Subtype: 'Image', Type: 'XObject', - Width: 112 + Width: 112, }); }); @@ -418,14 +418,14 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 32, - DecodeParms: expect.any(PDFReference) + DecodeParms: expect.any(PDFReference), }); expect(img.obj.data.DecodeParms.data).toMatchObject({ BitsPerComponent: 8, Colors: 1, Columns: 32, - Predictor: 1 + Predictor: 1, }); }); @@ -451,14 +451,14 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 32, - DecodeParms: expect.any(PDFReference) + DecodeParms: expect.any(PDFReference), }); expect(img.obj.data.DecodeParms.data).toMatchObject({ BitsPerComponent: 8, Colors: 1, Columns: 32, - Predictor: 1 + Predictor: 1, }); }); @@ -484,14 +484,14 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 32, - DecodeParms: expect.any(PDFReference) + DecodeParms: expect.any(PDFReference), }); expect(img.obj.data.DecodeParms.data).toMatchObject({ BitsPerComponent: 8, Colors: 3, Columns: 32, - Predictor: 1 + Predictor: 1, }); }); @@ -517,14 +517,14 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 32, - DecodeParms: expect.any(PDFReference) + DecodeParms: expect.any(PDFReference), }); expect(img.obj.data.DecodeParms.data).toMatchObject({ BitsPerComponent: 16, Colors: 3, Columns: 32, - Predictor: 1 + Predictor: 1, }); }); @@ -550,7 +550,7 @@ describe('PNGImage', () => { Subtype: 'Image', Type: 'XObject', Width: 32, - SMask: expect.any(PDFReference) + SMask: expect.any(PDFReference), }); }); }); diff --git a/tests/unit/reference.spec.js b/tests/unit/reference.spec.js index 8d5193870..2a196578d 100644 --- a/tests/unit/reference.spec.js +++ b/tests/unit/reference.spec.js @@ -49,7 +49,7 @@ describe('PDFReference', () => { 'stream', chunk, '\nendstream', - 'endobj' + 'endobj', ]); }); @@ -70,7 +70,7 @@ describe('PDFReference', () => { 'stream', compressed, '\nendstream', - 'endobj' + 'endobj', ]); }); }); diff --git a/tests/unit/text.spec.js b/tests/unit/text.spec.js index eb5c052e0..bc9be0bc3 100644 --- a/tests/unit/text.spec.js +++ b/tests/unit/text.spec.js @@ -7,7 +7,7 @@ describe('Text', () => { beforeEach(() => { document = new PDFDocument({ info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) }, - compress: false + compress: false, }); }); @@ -26,7 +26,7 @@ BT ET Q `, - 'binary' + 'binary', ); document.text('simple text'); @@ -40,7 +40,7 @@ Q `stream`, textStream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -58,7 +58,7 @@ BT ET Q `, - 'binary' + 'binary', ); document.text('simple text', 600, 20); @@ -72,7 +72,7 @@ Q `stream`, textStream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -163,7 +163,7 @@ BT ET Q `, - 'binary' + 'binary', ); // before this test, this case used to make the code run into an infinite loop. @@ -191,7 +191,7 @@ Q `stream`, textStream, `\nendstream`, - `endobj` + `endobj`, ]); }); }); diff --git a/tests/unit/toContainChunk/index.js b/tests/unit/toContainChunk/index.js index bf1fc0b80..7cda3cafa 100644 --- a/tests/unit/toContainChunk/index.js +++ b/tests/unit/toContainChunk/index.js @@ -46,13 +46,13 @@ export default { if (pass) { return { pass: true, - message: passMessage(this.utils, data, chunk, headIndex) + message: passMessage(this.utils, data, chunk, headIndex), }; } return { pass: false, - message: failMessage(this.utils, data, chunk, headIndex) + message: failMessage(this.utils, data, chunk, headIndex), }; - } + }, }; diff --git a/tests/unit/trailer.spec.js b/tests/unit/trailer.spec.js index af3262d5c..c3ca0fc41 100644 --- a/tests/unit/trailer.spec.js +++ b/tests/unit/trailer.spec.js @@ -12,7 +12,7 @@ describe('Document trailer', () => { beforeEach(() => { document = new PDFDocument({ - info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) } + info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) }, }); }); @@ -21,14 +21,14 @@ describe('Document trailer', () => { document.end(); expect(docData).toContainChunk([ '8 0 obj', - '<<\n/Producer 9 0 R\n/Creator 10 0 R\n/CreationDate 11 0 R\n>>' + '<<\n/Producer 9 0 R\n/Creator 10 0 R\n/CreationDate 11 0 R\n>>', ]); expect(docData).toContainChunk(['9 0 obj', '(PDFKit)']); expect(docData).toContainChunk(['10 0 obj', '(PDFKit)']); expect(docData).toContainChunk(['11 0 obj', '(D:20180201000000Z)']); expect(docData).toContainChunk([ 'trailer', - `<<\n/Size 12\n/Root 3 0 R\n/Info 8 0 R\n/ID [<6d6f636b65642d7064662d6964> <6d6f636b65642d7064662d6964>]\n>>` + `<<\n/Size 12\n/Root 3 0 R\n/Info 8 0 R\n/ID [<6d6f636b65642d7064662d6964> <6d6f636b65642d7064662d6964>]\n>>`, ]); }); @@ -37,7 +37,7 @@ describe('Document trailer', () => { document.end(); expect(docData).toContainChunk([ '2 0 obj', - '<<\n/Dests <<\n /Names [\n]\n>>\n>>' + '<<\n/Dests <<\n /Names [\n]\n>>\n>>', ]); }); @@ -60,7 +60,7 @@ describe('Document trailer', () => { (LINK3) [7 0 R /XYZ 36 756 50] ] >> ->>` +>>`, ]); expect(docData).toContainChunk([ '7 0 obj', @@ -71,7 +71,7 @@ describe('Document trailer', () => { /Contents 5 0 R /Resources 6 0 R /Annots [9 0 R] ->>` +>>`, ]); }); }); diff --git a/tests/unit/utils.spec.js b/tests/unit/utils.spec.js index 9f0fc7173..e1181cd62 100644 --- a/tests/unit/utils.spec.js +++ b/tests/unit/utils.spec.js @@ -1,6 +1,6 @@ -import { normalizeSides } from "../../lib/utils"; +import { normalizeSides } from '../../lib/utils'; -describe("normalizeSides", () => { +describe('normalizeSides', () => { test.each([ [1, { top: 1, right: 1, bottom: 1, left: 1 }], [[1, 2], { top: 1, right: 2, bottom: 1, left: 2 }], @@ -14,12 +14,12 @@ describe("normalizeSides", () => { { top: 1, right: 2, bottom: 3, left: 4 }, ], [ - { a: "hi" }, + { a: 'hi' }, { top: undefined, right: undefined, bottom: undefined, left: undefined }, ], [ - { vertical: "hi" }, - { top: "hi", right: undefined, bottom: "hi", left: undefined }, + { vertical: 'hi' }, + { top: 'hi', right: undefined, bottom: 'hi', left: undefined }, ], [ { top: undefined }, @@ -33,23 +33,17 @@ describe("normalizeSides", () => { undefined, { top: undefined, right: undefined, bottom: undefined, left: undefined }, ], - [ - true, - { top: true, right: true, bottom: true, left: true }, - ], - [ - false, - { top: false, right: false, bottom: false, left: false }, - ], - ])("%s -> %s", (size, expected) => { + [true, { top: true, right: true, bottom: true, left: true }], + [false, { top: false, right: false, bottom: false, left: false }], + ])('%s -> %s', (size, expected) => { expect(normalizeSides(size)).toEqual(expected); }); - test("with transformer", () => { + test('with transformer', () => { expect( normalizeSides( undefined, - { top: "1", right: "2", bottom: "3", left: "4" }, + { top: '1', right: '2', bottom: '3', left: '4' }, Number, ), ).toEqual({ diff --git a/tests/unit/vector.spec.js b/tests/unit/vector.spec.js index 1d777603a..7e2dd0c30 100644 --- a/tests/unit/vector.spec.js +++ b/tests/unit/vector.spec.js @@ -7,7 +7,7 @@ describe('Vector Graphics', () => { beforeEach(() => { document = new PDFDocument({ info: { CreationDate: new Date(Date.UTC(2018, 1, 1)) }, - compress: false + compress: false, }); }); @@ -16,13 +16,10 @@ describe('Vector Graphics', () => { const docData = logData(document); const vectorStream = Buffer.from( '1 0 0 -1 0 792 cm\n50 20 m\n[2 2] 0 d\nS\n', - 'binary' + 'binary', ); - document - .moveTo(50, 20) - .dash(2) - .stroke(); + document.moveTo(50, 20).dash(2).stroke(); document.end(); expect(docData).toContainChunk([ @@ -33,7 +30,7 @@ describe('Vector Graphics', () => { `stream`, vectorStream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -41,13 +38,10 @@ describe('Vector Graphics', () => { const docData = logData(document); const vectorStream = Buffer.from( '1 0 0 -1 0 792 cm\n50 20 m\n[1 2] 0 d\nS\n', - 'binary' + 'binary', ); - document - .moveTo(50, 20) - .dash([1, 2]) - .stroke(); + document.moveTo(50, 20).dash([1, 2]).stroke(); document.end(); expect(docData).toContainChunk([ @@ -58,7 +52,7 @@ describe('Vector Graphics', () => { `stream`, vectorStream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -66,13 +60,10 @@ describe('Vector Graphics', () => { const docData = logData(document); const vectorStream = Buffer.from( '1 0 0 -1 0 792 cm\n50 20 m\n[2 10] 0 d\nS\n', - 'binary' + 'binary', ); - document - .moveTo(50, 20) - .dash(2, { space: 10 }) - .stroke(); + document.moveTo(50, 20).dash(2, { space: 10 }).stroke(); document.end(); expect(docData).toContainChunk([ @@ -83,7 +74,7 @@ describe('Vector Graphics', () => { `stream`, vectorStream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -91,13 +82,10 @@ describe('Vector Graphics', () => { const docData = logData(document); const vectorStream = Buffer.from( '1 0 0 -1 0 792 cm\n50 20 m\n[2 2] 8 d\nS\n', - 'binary' + 'binary', ); - document - .moveTo(50, 20) - .dash(2, { phase: 8 }) - .stroke(); + document.moveTo(50, 20).dash(2, { phase: 8 }).stroke(); document.end(); expect(docData).toContainChunk([ @@ -108,7 +96,7 @@ describe('Vector Graphics', () => { `stream`, vectorStream, `\nendstream`, - `endobj` + `endobj`, ]); }); @@ -129,7 +117,7 @@ describe('Vector Graphics', () => { const doc = new PDFDocument(); expect(() => doc.dash(0)).toThrow( - 'dash(0, {}) invalid, lengths must be numeric and greater than zero' + 'dash(0, {}) invalid, lengths must be numeric and greater than zero', ); }); @@ -137,7 +125,7 @@ describe('Vector Graphics', () => { const doc = new PDFDocument(); expect(() => doc.dash(-1)).toThrow( - 'dash(-1, {}) invalid, lengths must be numeric and greater than zero' + 'dash(-1, {}) invalid, lengths must be numeric and greater than zero', ); }); @@ -145,7 +133,7 @@ describe('Vector Graphics', () => { const doc = new PDFDocument(); expect(() => doc.dash(null)).toThrow( - 'dash(null, {}) invalid, lengths must be numeric and greater than zero' + 'dash(null, {}) invalid, lengths must be numeric and greater than zero', ); }); @@ -159,7 +147,7 @@ describe('Vector Graphics', () => { const doc = new PDFDocument(); expect(() => doc.dash([2, 0, 3])).toThrow( - 'dash([2,0,3], {}) invalid, lengths must be numeric and greater than zero' + 'dash([2,0,3], {}) invalid, lengths must be numeric and greater than zero', ); }); }); @@ -168,10 +156,12 @@ describe('Vector Graphics', () => { describe('translate', () => { test('identity transform is ignored', () => { const docData = logData(document); - const vectorStream = Buffer.from(`1 0 0 -1 0 792 cm\n1 0 0 1 0 0 cm\n`, 'binary'); + const vectorStream = Buffer.from( + `1 0 0 -1 0 792 cm\n1 0 0 1 0 0 cm\n`, + 'binary', + ); - document - .translate(0, 0); + document.translate(0, 0); document.end(); expect(docData).not.toContainChunk([ @@ -182,7 +172,7 @@ describe('Vector Graphics', () => { `stream`, vectorStream, `\nendstream`, - `endobj` + `endobj`, ]); }); }); diff --git a/tests/unit/virtual-fs.spec.js b/tests/unit/virtual-fs.spec.js index 1b405c7d5..cb3cc6d7c 100644 --- a/tests/unit/virtual-fs.spec.js +++ b/tests/unit/virtual-fs.spec.js @@ -3,33 +3,33 @@ import fs from '../../lib/virtual-fs'; function checkMissingFiles(files) { for (let file of files) { expect(() => fs.readFileSync(`files/${file}`)).toThrow( - `File 'files/${file}' not found in virtual file system` + `File 'files/${file}' not found in virtual file system`, ); } } -describe('virtual-fs', function() { +describe('virtual-fs', function () { beforeEach(() => { fs.fileData = {}; }); - test('readFileSync', function() { + test('readFileSync', function () { checkMissingFiles(['encoded', 'raw', 'binary']); fs.bindFileData({ - 'files/binary': Buffer.from('Buffer content') + 'files/binary': Buffer.from('Buffer content'), }); const base64Data = fs.readFileSync('files/binary', 'base64'); expect(base64Data).toEqual('QnVmZmVyIGNvbnRlbnQ='); }); - test('writeFileSync', function() { + test('writeFileSync', function () { checkMissingFiles(['encoded', 'raw', 'binary']); fs.writeFileSync( 'files/encoded', - Buffer.from('File content').toString('base64') + Buffer.from('File content').toString('base64'), ); fs.writeFileSync('files/raw', 'File content'); fs.writeFileSync('files/binary', new Uint8Array([4, 3, 1, 2])); @@ -46,16 +46,16 @@ describe('virtual-fs', function() { expect(binaryData.toJSON()).toEqual({ data: [4, 3, 1, 2], type: 'Buffer' }); }); - test('bindFileData', function() { + test('bindFileData', function () { checkMissingFiles(['encoded', 'raw', 'binary']); fs.bindFileData({ - 'files/encoded': Buffer.from('File content').toString('base64') + 'files/encoded': Buffer.from('File content').toString('base64'), }); fs.bindFileData({ 'files/raw': 'File content', - 'files/binary': new Uint8Array([4, 3, 1, 2]) + 'files/binary': new Uint8Array([4, 3, 1, 2]), }); const encodedData = fs.readFileSync('files/encoded'); @@ -73,9 +73,9 @@ describe('virtual-fs', function() { fs.bindFileData( { 'files/raw': 'New File content', - 'files/binary2': new Uint8Array([4, 3, 1, 2]) + 'files/binary2': new Uint8Array([4, 3, 1, 2]), }, - { reset: true } + { reset: true }, ); checkMissingFiles(['encoded', 'binary']); diff --git a/tests/visual/fonts.spec.js b/tests/visual/fonts.spec.js index 5acdd986a..ace4ba375 100644 --- a/tests/visual/fonts.spec.js +++ b/tests/visual/fonts.spec.js @@ -24,29 +24,29 @@ Cyrillic 2 (Extended) ЀЁЂЃЄЅІЇЈЉЊЋЌЍЎЏҐӁҒҖҚҢҮҰҲҶҺӘӢӨӮ ѐёђѓєѕіїјљњћќѝўџґӂғҗқңүұҳҷһәӣөӯ`; -describe('fonts', function() { - test.skip('default (Helvetica)', function() { - return runDocTest({ systemFonts: true }, function(doc) { +describe('fonts', function () { + test.skip('default (Helvetica)', function () { + return runDocTest({ systemFonts: true }, function (doc) { doc.text(characters, 10, 10); }); }); - test.skip('Helvetica Bold', function() { - return runDocTest({ systemFonts: true }, function(doc) { + test.skip('Helvetica Bold', function () { + return runDocTest({ systemFonts: true }, function (doc) { doc.font('Helvetica-Bold'); doc.text(characters, 10, 10); }); }); - test('Roboto', function() { - return runDocTest(function(doc) { + test('Roboto', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.text(characters, 10, 10); }); }); - test('Roboto Bold', function() { - return runDocTest(function(doc) { + test('Roboto Bold', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Medium.ttf'); doc.text(characters, 10, 10); }); diff --git a/tests/visual/helpers.js b/tests/visual/helpers.js index 087484eb1..4a7d7cd9a 100644 --- a/tests/visual/helpers.js +++ b/tests/visual/helpers.js @@ -27,7 +27,7 @@ function runDocTest(options, fn) { } resolve(); } catch (err) { - reject(err) + reject(err); } }); doc.end(); diff --git a/tests/visual/images.spec.js b/tests/visual/images.spec.js index 419687c53..da058b413 100644 --- a/tests/visual/images.spec.js +++ b/tests/visual/images.spec.js @@ -1,8 +1,8 @@ import { runDocTest } from './helpers'; -describe('images', function() { - test('orientation', function() { - return runDocTest(function(doc) { +describe('images', function () { + test('orientation', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fill('black'); doc.fillColor('black'); @@ -14,154 +14,154 @@ describe('images', function() { 40, 10, { - lineBreak: false - } + lineBreak: false, + }, ); doc.text('1 - No orientation needed', 40, 30, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-1.jpeg', 40, 44.0625, { height: 80, - ignoreOrientation: true + ignoreOrientation: true, }); doc.text('(output)', 320, 30, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-1.jpeg', 320, 44.0625, { - height: 80 + height: 80, }); doc.text('2 - Flip horizonatal', 40, 124.0625, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-2.jpeg', 40, 138.125, { height: 80, - ignoreOrientation: true + ignoreOrientation: true, }); doc.text('(output)', 320, 124.0625, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-2.jpeg', 320, 138.125, { - height: 80 + height: 80, }); doc.text('3 - Rotate 180 degrees', 40, 218.125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-3.jpeg', 40, 232.1875, { height: 80, - ignoreOrientation: true + ignoreOrientation: true, }); doc.text('(output)', 320, 218.125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-3.jpeg', 320, 232.1875, { - height: 80 + height: 80, }); doc.text('4 - Flip vertically', 40, 312.1875, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-4.jpeg', 40, 326.25, { height: 80, - ignoreOrientation: true + ignoreOrientation: true, }); doc.text('(output)', 320, 312.1875, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-4.jpeg', 320, 326.25, { - height: 80 + height: 80, }); doc.text('5 - Flip horizontally and rotate 270 degrees CW', 40, 406.25, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-5.jpeg', 40, 420.3125, { height: 80, - ignoreOrientation: true + ignoreOrientation: true, }); doc.text('(output)', 320, 406.25, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-5.jpeg', 320, 420.3125, { - height: 80 + height: 80, }); doc.text('6 - Rotate 90 degrees CW', 40, 500.3125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-6.jpeg', 40, 514.375, { height: 80, - ignoreOrientation: true + ignoreOrientation: true, }); doc.text('(output)', 320, 500.3125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-6.jpeg', 320, 514.375, { - height: 80 + height: 80, }); doc.text('7 - Flip horizontally and rotate 90 degrees CW', 40, 594.375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-7.jpeg', 40, 608.4375, { height: 80, - ignoreOrientation: true + ignoreOrientation: true, }); doc.text('(output)', 320, 594.375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-7.jpeg', 320, 608.4375, { - height: 80 + height: 80, }); doc.text('8 - Rotate 270 degrees CW', 40, 688.4375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-8.jpeg', 40, 702.5, { height: 80, - ignoreOrientation: true + ignoreOrientation: true, }); doc.text('(output)', 320, 688.4375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-8.jpeg', 320, 702.5, { - height: 80 + height: 80, }); }); }); - test('orientation - with cover and alignment', function() { - return runDocTest(function(doc) { + test('orientation - with cover and alignment', function () { + return runDocTest(function (doc) { let options = { align: 'center', cover: [60, 60], - valign: 'center' + valign: 'center', }; doc.font('tests/fonts/Roboto-Regular.ttf'); @@ -175,24 +175,24 @@ describe('images', function() { 40, 10, { - lineBreak: false - } + lineBreak: false, + }, ); // Orientation 1 doc.text('1 - No orientation needed', 40, 30, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-1.jpeg', 40, 44.0625, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 44.0625, 60, 60).stroke('red'); doc.text('(output)', 320, 30, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-1.jpeg', 320, 44.0625, options); @@ -201,18 +201,18 @@ describe('images', function() { // Orientation 2 doc.text('2 - Flip horizonatal', 40, 124.0625, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-2.jpeg', 40, 138.125, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 138.125, 60, 60).stroke('red'); doc.text('(output)', 320, 124.0625, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-2.jpeg', 320, 138.125, options); @@ -221,18 +221,18 @@ describe('images', function() { // Orientation 3 doc.text('3 - Rotate 180 degrees', 40, 218.125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-3.jpeg', 40, 232.1875, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 232.1875, 60, 60).stroke('red'); doc.text('(output)', 320, 218.125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-3.jpeg', 320, 232.1875, options); @@ -241,18 +241,18 @@ describe('images', function() { // Orientation 4 doc.text('4 - Flip vertically', 40, 312.1875, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-4.jpeg', 40, 326.25, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 326.25, 60, 60).stroke('red'); doc.text('(output)', 320, 312.1875, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-4.jpeg', 320, 326.25, options); @@ -261,18 +261,18 @@ describe('images', function() { // Orientation 5 doc.text('5 - Flip horizontally and rotate 270 degrees CW', 40, 406.25, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-5.jpeg', 40, 420.3125, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 420.3125, 60, 60).stroke('red'); doc.text('(output)', 320, 406.25, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-5.jpeg', 320, 420.3125, options); @@ -281,18 +281,18 @@ describe('images', function() { // Orientation 6 doc.text('6 - Rotate 90 degrees CW', 40, 500.3125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-6.jpeg', 40, 514.375, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 514.375, 60, 60).stroke('red'); doc.text('(output)', 320, 500.3125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-6.jpeg', 320, 514.375, options); @@ -301,18 +301,18 @@ describe('images', function() { // Orientation 7 doc.text('7 - Flip horizontally and rotate 90 degrees CW', 40, 594.375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-7.jpeg', 40, 608.4375, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 608.4375, 60, 60).stroke('red'); doc.text('(output)', 320, 594.375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-7.jpeg', 320, 608.4375, options); @@ -321,18 +321,18 @@ describe('images', function() { // Orientation 8 doc.text('8 - Rotate 270 degrees CW', 40, 688.4375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-8.jpeg', 40, 702.5, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 702.5, 60, 60).stroke('red'); doc.text('(output)', 320, 688.4375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-8.jpeg', 320, 702.5, options); @@ -341,12 +341,12 @@ describe('images', function() { }); }); - test('orientation - with fit and alignment', function() { - return runDocTest(function(doc) { + test('orientation - with fit and alignment', function () { + return runDocTest(function (doc) { let options = { align: 'center', fit: [80, 80], - valign: 'center' + valign: 'center', }; doc.font('tests/fonts/Roboto-Regular.ttf'); @@ -360,24 +360,24 @@ describe('images', function() { 40, 10, { - lineBreak: false - } + lineBreak: false, + }, ); // Orientation 1 doc.text('1 - No orientation needed', 40, 30, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-1.jpeg', 40, 44.0625, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 44.0625, 80, 80).stroke('red'); doc.text('(output)', 320, 30, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-1.jpeg', 320, 44.0625, options); @@ -386,18 +386,18 @@ describe('images', function() { // Orientation 2 doc.text('2 - Flip horizonatal', 40, 124.0625, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-2.jpeg', 40, 138.125, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 138.125, 80, 80).stroke('red'); doc.text('(output)', 320, 124.0625, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-2.jpeg', 320, 138.125, options); @@ -406,18 +406,18 @@ describe('images', function() { // Orientation 3 doc.text('3 - Rotate 180 degrees', 40, 218.125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-3.jpeg', 40, 232.1875, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 232.1875, 80, 80).stroke('red'); doc.text('(output)', 320, 218.125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-3.jpeg', 320, 232.1875, options); @@ -426,18 +426,18 @@ describe('images', function() { // Orientation 4 doc.text('4 - Flip vertically', 40, 312.1875, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-4.jpeg', 40, 326.25, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 326.25, 80, 80).stroke('red'); doc.text('(output)', 320, 312.1875, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-4.jpeg', 320, 326.25, options); @@ -446,18 +446,18 @@ describe('images', function() { // Orientation 5 doc.text('5 - Flip horizontally and rotate 270 degrees CW', 40, 406.25, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-5.jpeg', 40, 420.3125, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 420.3125, 80, 80).stroke('red'); doc.text('(output)', 320, 406.25, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-5.jpeg', 320, 420.3125, options); @@ -466,18 +466,18 @@ describe('images', function() { // Orientation 6 doc.text('6 - Rotate 90 degrees CW', 40, 500.3125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-6.jpeg', 40, 514.375, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 514.375, 80, 80).stroke('red'); doc.text('(output)', 320, 500.3125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-6.jpeg', 320, 514.375, options); @@ -486,18 +486,18 @@ describe('images', function() { // Orientation 7 doc.text('7 - Flip horizontally and rotate 90 degrees CW', 40, 594.375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-7.jpeg', 40, 608.4375, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 608.4375, 80, 80).stroke('red'); doc.text('(output)', 320, 594.375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-7.jpeg', 320, 608.4375, options); @@ -506,18 +506,18 @@ describe('images', function() { // Orientation 8 doc.text('8 - Rotate 270 degrees CW', 40, 688.4375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-8.jpeg', 40, 702.5, { ...options, - ignoreOrientation: true + ignoreOrientation: true, }); doc.rect(40, 702.5, 80, 80).stroke('red'); doc.text('(output)', 320, 688.4375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-8.jpeg', 320, 702.5, options); @@ -526,12 +526,12 @@ describe('images', function() { }); }); - test('orientation - document option', function() { + test('orientation - document option', function () { let options = { - ignoreOrientation: true + ignoreOrientation: true, }; - return runDocTest(options, function(doc) { + return runDocTest(options, function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fill('black'); doc.fillColor('black'); @@ -543,144 +543,144 @@ describe('images', function() { 40, 10, { - lineBreak: false - } + lineBreak: false, + }, ); doc.text('1 - No orientation needed', 40, 30, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-1.jpeg', 40, 44.0625, { - height: 80 + height: 80, }); doc.text('(output)', 320, 30, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-1.jpeg', 320, 44.0625, { height: 80, - ignoreOrientation: false + ignoreOrientation: false, }); doc.text('2 - Flip horizonatal', 40, 124.0625, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-2.jpeg', 40, 138.125, { - height: 80 + height: 80, }); doc.text('(output)', 320, 124.0625, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-2.jpeg', 320, 138.125, { height: 80, - ignoreOrientation: false + ignoreOrientation: false, }); doc.text('3 - Rotate 180 degrees', 40, 218.125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-3.jpeg', 40, 232.1875, { - height: 80 + height: 80, }); doc.text('(output)', 320, 218.125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-3.jpeg', 320, 232.1875, { height: 80, - ignoreOrientation: false + ignoreOrientation: false, }); doc.text('4 - Flip vertically', 40, 312.1875, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-4.jpeg', 40, 326.25, { - height: 80 + height: 80, }); doc.text('(output)', 320, 312.1875, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-4.jpeg', 320, 326.25, { height: 80, - ignoreOrientation: false + ignoreOrientation: false, }); doc.text('5 - Flip horizontally and rotate 270 degrees CW', 40, 406.25, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-5.jpeg', 40, 420.3125, { - height: 80 + height: 80, }); doc.text('(output)', 320, 406.25, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-5.jpeg', 320, 420.3125, { height: 80, - ignoreOrientation: false + ignoreOrientation: false, }); doc.text('6 - Rotate 90 degrees CW', 40, 500.3125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-6.jpeg', 40, 514.375, { - height: 80 + height: 80, }); doc.text('(output)', 320, 500.3125, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-6.jpeg', 320, 514.375, { height: 80, - ignoreOrientation: false + ignoreOrientation: false, }); doc.text('7 - Flip horizontally and rotate 90 degrees CW', 40, 594.375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-7.jpeg', 40, 608.4375, { - height: 80 + height: 80, }); doc.text('(output)', 320, 594.375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-7.jpeg', 320, 608.4375, { height: 80, - ignoreOrientation: false + ignoreOrientation: false, }); doc.text('8 - Rotate 270 degrees CW', 40, 688.4375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-8.jpeg', 40, 702.5, { - height: 80 + height: 80, }); doc.text('(output)', 320, 688.4375, { - lineBreak: false + lineBreak: false, }); doc.image('tests/images/orientation-8.jpeg', 320, 702.5, { height: 80, - ignoreOrientation: false + ignoreOrientation: false, }); }); }); diff --git a/tests/visual/pdf2png.js b/tests/visual/pdf2png.js index 4d5d461c7..414dac52c 100644 --- a/tests/visual/pdf2png.js +++ b/tests/visual/pdf2png.js @@ -11,7 +11,7 @@ class NodeCanvasFactory { const context = canvas.getContext('2d'); return { canvas, - context + context, }; } @@ -38,7 +38,7 @@ async function pdf2png(data, { systemFonts } = {}) { // Load the PDF file. const loadingTask = pdfjsLib.getDocument({ data, - disableFontFace: !systemFonts + disableFontFace: !systemFonts, }); const pdfDocument = await loadingTask.promise; @@ -54,12 +54,12 @@ async function pdf2png(data, { systemFonts } = {}) { const canvasFactory = new NodeCanvasFactory(); const canvasAndContext = canvasFactory.create( viewport.width, - viewport.height + viewport.height, ); const renderContext = { canvasContext: canvasAndContext.context, viewport, - canvasFactory + canvasFactory, }; const renderTask = page.render(renderContext); await renderTask.promise; diff --git a/tests/visual/pdfmake/absolute.spec.js b/tests/visual/pdfmake/absolute.spec.js index 18275b3b1..60a1aaf41 100644 --- a/tests/visual/pdfmake/absolute.spec.js +++ b/tests/visual/pdfmake/absolute.spec.js @@ -1,10 +1,10 @@ import { runDocTest } from '../helpers'; import { jpeg as bee } from '../../images/bee'; -describe('pdfmake', function() { +describe('pdfmake', function () { // somehow the generated pdf changes at each run - test('absolute', function() { - return runDocTest(function(doc) { + test('absolute', function () { + return runDocTest(function (doc) { const images = { bee: bee }; doc.font('tests/fonts/Roboto-Italic.ttf'); doc.image(images['bee'], 100, 100, { width: 50, height: 50 }); @@ -31,7 +31,7 @@ describe('pdfmake', function() { textWidth: 23.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -44,7 +44,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -57,7 +57,7 @@ describe('pdfmake', function() { textWidth: 20.23828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -70,7 +70,7 @@ describe('pdfmake', function() { textWidth: 42.205078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -83,7 +83,7 @@ describe('pdfmake', function() { textWidth: 13.41796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -96,7 +96,7 @@ describe('pdfmake', function() { textWidth: 21.796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -109,7 +109,7 @@ describe('pdfmake', function() { textWidth: 42.97265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -117,7 +117,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -128,7 +128,7 @@ describe('pdfmake', function() { textWidth: 14.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -141,7 +141,7 @@ describe('pdfmake', function() { textWidth: 21.19921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -154,7 +154,7 @@ describe('pdfmake', function() { textWidth: 12.71484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -167,7 +167,7 @@ describe('pdfmake', function() { textWidth: 20.14453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -180,7 +180,7 @@ describe('pdfmake', function() { textWidth: 9.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -188,7 +188,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -199,7 +199,7 @@ describe('pdfmake', function() { textWidth: 24.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -212,7 +212,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -225,7 +225,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -238,7 +238,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -251,7 +251,7 @@ describe('pdfmake', function() { textWidth: 29.419921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -264,7 +264,7 @@ describe('pdfmake', function() { textWidth: 16.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -277,7 +277,7 @@ describe('pdfmake', function() { textWidth: 20.349609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -290,7 +290,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -303,7 +303,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -316,7 +316,7 @@ describe('pdfmake', function() { textWidth: 36.017578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -329,7 +329,7 @@ describe('pdfmake', function() { textWidth: 13.41796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -342,7 +342,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -355,7 +355,7 @@ describe('pdfmake', function() { textWidth: 28.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -380,7 +380,7 @@ describe('pdfmake', function() { textWidth: 44.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -393,7 +393,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -406,7 +406,7 @@ describe('pdfmake', function() { textWidth: 44.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -419,7 +419,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -432,7 +432,7 @@ describe('pdfmake', function() { textWidth: 44.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -445,7 +445,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -503,7 +503,7 @@ describe('pdfmake', function() { textWidth: 27.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -516,7 +516,7 @@ describe('pdfmake', function() { textWidth: 16.734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -529,7 +529,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -542,7 +542,7 @@ describe('pdfmake', function() { textWidth: 57.19921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -555,7 +555,7 @@ describe('pdfmake', function() { textWidth: 15.931640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -568,7 +568,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -581,7 +581,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -597,7 +597,7 @@ describe('pdfmake', function() { 105.8954305003384, 141.2578125, 107, - 141.2578125 + 141.2578125, ); doc.bezierCurveTo( 108.1045694996616, @@ -605,7 +605,7 @@ describe('pdfmake', function() { 109, 142.15324300033842, 109, - 143.2578125 + 143.2578125, ); doc.bezierCurveTo( 109, @@ -613,7 +613,7 @@ describe('pdfmake', function() { 108.1045694996616, 145.2578125, 107, - 145.2578125 + 145.2578125, ); doc.bezierCurveTo( 105.8954305003384, @@ -621,7 +621,7 @@ describe('pdfmake', function() { 105, 144.36238199966158, 105, - 143.2578125 + 143.2578125, ); doc.closePath(); doc.fillColor('black', 1); @@ -636,7 +636,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -649,7 +649,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -665,7 +665,7 @@ describe('pdfmake', function() { 105.8954305003384, 155.3203125, 107, - 155.3203125 + 155.3203125, ); doc.bezierCurveTo( 108.1045694996616, @@ -673,7 +673,7 @@ describe('pdfmake', function() { 109, 156.21574300033842, 109, - 157.3203125 + 157.3203125, ); doc.bezierCurveTo( 109, @@ -681,7 +681,7 @@ describe('pdfmake', function() { 108.1045694996616, 159.3203125, 107, - 159.3203125 + 159.3203125, ); doc.bezierCurveTo( 105.8954305003384, @@ -689,7 +689,7 @@ describe('pdfmake', function() { 105, 158.42488199966158, 105, - 157.3203125 + 157.3203125, ); doc.closePath(); doc.fillColor('black', 1); @@ -704,7 +704,7 @@ describe('pdfmake', function() { textWidth: 13.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -717,7 +717,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -730,7 +730,7 @@ describe('pdfmake', function() { textWidth: 39.181640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -743,7 +743,7 @@ describe('pdfmake', function() { textWidth: 26.44921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -765,7 +765,7 @@ describe('pdfmake', function() { textWidth: 24.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -778,7 +778,7 @@ describe('pdfmake', function() { textWidth: 24.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -791,7 +791,7 @@ describe('pdfmake', function() { textWidth: 24.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -849,7 +849,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -862,7 +862,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -875,7 +875,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -933,7 +933,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -946,7 +946,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -959,7 +959,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1017,7 +1017,7 @@ describe('pdfmake', function() { textWidth: 37.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1030,7 +1030,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1043,7 +1043,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1056,7 +1056,7 @@ describe('pdfmake', function() { textWidth: 31.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1069,7 +1069,7 @@ describe('pdfmake', function() { textWidth: 27.9541015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1082,7 +1082,7 @@ describe('pdfmake', function() { textWidth: 13.0712890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1095,7 +1095,7 @@ describe('pdfmake', function() { textWidth: 52.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1108,7 +1108,7 @@ describe('pdfmake', function() { textWidth: 18.1787109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); diff --git a/tests/visual/pdfmake/background.spec.js b/tests/visual/pdfmake/background.spec.js index babe77361..6c757514c 100644 --- a/tests/visual/pdfmake/background.spec.js +++ b/tests/visual/pdfmake/background.spec.js @@ -1,10 +1,10 @@ import { runDocTest } from '../helpers'; import { jpeg as bee } from '../../images/bee'; -describe('pdfmake', function() { +describe('pdfmake', function () { // somehow the generated pdf changes at each run - test('background', function() { - return runDocTest(function(doc) { + test('background', function () { + return runDocTest(function (doc) { const images = { bee: bee }; doc.font('tests/fonts/Roboto-Regular.ttf'); @@ -17,7 +17,7 @@ describe('pdfmake', function() { textWidth: 66.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -30,7 +30,7 @@ describe('pdfmake', function() { textWidth: 57.01171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -43,7 +43,7 @@ describe('pdfmake', function() { textWidth: 16.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -56,7 +56,7 @@ describe('pdfmake', function() { textWidth: 29.3203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -69,7 +69,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -82,7 +82,7 @@ describe('pdfmake', function() { textWidth: 45.2109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -95,7 +95,7 @@ describe('pdfmake', function() { textWidth: 66, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -108,7 +108,7 @@ describe('pdfmake', function() { textWidth: 59.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -121,7 +121,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -134,7 +134,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -147,7 +147,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -160,7 +160,7 @@ describe('pdfmake', function() { textWidth: 25.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -173,7 +173,7 @@ describe('pdfmake', function() { textWidth: 16.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -186,7 +186,7 @@ describe('pdfmake', function() { textWidth: 36.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -199,7 +199,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -212,7 +212,7 @@ describe('pdfmake', function() { textWidth: 32.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -225,7 +225,7 @@ describe('pdfmake', function() { textWidth: 28.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -238,7 +238,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -251,7 +251,7 @@ describe('pdfmake', function() { textWidth: 21.7734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -264,7 +264,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -277,7 +277,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -290,7 +290,7 @@ describe('pdfmake', function() { textWidth: 41.267578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -303,7 +303,7 @@ describe('pdfmake', function() { textWidth: 23.150390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -316,7 +316,7 @@ describe('pdfmake', function() { textWidth: 13.41796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -329,7 +329,7 @@ describe('pdfmake', function() { textWidth: 28.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -342,7 +342,7 @@ describe('pdfmake', function() { textWidth: 22.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -355,13 +355,13 @@ describe('pdfmake', function() { textWidth: 24.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); doc.image(images['bee'], 0, 42.1875, { width: 200, - height: 195.59902200488997 + height: 195.59902200488997, }); doc.save(); doc.restore(); @@ -374,7 +374,7 @@ describe('pdfmake', function() { textWidth: 26.68359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -387,7 +387,7 @@ describe('pdfmake', function() { textWidth: 54.041015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -400,7 +400,7 @@ describe('pdfmake', function() { textWidth: 45.2109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -413,7 +413,7 @@ describe('pdfmake', function() { textWidth: 59.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -426,7 +426,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -439,7 +439,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -452,7 +452,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -465,7 +465,7 @@ describe('pdfmake', function() { textWidth: 25.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -478,7 +478,7 @@ describe('pdfmake', function() { textWidth: 16.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -491,7 +491,7 @@ describe('pdfmake', function() { textWidth: 36.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -504,7 +504,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -517,7 +517,7 @@ describe('pdfmake', function() { textWidth: 32.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -530,7 +530,7 @@ describe('pdfmake', function() { textWidth: 28.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -543,7 +543,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -556,7 +556,7 @@ describe('pdfmake', function() { textWidth: 21.7734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -569,7 +569,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -582,7 +582,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -595,7 +595,7 @@ describe('pdfmake', function() { textWidth: 41.267578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -608,7 +608,7 @@ describe('pdfmake', function() { textWidth: 23.150390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -621,7 +621,7 @@ describe('pdfmake', function() { textWidth: 13.41796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -634,7 +634,7 @@ describe('pdfmake', function() { textWidth: 28.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -647,7 +647,7 @@ describe('pdfmake', function() { textWidth: 22.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -660,7 +660,7 @@ describe('pdfmake', function() { textWidth: 24.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -673,7 +673,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -684,7 +684,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -695,7 +695,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -706,7 +706,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -717,7 +717,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -728,7 +728,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -739,7 +739,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -750,7 +750,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -761,7 +761,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -772,7 +772,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -783,7 +783,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -794,7 +794,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -805,7 +805,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -816,7 +816,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -827,7 +827,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -838,7 +838,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -849,7 +849,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -860,7 +860,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -871,7 +871,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -882,7 +882,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -893,7 +893,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -904,7 +904,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -915,7 +915,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -926,7 +926,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -937,7 +937,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -948,7 +948,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -959,7 +959,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -970,7 +970,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -981,7 +981,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -992,7 +992,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1003,7 +1003,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1014,7 +1014,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1025,7 +1025,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1036,7 +1036,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1047,7 +1047,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1058,7 +1058,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1069,7 +1069,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1080,7 +1080,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1091,7 +1091,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1102,7 +1102,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1113,7 +1113,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1124,7 +1124,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1135,7 +1135,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1146,7 +1146,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1157,7 +1157,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1168,7 +1168,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1179,7 +1179,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1190,7 +1190,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1201,7 +1201,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1212,7 +1212,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1223,13 +1223,13 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.addPage({ size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -1240,7 +1240,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1251,7 +1251,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1262,7 +1262,7 @@ describe('pdfmake', function() { textWidth: 45.2109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1275,7 +1275,7 @@ describe('pdfmake', function() { textWidth: 27.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1288,7 +1288,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1299,7 +1299,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1310,7 +1310,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1321,7 +1321,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1332,7 +1332,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1343,7 +1343,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1354,7 +1354,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1365,7 +1365,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1376,7 +1376,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1387,7 +1387,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1398,7 +1398,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1409,7 +1409,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1420,7 +1420,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1431,7 +1431,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1442,7 +1442,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1453,7 +1453,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1464,7 +1464,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1475,7 +1475,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1486,7 +1486,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1497,7 +1497,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1508,7 +1508,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1519,7 +1519,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1530,7 +1530,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1541,7 +1541,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1552,7 +1552,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1563,7 +1563,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1574,7 +1574,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1585,7 +1585,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1596,7 +1596,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1607,7 +1607,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1618,7 +1618,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1629,7 +1629,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1640,7 +1640,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1651,7 +1651,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1662,7 +1662,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1673,7 +1673,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1684,7 +1684,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1695,7 +1695,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1706,7 +1706,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1717,7 +1717,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1728,7 +1728,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1739,7 +1739,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1750,7 +1750,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1761,7 +1761,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1772,7 +1772,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1783,7 +1783,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1794,7 +1794,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1805,7 +1805,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1816,7 +1816,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1827,7 +1827,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1838,13 +1838,13 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.addPage({ size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -1855,7 +1855,7 @@ describe('pdfmake', function() { textWidth: 66.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1868,7 +1868,7 @@ describe('pdfmake', function() { textWidth: 57.01171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1881,7 +1881,7 @@ describe('pdfmake', function() { textWidth: 16.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1894,7 +1894,7 @@ describe('pdfmake', function() { textWidth: 29.3203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1907,7 +1907,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1920,7 +1920,7 @@ describe('pdfmake', function() { textWidth: 45.2109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1933,7 +1933,7 @@ describe('pdfmake', function() { textWidth: 66, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1946,7 +1946,7 @@ describe('pdfmake', function() { textWidth: 59.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1959,7 +1959,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1972,7 +1972,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1985,7 +1985,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1998,7 +1998,7 @@ describe('pdfmake', function() { textWidth: 25.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2011,7 +2011,7 @@ describe('pdfmake', function() { textWidth: 16.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2024,7 +2024,7 @@ describe('pdfmake', function() { textWidth: 36.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2037,7 +2037,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2050,7 +2050,7 @@ describe('pdfmake', function() { textWidth: 32.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2063,7 +2063,7 @@ describe('pdfmake', function() { textWidth: 28.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2076,7 +2076,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2089,7 +2089,7 @@ describe('pdfmake', function() { textWidth: 21.7734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2102,7 +2102,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2115,7 +2115,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2128,7 +2128,7 @@ describe('pdfmake', function() { textWidth: 41.267578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2141,7 +2141,7 @@ describe('pdfmake', function() { textWidth: 23.150390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2154,7 +2154,7 @@ describe('pdfmake', function() { textWidth: 13.41796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2167,7 +2167,7 @@ describe('pdfmake', function() { textWidth: 28.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2180,7 +2180,7 @@ describe('pdfmake', function() { textWidth: 22.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2193,13 +2193,13 @@ describe('pdfmake', function() { textWidth: 24.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); doc.image(images['bee'], 0, 42.1875, { width: 200, - height: 195.59902200488997 + height: 195.59902200488997, }); doc.save(); doc.restore(); @@ -2212,7 +2212,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -2223,7 +2223,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -2234,7 +2234,7 @@ describe('pdfmake', function() { textWidth: 45.2109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2247,7 +2247,7 @@ describe('pdfmake', function() { textWidth: 27.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); diff --git a/tests/visual/pdfmake/basics.spec.js b/tests/visual/pdfmake/basics.spec.js index 958c54e25..6d4eaf3be 100644 --- a/tests/visual/pdfmake/basics.spec.js +++ b/tests/visual/pdfmake/basics.spec.js @@ -1,8 +1,8 @@ import { runDocTest } from '../helpers'; -describe('pdfmake', function() { - test('basics', function() { - return runDocTest(function(doc) { +describe('pdfmake', function () { + test('basics', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fill('black'); doc.fillColor('black'); @@ -13,7 +13,7 @@ describe('pdfmake', function() { textWidth: 26.68359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -26,7 +26,7 @@ describe('pdfmake', function() { textWidth: 54.041015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -39,7 +39,7 @@ describe('pdfmake', function() { textWidth: 45.2109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -52,7 +52,7 @@ describe('pdfmake', function() { textWidth: 59.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -65,7 +65,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -78,7 +78,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -91,7 +91,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -104,7 +104,7 @@ describe('pdfmake', function() { textWidth: 25.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -117,7 +117,7 @@ describe('pdfmake', function() { textWidth: 16.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -130,7 +130,7 @@ describe('pdfmake', function() { textWidth: 36.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -143,7 +143,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -156,7 +156,7 @@ describe('pdfmake', function() { textWidth: 32.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -169,7 +169,7 @@ describe('pdfmake', function() { textWidth: 28.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -182,7 +182,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -195,7 +195,7 @@ describe('pdfmake', function() { textWidth: 21.7734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -208,7 +208,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -221,7 +221,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -234,7 +234,7 @@ describe('pdfmake', function() { textWidth: 41.267578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -247,7 +247,7 @@ describe('pdfmake', function() { textWidth: 23.150390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -260,7 +260,7 @@ describe('pdfmake', function() { textWidth: 13.41796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -273,7 +273,7 @@ describe('pdfmake', function() { textWidth: 28.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -286,7 +286,7 @@ describe('pdfmake', function() { textWidth: 22.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -299,7 +299,7 @@ describe('pdfmake', function() { textWidth: 24.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); diff --git a/tests/visual/pdfmake/columns_simple.spec.js b/tests/visual/pdfmake/columns_simple.spec.js index 2c55ff357..bca5c991e 100644 --- a/tests/visual/pdfmake/columns_simple.spec.js +++ b/tests/visual/pdfmake/columns_simple.spec.js @@ -1,8 +1,8 @@ import { runDocTest } from '../helpers'; -describe('pdfmake', function() { - test('columns_simple', function() { - return runDocTest(function(doc) { +describe('pdfmake', function () { + test('columns_simple', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-MediumItalic.ttf'); doc.fill('black'); doc.fillColor('black'); @@ -13,7 +13,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -26,7 +26,7 @@ describe('pdfmake', function() { textWidth: 40.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -39,7 +39,7 @@ describe('pdfmake', function() { textWidth: 63.19921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -52,7 +52,7 @@ describe('pdfmake', function() { textWidth: 19.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -65,7 +65,7 @@ describe('pdfmake', function() { textWidth: 44.9765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -78,7 +78,7 @@ describe('pdfmake', function() { textWidth: 22.79296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -91,7 +91,7 @@ describe('pdfmake', function() { textWidth: 16.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -104,7 +104,7 @@ describe('pdfmake', function() { textWidth: 20.349609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -117,7 +117,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -130,7 +130,7 @@ describe('pdfmake', function() { textWidth: 17.9765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -143,7 +143,7 @@ describe('pdfmake', function() { textWidth: 44.34375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -156,7 +156,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -169,7 +169,7 @@ describe('pdfmake', function() { textWidth: 39.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -182,7 +182,7 @@ describe('pdfmake', function() { textWidth: 46.34765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -195,7 +195,7 @@ describe('pdfmake', function() { textWidth: 17.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -208,7 +208,7 @@ describe('pdfmake', function() { textWidth: 47.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -221,7 +221,7 @@ describe('pdfmake', function() { textWidth: 47.876953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -234,7 +234,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -247,7 +247,7 @@ describe('pdfmake', function() { textWidth: 25.634765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -260,7 +260,7 @@ describe('pdfmake', function() { textWidth: 21.796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -273,7 +273,7 @@ describe('pdfmake', function() { textWidth: 57.01171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -286,7 +286,7 @@ describe('pdfmake', function() { textWidth: 17.9765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -299,7 +299,7 @@ describe('pdfmake', function() { textWidth: 27.966796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -312,7 +312,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -325,7 +325,7 @@ describe('pdfmake', function() { textWidth: 34.7109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -338,7 +338,7 @@ describe('pdfmake', function() { textWidth: 61.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -351,7 +351,7 @@ describe('pdfmake', function() { textWidth: 23.150390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -364,7 +364,7 @@ describe('pdfmake', function() { textWidth: 49.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -377,7 +377,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -388,7 +388,7 @@ describe('pdfmake', function() { textWidth: 28.189453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -401,7 +401,7 @@ describe('pdfmake', function() { textWidth: 18.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -414,7 +414,7 @@ describe('pdfmake', function() { textWidth: 16.546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -427,7 +427,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -440,7 +440,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -453,7 +453,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -466,7 +466,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -479,7 +479,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -492,7 +492,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -505,7 +505,7 @@ describe('pdfmake', function() { textWidth: 45.240234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -518,7 +518,7 @@ describe('pdfmake', function() { textWidth: 23.115234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -531,7 +531,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -544,7 +544,7 @@ describe('pdfmake', function() { textWidth: 22.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -557,7 +557,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -570,7 +570,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -583,7 +583,7 @@ describe('pdfmake', function() { textWidth: 16.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -596,7 +596,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -607,7 +607,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -620,7 +620,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -633,7 +633,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -646,7 +646,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -659,7 +659,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -672,7 +672,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -685,7 +685,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -698,7 +698,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -711,7 +711,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -724,7 +724,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -737,7 +737,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -750,7 +750,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -763,7 +763,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -776,7 +776,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -789,7 +789,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -802,7 +802,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -815,7 +815,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -828,7 +828,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -841,7 +841,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -854,7 +854,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -867,7 +867,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -880,7 +880,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -893,7 +893,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -906,7 +906,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -919,7 +919,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -932,7 +932,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -945,7 +945,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -958,7 +958,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -971,7 +971,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -984,7 +984,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -997,7 +997,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1010,7 +1010,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1023,7 +1023,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1036,7 +1036,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1049,7 +1049,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1062,7 +1062,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1075,7 +1075,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1088,7 +1088,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1101,7 +1101,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1114,7 +1114,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1127,7 +1127,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1140,7 +1140,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1153,7 +1153,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1166,7 +1166,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1179,7 +1179,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1192,7 +1192,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1205,7 +1205,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1218,7 +1218,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1231,7 +1231,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1244,7 +1244,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1257,7 +1257,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1270,7 +1270,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1283,7 +1283,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1296,7 +1296,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1309,7 +1309,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1322,7 +1322,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1335,7 +1335,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1348,7 +1348,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1361,7 +1361,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1374,7 +1374,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1387,7 +1387,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1400,7 +1400,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1413,7 +1413,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1426,7 +1426,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1439,7 +1439,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1452,7 +1452,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1465,7 +1465,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1478,7 +1478,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1491,7 +1491,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1504,7 +1504,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1517,7 +1517,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1530,7 +1530,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1543,7 +1543,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1556,7 +1556,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1569,7 +1569,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1582,7 +1582,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1595,7 +1595,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1608,7 +1608,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1621,7 +1621,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1634,7 +1634,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1647,7 +1647,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1660,7 +1660,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1673,7 +1673,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1686,7 +1686,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1699,7 +1699,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1712,7 +1712,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1725,7 +1725,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1738,7 +1738,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1751,7 +1751,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1764,7 +1764,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1777,7 +1777,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1790,7 +1790,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1803,7 +1803,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1816,7 +1816,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1829,7 +1829,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1842,7 +1842,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1855,7 +1855,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1868,7 +1868,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1881,7 +1881,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1894,7 +1894,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1907,7 +1907,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1920,7 +1920,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1933,7 +1933,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1946,7 +1946,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1959,7 +1959,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1972,7 +1972,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1985,7 +1985,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1998,7 +1998,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2011,7 +2011,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2024,7 +2024,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2037,7 +2037,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2050,7 +2050,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2063,7 +2063,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2076,7 +2076,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2089,7 +2089,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2102,7 +2102,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2115,7 +2115,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2128,7 +2128,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2141,7 +2141,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2154,7 +2154,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2167,7 +2167,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2180,7 +2180,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2193,7 +2193,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2206,7 +2206,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2219,7 +2219,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2232,7 +2232,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2245,7 +2245,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2258,7 +2258,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2271,7 +2271,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2284,7 +2284,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2297,7 +2297,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2310,7 +2310,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2323,7 +2323,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2336,7 +2336,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2349,7 +2349,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2362,7 +2362,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2375,7 +2375,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2388,7 +2388,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2401,7 +2401,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2414,7 +2414,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2427,7 +2427,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2440,7 +2440,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2453,7 +2453,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2466,7 +2466,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2479,7 +2479,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2492,7 +2492,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2505,7 +2505,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2518,7 +2518,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2531,7 +2531,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2544,7 +2544,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2557,7 +2557,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2570,7 +2570,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2583,7 +2583,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2596,7 +2596,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2609,7 +2609,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2622,7 +2622,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2635,7 +2635,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2648,7 +2648,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2661,7 +2661,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2674,7 +2674,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2687,7 +2687,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -2698,7 +2698,7 @@ describe('pdfmake', function() { textWidth: 24.9375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2711,7 +2711,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2724,7 +2724,7 @@ describe('pdfmake', function() { textWidth: 48.94921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2737,7 +2737,7 @@ describe('pdfmake', function() { textWidth: 28.11328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2750,7 +2750,7 @@ describe('pdfmake', function() { textWidth: 39.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2763,7 +2763,7 @@ describe('pdfmake', function() { textWidth: 32.203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2776,7 +2776,7 @@ describe('pdfmake', function() { textWidth: 40.740234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2789,7 +2789,7 @@ describe('pdfmake', function() { textWidth: 16.001953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2802,7 +2802,7 @@ describe('pdfmake', function() { textWidth: 10.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2815,7 +2815,7 @@ describe('pdfmake', function() { textWidth: 18.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2828,7 +2828,7 @@ describe('pdfmake', function() { textWidth: 35.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2841,7 +2841,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2854,7 +2854,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2867,7 +2867,7 @@ describe('pdfmake', function() { textWidth: 35.244140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2880,7 +2880,7 @@ describe('pdfmake', function() { textWidth: 17.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2893,7 +2893,7 @@ describe('pdfmake', function() { textWidth: 25.65234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2906,7 +2906,7 @@ describe('pdfmake', function() { textWidth: 21.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2919,7 +2919,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2932,7 +2932,7 @@ describe('pdfmake', function() { textWidth: 36.439453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2945,7 +2945,7 @@ describe('pdfmake', function() { textWidth: 26.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2958,7 +2958,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2971,7 +2971,7 @@ describe('pdfmake', function() { textWidth: 32.05078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2984,7 +2984,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2997,7 +2997,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3010,7 +3010,7 @@ describe('pdfmake', function() { textWidth: 25.81640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3023,7 +3023,7 @@ describe('pdfmake', function() { textWidth: 31.67578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3036,7 +3036,7 @@ describe('pdfmake', function() { textWidth: 15.685546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3049,7 +3049,7 @@ describe('pdfmake', function() { textWidth: 18.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3062,7 +3062,7 @@ describe('pdfmake', function() { textWidth: 28.11328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3075,7 +3075,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3088,7 +3088,7 @@ describe('pdfmake', function() { textWidth: 38.712890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3101,7 +3101,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3114,7 +3114,7 @@ describe('pdfmake', function() { textWidth: 30.638671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3127,7 +3127,7 @@ describe('pdfmake', function() { textWidth: 58.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3140,7 +3140,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -3151,7 +3151,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3164,7 +3164,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3177,7 +3177,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3190,7 +3190,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3203,7 +3203,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3216,7 +3216,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3229,7 +3229,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3242,7 +3242,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3255,7 +3255,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3268,7 +3268,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3281,7 +3281,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3294,7 +3294,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3307,7 +3307,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3320,7 +3320,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3333,7 +3333,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3346,7 +3346,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3359,7 +3359,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3372,7 +3372,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3385,7 +3385,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3398,7 +3398,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3411,7 +3411,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3424,7 +3424,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3437,7 +3437,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3450,7 +3450,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3463,7 +3463,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3476,7 +3476,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3489,7 +3489,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3502,7 +3502,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3515,7 +3515,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3528,7 +3528,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3541,7 +3541,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3554,7 +3554,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3567,7 +3567,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3580,7 +3580,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3593,7 +3593,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3606,7 +3606,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3619,7 +3619,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3632,7 +3632,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3645,7 +3645,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3658,7 +3658,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3671,7 +3671,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3684,7 +3684,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3697,7 +3697,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3710,7 +3710,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3723,7 +3723,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3736,7 +3736,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3749,7 +3749,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3762,7 +3762,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3775,7 +3775,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3788,7 +3788,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3801,7 +3801,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3814,7 +3814,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3827,7 +3827,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3840,7 +3840,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3853,7 +3853,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3866,7 +3866,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3879,7 +3879,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3892,7 +3892,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3905,7 +3905,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3918,7 +3918,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3931,7 +3931,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3944,7 +3944,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3957,7 +3957,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3970,7 +3970,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3983,7 +3983,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3996,7 +3996,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4009,7 +4009,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4022,7 +4022,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4035,7 +4035,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4048,7 +4048,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4061,7 +4061,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4074,7 +4074,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4087,7 +4087,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4100,7 +4100,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4113,7 +4113,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4126,7 +4126,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4139,7 +4139,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4152,7 +4152,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4165,7 +4165,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4178,7 +4178,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4191,7 +4191,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4204,7 +4204,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4217,7 +4217,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4230,7 +4230,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4243,7 +4243,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4256,7 +4256,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4269,7 +4269,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4282,7 +4282,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4295,7 +4295,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4308,7 +4308,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4321,7 +4321,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4334,7 +4334,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4347,7 +4347,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4360,7 +4360,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4373,7 +4373,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4386,7 +4386,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4399,7 +4399,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4412,7 +4412,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4425,7 +4425,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4438,7 +4438,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4451,7 +4451,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4464,7 +4464,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4477,7 +4477,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4490,7 +4490,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4503,7 +4503,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4516,7 +4516,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4529,7 +4529,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4542,7 +4542,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4555,7 +4555,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4568,7 +4568,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4581,7 +4581,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4594,7 +4594,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4607,7 +4607,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4620,7 +4620,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4633,7 +4633,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4646,7 +4646,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4659,7 +4659,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4672,7 +4672,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4685,7 +4685,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4698,7 +4698,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4711,7 +4711,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4724,7 +4724,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4737,7 +4737,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4750,7 +4750,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4763,7 +4763,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4776,7 +4776,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4789,7 +4789,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4802,7 +4802,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4815,7 +4815,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4828,7 +4828,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4841,7 +4841,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4854,7 +4854,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4867,7 +4867,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4880,7 +4880,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4893,7 +4893,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4906,7 +4906,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4919,7 +4919,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4932,7 +4932,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4945,7 +4945,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4958,7 +4958,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4971,7 +4971,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4984,7 +4984,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4997,7 +4997,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5010,7 +5010,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5023,7 +5023,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5036,7 +5036,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5049,7 +5049,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5062,7 +5062,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5075,7 +5075,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5088,7 +5088,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5101,7 +5101,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5114,7 +5114,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5127,7 +5127,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5140,7 +5140,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5153,7 +5153,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5166,7 +5166,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5179,7 +5179,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5192,7 +5192,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5205,7 +5205,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5218,7 +5218,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5231,7 +5231,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5244,7 +5244,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5257,7 +5257,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5270,7 +5270,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5283,7 +5283,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5296,7 +5296,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5309,7 +5309,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5322,7 +5322,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5335,7 +5335,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5348,7 +5348,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5361,7 +5361,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5374,7 +5374,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5387,7 +5387,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5400,7 +5400,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5413,7 +5413,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5426,7 +5426,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5439,7 +5439,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5452,7 +5452,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5465,7 +5465,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5478,7 +5478,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5491,7 +5491,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5504,7 +5504,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5517,7 +5517,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5530,7 +5530,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5543,7 +5543,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5556,7 +5556,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5569,7 +5569,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5582,7 +5582,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5595,7 +5595,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5608,7 +5608,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5621,7 +5621,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5634,7 +5634,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5647,7 +5647,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5660,7 +5660,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5673,7 +5673,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5686,7 +5686,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5699,7 +5699,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5712,7 +5712,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5725,7 +5725,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5738,7 +5738,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5751,7 +5751,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5764,7 +5764,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5777,7 +5777,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5790,7 +5790,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5803,7 +5803,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5816,7 +5816,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5829,7 +5829,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5842,7 +5842,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5855,7 +5855,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5868,7 +5868,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5881,7 +5881,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5894,7 +5894,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5907,7 +5907,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5920,7 +5920,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5933,7 +5933,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5946,7 +5946,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5959,7 +5959,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5972,7 +5972,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5985,7 +5985,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5998,7 +5998,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6011,7 +6011,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6024,7 +6024,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6037,7 +6037,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6050,7 +6050,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6063,7 +6063,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6076,7 +6076,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6089,7 +6089,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6102,7 +6102,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6115,7 +6115,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6128,7 +6128,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6141,7 +6141,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6154,7 +6154,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6167,7 +6167,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6180,7 +6180,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6193,7 +6193,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6206,7 +6206,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6219,7 +6219,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6232,7 +6232,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6245,7 +6245,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6258,7 +6258,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6271,7 +6271,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -6282,7 +6282,7 @@ describe('pdfmake', function() { textWidth: 23.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6295,7 +6295,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6308,7 +6308,7 @@ describe('pdfmake', function() { textWidth: 25.44140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6321,7 +6321,7 @@ describe('pdfmake', function() { textWidth: 41.28515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6334,7 +6334,7 @@ describe('pdfmake', function() { textWidth: 49.306640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6347,7 +6347,7 @@ describe('pdfmake', function() { textWidth: 38.384765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6360,7 +6360,7 @@ describe('pdfmake', function() { textWidth: 18.041015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6373,7 +6373,7 @@ describe('pdfmake', function() { textWidth: 32.876953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6386,7 +6386,7 @@ describe('pdfmake', function() { textWidth: 17.9765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6399,7 +6399,7 @@ describe('pdfmake', function() { textWidth: 15.322265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6412,7 +6412,7 @@ describe('pdfmake', function() { textWidth: 56.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6425,7 +6425,7 @@ describe('pdfmake', function() { textWidth: 27.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6438,7 +6438,7 @@ describe('pdfmake', function() { textWidth: 32.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6451,7 +6451,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6464,7 +6464,7 @@ describe('pdfmake', function() { textWidth: 23.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6477,7 +6477,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6490,7 +6490,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6503,7 +6503,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6516,7 +6516,7 @@ describe('pdfmake', function() { textWidth: 22.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6529,7 +6529,7 @@ describe('pdfmake', function() { textWidth: 22.79296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6542,7 +6542,7 @@ describe('pdfmake', function() { textWidth: 39.984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6555,7 +6555,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6568,7 +6568,7 @@ describe('pdfmake', function() { textWidth: 16.16015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6581,7 +6581,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6594,7 +6594,7 @@ describe('pdfmake', function() { textWidth: 35.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6607,7 +6607,7 @@ describe('pdfmake', function() { textWidth: 38.572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6620,7 +6620,7 @@ describe('pdfmake', function() { textWidth: 34.5, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6633,7 +6633,7 @@ describe('pdfmake', function() { textWidth: 56.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6646,7 +6646,7 @@ describe('pdfmake', function() { textWidth: 35.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6659,7 +6659,7 @@ describe('pdfmake', function() { textWidth: 40.79296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6672,7 +6672,7 @@ describe('pdfmake', function() { textWidth: 48.333984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6685,7 +6685,7 @@ describe('pdfmake', function() { textWidth: 30.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6698,7 +6698,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6706,7 +6706,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -6717,7 +6717,7 @@ describe('pdfmake', function() { textWidth: 48.884765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6730,7 +6730,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -6741,7 +6741,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6754,7 +6754,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6767,7 +6767,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6780,7 +6780,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6793,7 +6793,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6806,7 +6806,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6819,7 +6819,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6832,7 +6832,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6845,7 +6845,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6858,7 +6858,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6871,7 +6871,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6884,7 +6884,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6897,7 +6897,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6910,7 +6910,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6923,7 +6923,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6936,7 +6936,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6949,7 +6949,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6962,7 +6962,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6975,7 +6975,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6988,7 +6988,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7001,7 +7001,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7014,7 +7014,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7027,7 +7027,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7040,7 +7040,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7053,7 +7053,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7066,7 +7066,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7079,7 +7079,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7092,7 +7092,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7105,7 +7105,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7118,7 +7118,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7131,7 +7131,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7144,7 +7144,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7157,7 +7157,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7170,7 +7170,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7183,7 +7183,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7196,7 +7196,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7209,7 +7209,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7222,7 +7222,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7235,7 +7235,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7248,7 +7248,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7261,7 +7261,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7274,7 +7274,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7287,7 +7287,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7300,7 +7300,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7313,7 +7313,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7326,7 +7326,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7339,7 +7339,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7352,7 +7352,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7365,7 +7365,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7378,7 +7378,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7391,7 +7391,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7404,7 +7404,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7417,7 +7417,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7430,7 +7430,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7443,7 +7443,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7456,7 +7456,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7469,7 +7469,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7482,7 +7482,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7495,7 +7495,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7508,7 +7508,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7521,7 +7521,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7534,7 +7534,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7547,7 +7547,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7560,7 +7560,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7573,7 +7573,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7586,7 +7586,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7599,7 +7599,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7612,7 +7612,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7625,7 +7625,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7638,7 +7638,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7651,7 +7651,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7664,7 +7664,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7677,7 +7677,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7690,7 +7690,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7703,7 +7703,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7716,7 +7716,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7729,7 +7729,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7742,7 +7742,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7755,7 +7755,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7768,7 +7768,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7781,7 +7781,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7794,7 +7794,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7807,7 +7807,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7820,7 +7820,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7833,7 +7833,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7846,7 +7846,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7859,7 +7859,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7872,7 +7872,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7885,7 +7885,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7898,7 +7898,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7911,7 +7911,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7924,7 +7924,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7937,7 +7937,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7950,7 +7950,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7963,7 +7963,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7976,7 +7976,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7989,7 +7989,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8002,7 +8002,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8015,7 +8015,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8028,7 +8028,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8041,7 +8041,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8054,7 +8054,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8067,7 +8067,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8080,7 +8080,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8093,7 +8093,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8106,7 +8106,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8119,7 +8119,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8132,7 +8132,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8145,7 +8145,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8158,7 +8158,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8171,7 +8171,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8184,7 +8184,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8197,7 +8197,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8210,7 +8210,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8223,7 +8223,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8236,7 +8236,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8249,7 +8249,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8262,7 +8262,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8275,7 +8275,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8288,7 +8288,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8301,7 +8301,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8314,7 +8314,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8327,7 +8327,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8340,7 +8340,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8353,7 +8353,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8366,7 +8366,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8379,7 +8379,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8392,7 +8392,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8405,7 +8405,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8418,7 +8418,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8431,7 +8431,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8444,7 +8444,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8457,7 +8457,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8470,7 +8470,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8483,7 +8483,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8496,7 +8496,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8509,7 +8509,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8522,7 +8522,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8535,7 +8535,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8548,7 +8548,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8561,7 +8561,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8574,7 +8574,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8587,7 +8587,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8600,7 +8600,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8613,7 +8613,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8626,7 +8626,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8639,7 +8639,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8652,7 +8652,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8665,7 +8665,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8678,7 +8678,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8691,7 +8691,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8704,7 +8704,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8717,7 +8717,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8730,7 +8730,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8743,7 +8743,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8756,7 +8756,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8769,7 +8769,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8782,7 +8782,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8795,7 +8795,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8808,7 +8808,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8821,7 +8821,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8834,7 +8834,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8847,7 +8847,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8860,7 +8860,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8873,7 +8873,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8886,7 +8886,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8899,7 +8899,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8912,7 +8912,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8925,7 +8925,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8938,7 +8938,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8951,7 +8951,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8964,7 +8964,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8977,7 +8977,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8990,7 +8990,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9003,7 +9003,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9016,7 +9016,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9029,7 +9029,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9042,7 +9042,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9055,7 +9055,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9068,7 +9068,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9081,7 +9081,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9094,7 +9094,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9107,7 +9107,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9120,7 +9120,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9133,7 +9133,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9146,7 +9146,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9159,7 +9159,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9172,7 +9172,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9185,7 +9185,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9198,7 +9198,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9211,7 +9211,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9224,7 +9224,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9237,7 +9237,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9250,7 +9250,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9263,7 +9263,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9276,7 +9276,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9289,7 +9289,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9302,7 +9302,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9315,7 +9315,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9328,7 +9328,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9341,7 +9341,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9354,7 +9354,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9367,7 +9367,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9380,7 +9380,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9393,7 +9393,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9406,7 +9406,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9419,7 +9419,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9432,7 +9432,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9445,7 +9445,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9458,7 +9458,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9471,7 +9471,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9484,7 +9484,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9497,7 +9497,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9510,7 +9510,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9523,7 +9523,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9536,7 +9536,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9549,7 +9549,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9562,7 +9562,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9575,7 +9575,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9588,7 +9588,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9601,7 +9601,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9614,7 +9614,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9627,7 +9627,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9640,7 +9640,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9653,7 +9653,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9666,7 +9666,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9679,7 +9679,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9692,7 +9692,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9705,7 +9705,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9718,7 +9718,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9731,7 +9731,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9744,7 +9744,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9757,7 +9757,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9770,7 +9770,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9783,7 +9783,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9796,7 +9796,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9809,7 +9809,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9822,7 +9822,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9835,7 +9835,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9848,7 +9848,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9861,7 +9861,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9874,7 +9874,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9887,7 +9887,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9900,7 +9900,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9913,7 +9913,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9926,7 +9926,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9939,7 +9939,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9952,7 +9952,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9965,7 +9965,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9978,7 +9978,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9991,7 +9991,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10004,7 +10004,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10017,7 +10017,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10030,7 +10030,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10043,7 +10043,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10056,7 +10056,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10069,7 +10069,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10082,7 +10082,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10095,7 +10095,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10108,7 +10108,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10121,7 +10121,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10134,7 +10134,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10147,7 +10147,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10160,7 +10160,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10173,7 +10173,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10186,7 +10186,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10199,7 +10199,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10212,7 +10212,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10225,7 +10225,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10238,7 +10238,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10251,7 +10251,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10264,7 +10264,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10277,7 +10277,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10290,7 +10290,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10303,7 +10303,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10316,7 +10316,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10329,7 +10329,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10342,7 +10342,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10355,7 +10355,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10368,7 +10368,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10381,7 +10381,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10394,7 +10394,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10407,7 +10407,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10420,7 +10420,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10433,7 +10433,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10446,7 +10446,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10459,7 +10459,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10472,7 +10472,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10485,7 +10485,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10498,7 +10498,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10511,7 +10511,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10524,7 +10524,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10537,7 +10537,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10550,7 +10550,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10563,7 +10563,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10576,7 +10576,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10589,7 +10589,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10602,7 +10602,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10615,7 +10615,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10628,7 +10628,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10641,7 +10641,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10654,7 +10654,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10667,7 +10667,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10680,7 +10680,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10693,7 +10693,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10706,7 +10706,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10719,7 +10719,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10732,7 +10732,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10745,7 +10745,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10758,7 +10758,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10771,7 +10771,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10784,7 +10784,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10797,7 +10797,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10810,7 +10810,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10823,7 +10823,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10836,7 +10836,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10849,7 +10849,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10862,7 +10862,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10870,7 +10870,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -10881,7 +10881,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10894,7 +10894,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10907,7 +10907,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -10918,7 +10918,7 @@ describe('pdfmake', function() { textWidth: 19.79296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10931,7 +10931,7 @@ describe('pdfmake', function() { textWidth: 25.44140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10944,7 +10944,7 @@ describe('pdfmake', function() { textWidth: 44.35546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10957,7 +10957,7 @@ describe('pdfmake', function() { textWidth: 26.759765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10970,7 +10970,7 @@ describe('pdfmake', function() { textWidth: 52.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10983,7 +10983,7 @@ describe('pdfmake', function() { textWidth: 28.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10996,7 +10996,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11009,7 +11009,7 @@ describe('pdfmake', function() { textWidth: 26.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11022,7 +11022,7 @@ describe('pdfmake', function() { textWidth: 38.384765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11035,7 +11035,7 @@ describe('pdfmake', function() { textWidth: 35.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11048,7 +11048,7 @@ describe('pdfmake', function() { textWidth: 16.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11061,7 +11061,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11074,7 +11074,7 @@ describe('pdfmake', function() { textWidth: 43.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11087,7 +11087,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -11098,7 +11098,7 @@ describe('pdfmake', function() { textWidth: 26.759765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11111,7 +11111,7 @@ describe('pdfmake', function() { textWidth: 39.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11124,7 +11124,7 @@ describe('pdfmake', function() { textWidth: 25.83984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11137,7 +11137,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11150,7 +11150,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11163,7 +11163,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11176,7 +11176,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11189,7 +11189,7 @@ describe('pdfmake', function() { textWidth: 45.919921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11202,7 +11202,7 @@ describe('pdfmake', function() { textWidth: 10.154296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11215,7 +11215,7 @@ describe('pdfmake', function() { textWidth: 38.90625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11228,7 +11228,7 @@ describe('pdfmake', function() { textWidth: 19.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11241,7 +11241,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11254,7 +11254,7 @@ describe('pdfmake', function() { textWidth: 56.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11267,7 +11267,7 @@ describe('pdfmake', function() { textWidth: 35.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11280,7 +11280,7 @@ describe('pdfmake', function() { textWidth: 41.267578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11293,7 +11293,7 @@ describe('pdfmake', function() { textWidth: 15.31640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11306,7 +11306,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11319,7 +11319,7 @@ describe('pdfmake', function() { textWidth: 43.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11332,7 +11332,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11345,7 +11345,7 @@ describe('pdfmake', function() { textWidth: 15.322265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11358,7 +11358,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11371,7 +11371,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11384,7 +11384,7 @@ describe('pdfmake', function() { textWidth: 49.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11397,7 +11397,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11410,7 +11410,7 @@ describe('pdfmake', function() { textWidth: 22.79296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11423,7 +11423,7 @@ describe('pdfmake', function() { textWidth: 22.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11436,7 +11436,7 @@ describe('pdfmake', function() { textWidth: 44.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11449,7 +11449,7 @@ describe('pdfmake', function() { textWidth: 32.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11462,7 +11462,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11475,7 +11475,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11488,7 +11488,7 @@ describe('pdfmake', function() { textWidth: 13.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11501,7 +11501,7 @@ describe('pdfmake', function() { textWidth: 43.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11514,7 +11514,7 @@ describe('pdfmake', function() { textWidth: 26.759765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11527,7 +11527,7 @@ describe('pdfmake', function() { textWidth: 39.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11540,7 +11540,7 @@ describe('pdfmake', function() { textWidth: 25.83984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11553,7 +11553,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11566,7 +11566,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11579,7 +11579,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11592,7 +11592,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11605,7 +11605,7 @@ describe('pdfmake', function() { textWidth: 45.919921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11618,7 +11618,7 @@ describe('pdfmake', function() { textWidth: 10.154296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11631,7 +11631,7 @@ describe('pdfmake', function() { textWidth: 38.90625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11644,7 +11644,7 @@ describe('pdfmake', function() { textWidth: 19.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11657,7 +11657,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11670,7 +11670,7 @@ describe('pdfmake', function() { textWidth: 56.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11683,7 +11683,7 @@ describe('pdfmake', function() { textWidth: 35.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11696,7 +11696,7 @@ describe('pdfmake', function() { textWidth: 41.267578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11709,7 +11709,7 @@ describe('pdfmake', function() { textWidth: 15.31640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11722,7 +11722,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11735,7 +11735,7 @@ describe('pdfmake', function() { textWidth: 43.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11748,7 +11748,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11761,7 +11761,7 @@ describe('pdfmake', function() { textWidth: 15.322265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11774,7 +11774,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11787,7 +11787,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11800,7 +11800,7 @@ describe('pdfmake', function() { textWidth: 49.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11813,7 +11813,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -11824,7 +11824,7 @@ describe('pdfmake', function() { textWidth: 10.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11837,7 +11837,7 @@ describe('pdfmake', function() { textWidth: 15.322265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11850,7 +11850,7 @@ describe('pdfmake', function() { textWidth: 26.759765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11863,7 +11863,7 @@ describe('pdfmake', function() { textWidth: 48.94921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11876,7 +11876,7 @@ describe('pdfmake', function() { textWidth: 13.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11889,7 +11889,7 @@ describe('pdfmake', function() { textWidth: 34.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11902,7 +11902,7 @@ describe('pdfmake', function() { textWidth: 50.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11915,7 +11915,7 @@ describe('pdfmake', function() { textWidth: 34.552734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11928,7 +11928,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11941,7 +11941,7 @@ describe('pdfmake', function() { textWidth: 29.419921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11954,7 +11954,7 @@ describe('pdfmake', function() { textWidth: 29.126953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11967,7 +11967,7 @@ describe('pdfmake', function() { textWidth: 20.35546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11980,7 +11980,7 @@ describe('pdfmake', function() { textWidth: 41.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11993,7 +11993,7 @@ describe('pdfmake', function() { textWidth: 34.7109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12006,7 +12006,7 @@ describe('pdfmake', function() { textWidth: 34.9921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12019,7 +12019,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -12030,7 +12030,7 @@ describe('pdfmake', function() { textWidth: 21.90234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12043,7 +12043,7 @@ describe('pdfmake', function() { textWidth: 21.90234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12056,7 +12056,7 @@ describe('pdfmake', function() { textWidth: 34.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12069,7 +12069,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12082,7 +12082,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12095,7 +12095,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -12106,7 +12106,7 @@ describe('pdfmake', function() { textWidth: 45.2109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12119,7 +12119,7 @@ describe('pdfmake', function() { textWidth: 25.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12132,7 +12132,7 @@ describe('pdfmake', function() { textWidth: 40.72265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12145,7 +12145,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12158,7 +12158,7 @@ describe('pdfmake', function() { textWidth: 50.00390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12171,7 +12171,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12184,7 +12184,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12197,7 +12197,7 @@ describe('pdfmake', function() { textWidth: 34.564453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12210,7 +12210,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12223,7 +12223,7 @@ describe('pdfmake', function() { textWidth: 28.11328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12236,7 +12236,7 @@ describe('pdfmake', function() { textWidth: 39.181640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12249,7 +12249,7 @@ describe('pdfmake', function() { textWidth: 55.359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12262,7 +12262,7 @@ describe('pdfmake', function() { textWidth: 29.208984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12275,7 +12275,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12288,7 +12288,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12301,7 +12301,7 @@ describe('pdfmake', function() { textWidth: 44.34375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12314,7 +12314,7 @@ describe('pdfmake', function() { textWidth: 29.595703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12327,7 +12327,7 @@ describe('pdfmake', function() { textWidth: 39, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12340,7 +12340,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12353,7 +12353,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12366,7 +12366,7 @@ describe('pdfmake', function() { textWidth: 34.7109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12379,7 +12379,7 @@ describe('pdfmake', function() { textWidth: 59.25, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12392,7 +12392,7 @@ describe('pdfmake', function() { textWidth: 16.001953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12405,7 +12405,7 @@ describe('pdfmake', function() { textWidth: 18.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12418,7 +12418,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12431,7 +12431,7 @@ describe('pdfmake', function() { textWidth: 28.11328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12444,7 +12444,7 @@ describe('pdfmake', function() { textWidth: 29.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12457,7 +12457,7 @@ describe('pdfmake', function() { textWidth: 63.19921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12470,7 +12470,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12483,7 +12483,7 @@ describe('pdfmake', function() { textWidth: 39.052734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12496,7 +12496,7 @@ describe('pdfmake', function() { textWidth: 52.482421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12509,7 +12509,7 @@ describe('pdfmake', function() { textWidth: 21.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12522,7 +12522,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12535,7 +12535,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12548,7 +12548,7 @@ describe('pdfmake', function() { textWidth: 51.931640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12561,7 +12561,7 @@ describe('pdfmake', function() { textWidth: 48.2578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12574,7 +12574,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -12585,7 +12585,7 @@ describe('pdfmake', function() { textWidth: 27.821777343749996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12598,7 +12598,7 @@ describe('pdfmake', function() { textWidth: 26.951660156249996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12611,7 +12611,7 @@ describe('pdfmake', function() { textWidth: 22.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12624,7 +12624,7 @@ describe('pdfmake', function() { textWidth: 11.992675781249998, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12637,7 +12637,7 @@ describe('pdfmake', function() { textWidth: 24.486328124999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12650,7 +12650,7 @@ describe('pdfmake', function() { textWidth: 49.81201171874999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12663,7 +12663,7 @@ describe('pdfmake', function() { textWidth: 45.3515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12676,7 +12676,7 @@ describe('pdfmake', function() { textWidth: 16.6728515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12689,7 +12689,7 @@ describe('pdfmake', function() { textWidth: 47.27197265624999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12702,7 +12702,7 @@ describe('pdfmake', function() { textWidth: 24.380859374999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12715,7 +12715,7 @@ describe('pdfmake', function() { textWidth: 42.8642578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12728,7 +12728,7 @@ describe('pdfmake', function() { textWidth: 49.31103515624999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12741,7 +12741,7 @@ describe('pdfmake', function() { textWidth: 42.2138671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12754,7 +12754,7 @@ describe('pdfmake', function() { textWidth: 27.645996093749996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12767,7 +12767,7 @@ describe('pdfmake', function() { textWidth: 27.105468749999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12780,7 +12780,7 @@ describe('pdfmake', function() { textWidth: 24.578613281249996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12793,7 +12793,7 @@ describe('pdfmake', function() { textWidth: 41.90185546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12806,7 +12806,7 @@ describe('pdfmake', function() { textWidth: 30.546386718749996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12819,7 +12819,7 @@ describe('pdfmake', function() { textWidth: 21.8935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12832,7 +12832,7 @@ describe('pdfmake', function() { textWidth: 42.9873046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12845,7 +12845,7 @@ describe('pdfmake', function() { textWidth: 31.517578124999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12858,7 +12858,7 @@ describe('pdfmake', function() { textWidth: 31.781249999999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12871,7 +12871,7 @@ describe('pdfmake', function() { textWidth: 27.360351562499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12884,7 +12884,7 @@ describe('pdfmake', function() { textWidth: 34.19384765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12897,7 +12897,7 @@ describe('pdfmake', function() { textWidth: 43.01806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12910,7 +12910,7 @@ describe('pdfmake', function() { textWidth: 40.9130859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12923,7 +12923,7 @@ describe('pdfmake', function() { textWidth: 46.46337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12936,7 +12936,7 @@ describe('pdfmake', function() { textWidth: 29.157714843749996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12949,7 +12949,7 @@ describe('pdfmake', function() { textWidth: 21.43212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12962,7 +12962,7 @@ describe('pdfmake', function() { textWidth: 43.27734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12975,7 +12975,7 @@ describe('pdfmake', function() { textWidth: 49.03417968749999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12988,7 +12988,7 @@ describe('pdfmake', function() { textWidth: 38.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13001,7 +13001,7 @@ describe('pdfmake', function() { textWidth: 29.329101562499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13014,7 +13014,7 @@ describe('pdfmake', function() { textWidth: 21.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13027,7 +13027,7 @@ describe('pdfmake', function() { textWidth: 60.28857421874999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13040,7 +13040,7 @@ describe('pdfmake', function() { textWidth: 45.32080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13053,7 +13053,7 @@ describe('pdfmake', function() { textWidth: 27.395507812499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13066,7 +13066,7 @@ describe('pdfmake', function() { textWidth: 37.25244140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13079,7 +13079,7 @@ describe('pdfmake', function() { textWidth: 44.00244140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13092,7 +13092,7 @@ describe('pdfmake', function() { textWidth: 37.86328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13105,7 +13105,7 @@ describe('pdfmake', function() { textWidth: 52.21142578124999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13118,7 +13118,7 @@ describe('pdfmake', function() { textWidth: 37.5556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13131,7 +13131,7 @@ describe('pdfmake', function() { textWidth: 34.43115234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13144,7 +13144,7 @@ describe('pdfmake', function() { textWidth: 38.8828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13157,7 +13157,7 @@ describe('pdfmake', function() { textWidth: 34.52783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13170,7 +13170,7 @@ describe('pdfmake', function() { textWidth: 74.8916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13183,7 +13183,7 @@ describe('pdfmake', function() { textWidth: 15.437988281249998, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13196,7 +13196,7 @@ describe('pdfmake', function() { textWidth: 49.44287109374999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13209,7 +13209,7 @@ describe('pdfmake', function() { textWidth: 15.367675781249998, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13222,7 +13222,7 @@ describe('pdfmake', function() { textWidth: 43.31689453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13235,7 +13235,7 @@ describe('pdfmake', function() { textWidth: 31.935058593749996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13248,7 +13248,7 @@ describe('pdfmake', function() { textWidth: 44.912109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13261,7 +13261,7 @@ describe('pdfmake', function() { textWidth: 27.870117187499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13274,7 +13274,7 @@ describe('pdfmake', function() { textWidth: 42.48193359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13287,7 +13287,7 @@ describe('pdfmake', function() { textWidth: 33.64013671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13300,7 +13300,7 @@ describe('pdfmake', function() { textWidth: 19.78857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13313,7 +13313,7 @@ describe('pdfmake', function() { textWidth: 13.152832031249998, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13326,7 +13326,7 @@ describe('pdfmake', function() { textWidth: 24.982910156249996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13339,7 +13339,7 @@ describe('pdfmake', function() { textWidth: 14.014160156249998, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13352,7 +13352,7 @@ describe('pdfmake', function() { textWidth: 27.786621093749996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13365,7 +13365,7 @@ describe('pdfmake', function() { textWidth: 40.46044921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13378,7 +13378,7 @@ describe('pdfmake', function() { textWidth: 28.964355468749996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13391,7 +13391,7 @@ describe('pdfmake', function() { textWidth: 22.97900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13404,7 +13404,7 @@ describe('pdfmake', function() { textWidth: 44.138671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13417,7 +13417,7 @@ describe('pdfmake', function() { textWidth: 34.681640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13430,7 +13430,7 @@ describe('pdfmake', function() { textWidth: 36.99755859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13443,7 +13443,7 @@ describe('pdfmake', function() { textWidth: 19.51611328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13456,7 +13456,7 @@ describe('pdfmake', function() { textWidth: 39.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13469,7 +13469,7 @@ describe('pdfmake', function() { textWidth: 20.78173828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13482,7 +13482,7 @@ describe('pdfmake', function() { textWidth: 39.74853515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13495,7 +13495,7 @@ describe('pdfmake', function() { textWidth: 38.408203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13508,7 +13508,7 @@ describe('pdfmake', function() { textWidth: 25.374023437499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13521,7 +13521,7 @@ describe('pdfmake', function() { textWidth: 19.7578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13534,7 +13534,7 @@ describe('pdfmake', function() { textWidth: 28.415039062499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13547,7 +13547,7 @@ describe('pdfmake', function() { textWidth: 37.95556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13560,7 +13560,7 @@ describe('pdfmake', function() { textWidth: 36.47900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13573,7 +13573,7 @@ describe('pdfmake', function() { textWidth: 15.952148437499998, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13586,7 +13586,7 @@ describe('pdfmake', function() { textWidth: 35.34521484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13599,7 +13599,7 @@ describe('pdfmake', function() { textWidth: 34.60693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13612,7 +13612,7 @@ describe('pdfmake', function() { textWidth: 35.59130859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13625,7 +13625,7 @@ describe('pdfmake', function() { textWidth: 16.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13638,7 +13638,7 @@ describe('pdfmake', function() { textWidth: 22.01953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13651,7 +13651,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13664,7 +13664,7 @@ describe('pdfmake', function() { textWidth: 21.873046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13677,7 +13677,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13690,7 +13690,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13703,7 +13703,7 @@ describe('pdfmake', function() { textWidth: 56.89453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13716,7 +13716,7 @@ describe('pdfmake', function() { textWidth: 52.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13729,7 +13729,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13742,7 +13742,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13755,7 +13755,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13768,7 +13768,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13781,7 +13781,7 @@ describe('pdfmake', function() { textWidth: 20.35546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13794,7 +13794,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13807,7 +13807,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13820,7 +13820,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13833,7 +13833,7 @@ describe('pdfmake', function() { textWidth: 38.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13846,7 +13846,7 @@ describe('pdfmake', function() { textWidth: 20.23828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13859,7 +13859,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13872,7 +13872,7 @@ describe('pdfmake', function() { textWidth: 31.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13885,7 +13885,7 @@ describe('pdfmake', function() { textWidth: 34.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13898,7 +13898,7 @@ describe('pdfmake', function() { textWidth: 39.181640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13911,7 +13911,7 @@ describe('pdfmake', function() { textWidth: 17.61328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13924,7 +13924,7 @@ describe('pdfmake', function() { textWidth: 40.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13937,7 +13937,7 @@ describe('pdfmake', function() { textWidth: 15.685546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13950,7 +13950,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13963,7 +13963,7 @@ describe('pdfmake', function() { textWidth: 29.501953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13976,7 +13976,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13989,7 +13989,7 @@ describe('pdfmake', function() { textWidth: 63.19921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14002,7 +14002,7 @@ describe('pdfmake', function() { textWidth: 50.09765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14015,7 +14015,7 @@ describe('pdfmake', function() { textWidth: 22.79296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14028,7 +14028,7 @@ describe('pdfmake', function() { textWidth: 34.833984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14041,7 +14041,7 @@ describe('pdfmake', function() { textWidth: 43.376953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14054,7 +14054,7 @@ describe('pdfmake', function() { textWidth: 26.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14067,7 +14067,7 @@ describe('pdfmake', function() { textWidth: 21.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14080,7 +14080,7 @@ describe('pdfmake', function() { textWidth: 16.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14093,7 +14093,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14106,7 +14106,7 @@ describe('pdfmake', function() { textWidth: 20.689453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14119,7 +14119,7 @@ describe('pdfmake', function() { textWidth: 27.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14132,7 +14132,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14145,7 +14145,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14158,7 +14158,7 @@ describe('pdfmake', function() { textWidth: 60.052734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14171,7 +14171,7 @@ describe('pdfmake', function() { textWidth: 27.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14184,7 +14184,7 @@ describe('pdfmake', function() { textWidth: 16.734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14197,7 +14197,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14210,7 +14210,7 @@ describe('pdfmake', function() { textWidth: 34.5, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14223,7 +14223,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14236,7 +14236,7 @@ describe('pdfmake', function() { textWidth: 46.587890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14249,7 +14249,7 @@ describe('pdfmake', function() { textWidth: 35.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14262,7 +14262,7 @@ describe('pdfmake', function() { textWidth: 23.150390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14275,7 +14275,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14288,7 +14288,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14301,7 +14301,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14314,7 +14314,7 @@ describe('pdfmake', function() { textWidth: 48.884765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14327,7 +14327,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -14338,7 +14338,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14351,7 +14351,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14364,7 +14364,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14377,7 +14377,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14390,7 +14390,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14403,7 +14403,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14416,7 +14416,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14429,7 +14429,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14442,7 +14442,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14455,7 +14455,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14468,7 +14468,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14481,7 +14481,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14494,7 +14494,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14507,7 +14507,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14520,7 +14520,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14533,7 +14533,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14546,7 +14546,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14559,7 +14559,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14572,7 +14572,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14585,7 +14585,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14598,7 +14598,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14611,7 +14611,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14624,7 +14624,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14637,7 +14637,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14650,7 +14650,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14663,7 +14663,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14676,7 +14676,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14689,7 +14689,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14702,7 +14702,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14715,7 +14715,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14728,7 +14728,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14741,7 +14741,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14754,7 +14754,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14767,7 +14767,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14780,7 +14780,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14793,7 +14793,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14806,7 +14806,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14819,7 +14819,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14832,7 +14832,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14845,7 +14845,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14858,7 +14858,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14871,7 +14871,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14884,7 +14884,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14897,7 +14897,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14910,7 +14910,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14923,7 +14923,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14936,7 +14936,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14949,7 +14949,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14962,7 +14962,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14975,7 +14975,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14988,7 +14988,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15001,7 +15001,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15014,7 +15014,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15027,7 +15027,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15040,7 +15040,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15053,7 +15053,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15066,7 +15066,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15079,7 +15079,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15092,7 +15092,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15105,7 +15105,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15118,7 +15118,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15131,7 +15131,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15144,7 +15144,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15157,7 +15157,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15170,7 +15170,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15183,7 +15183,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15196,7 +15196,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15209,7 +15209,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15222,7 +15222,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15235,7 +15235,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15248,7 +15248,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15261,7 +15261,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15274,7 +15274,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15287,7 +15287,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15300,7 +15300,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15313,7 +15313,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15326,7 +15326,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15339,7 +15339,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15352,7 +15352,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15365,7 +15365,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15378,7 +15378,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15391,7 +15391,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15404,7 +15404,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15417,7 +15417,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15430,7 +15430,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15443,7 +15443,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15456,7 +15456,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15469,7 +15469,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15482,7 +15482,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15495,7 +15495,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15508,7 +15508,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15521,7 +15521,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15534,7 +15534,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15547,7 +15547,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15560,7 +15560,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15573,7 +15573,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15586,7 +15586,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15599,7 +15599,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15612,7 +15612,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15625,7 +15625,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15638,7 +15638,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15651,7 +15651,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15664,7 +15664,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15677,7 +15677,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15690,7 +15690,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15703,7 +15703,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15716,7 +15716,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15729,7 +15729,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15742,7 +15742,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15755,7 +15755,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15768,7 +15768,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15781,7 +15781,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15794,7 +15794,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15807,7 +15807,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15820,7 +15820,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15833,7 +15833,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15846,7 +15846,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15859,7 +15859,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15872,7 +15872,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15885,7 +15885,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15898,7 +15898,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15911,7 +15911,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15924,7 +15924,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15937,7 +15937,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15950,7 +15950,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15963,7 +15963,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15976,7 +15976,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15989,7 +15989,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16002,7 +16002,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16015,7 +16015,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16028,7 +16028,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16041,7 +16041,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16054,7 +16054,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16067,7 +16067,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16080,7 +16080,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16093,7 +16093,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16106,7 +16106,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16119,7 +16119,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16132,7 +16132,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16145,7 +16145,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16158,7 +16158,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16171,7 +16171,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16184,7 +16184,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16197,7 +16197,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16210,7 +16210,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16223,7 +16223,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16236,7 +16236,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16249,7 +16249,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16262,7 +16262,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16275,7 +16275,7 @@ describe('pdfmake', function() { textWidth: 48.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16288,7 +16288,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16301,7 +16301,7 @@ describe('pdfmake', function() { textWidth: 57.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16314,7 +16314,7 @@ describe('pdfmake', function() { textWidth: 53.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16327,7 +16327,7 @@ describe('pdfmake', function() { textWidth: 59.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16340,7 +16340,7 @@ describe('pdfmake', function() { textWidth: 48.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16353,7 +16353,7 @@ describe('pdfmake', function() { textWidth: 21.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16366,7 +16366,7 @@ describe('pdfmake', function() { textWidth: 49.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16379,7 +16379,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16392,7 +16392,7 @@ describe('pdfmake', function() { textWidth: 43.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16405,7 +16405,7 @@ describe('pdfmake', function() { textWidth: 64.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16418,7 +16418,7 @@ describe('pdfmake', function() { textWidth: 68.583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16431,7 +16431,7 @@ describe('pdfmake', function() { textWidth: 73.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16444,7 +16444,7 @@ describe('pdfmake', function() { textWidth: 46.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16457,7 +16457,7 @@ describe('pdfmake', function() { textWidth: 25.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16470,7 +16470,7 @@ describe('pdfmake', function() { textWidth: 40.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16483,7 +16483,7 @@ describe('pdfmake', function() { textWidth: 63.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16496,7 +16496,7 @@ describe('pdfmake', function() { textWidth: 54.08203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16509,7 +16509,7 @@ describe('pdfmake', function() { textWidth: 43.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16522,7 +16522,7 @@ describe('pdfmake', function() { textWidth: 25.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16535,7 +16535,7 @@ describe('pdfmake', function() { textWidth: 59.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16548,7 +16548,7 @@ describe('pdfmake', function() { textWidth: 31.517578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16561,7 +16561,7 @@ describe('pdfmake', function() { textWidth: 37.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16574,7 +16574,7 @@ describe('pdfmake', function() { textWidth: 57.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16587,7 +16587,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16600,7 +16600,7 @@ describe('pdfmake', function() { textWidth: 23.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16613,7 +16613,7 @@ describe('pdfmake', function() { textWidth: 36.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16626,7 +16626,7 @@ describe('pdfmake', function() { textWidth: 22.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16639,7 +16639,7 @@ describe('pdfmake', function() { textWidth: 55.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16652,7 +16652,7 @@ describe('pdfmake', function() { textWidth: 50.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16665,7 +16665,7 @@ describe('pdfmake', function() { textWidth: 42.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16678,7 +16678,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16691,7 +16691,7 @@ describe('pdfmake', function() { textWidth: 55.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16704,7 +16704,7 @@ describe('pdfmake', function() { textWidth: 20.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16717,7 +16717,7 @@ describe('pdfmake', function() { textWidth: 40.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16730,7 +16730,7 @@ describe('pdfmake', function() { textWidth: 21.45703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16743,7 +16743,7 @@ describe('pdfmake', function() { textWidth: 62.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16756,7 +16756,7 @@ describe('pdfmake', function() { textWidth: 57.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16769,7 +16769,7 @@ describe('pdfmake', function() { textWidth: 28.20703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16782,7 +16782,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16795,7 +16795,7 @@ describe('pdfmake', function() { textWidth: 53.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16808,7 +16808,7 @@ describe('pdfmake', function() { textWidth: 47.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16821,7 +16821,7 @@ describe('pdfmake', function() { textWidth: 42.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16834,7 +16834,7 @@ describe('pdfmake', function() { textWidth: 88.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16847,7 +16847,7 @@ describe('pdfmake', function() { textWidth: 48.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16860,7 +16860,7 @@ describe('pdfmake', function() { textWidth: 54.826171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16873,7 +16873,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16886,7 +16886,7 @@ describe('pdfmake', function() { textWidth: 36.380859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16899,7 +16899,7 @@ describe('pdfmake', function() { textWidth: 53.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16912,7 +16912,7 @@ describe('pdfmake', function() { textWidth: 32.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16925,7 +16925,7 @@ describe('pdfmake', function() { textWidth: 38.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16938,7 +16938,7 @@ describe('pdfmake', function() { textWidth: 35.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16951,7 +16951,7 @@ describe('pdfmake', function() { textWidth: 34.693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16964,7 +16964,7 @@ describe('pdfmake', function() { textWidth: 55.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16977,7 +16977,7 @@ describe('pdfmake', function() { textWidth: 49.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16985,7 +16985,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -16996,7 +16996,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17009,7 +17009,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17022,7 +17022,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17035,7 +17035,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17048,7 +17048,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17061,7 +17061,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17074,7 +17074,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17087,7 +17087,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17100,7 +17100,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17113,7 +17113,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17126,7 +17126,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17139,7 +17139,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17152,7 +17152,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17165,7 +17165,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17178,7 +17178,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17191,7 +17191,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17204,7 +17204,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17217,7 +17217,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17230,7 +17230,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17243,7 +17243,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17256,7 +17256,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17269,7 +17269,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17282,7 +17282,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17295,7 +17295,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17308,7 +17308,7 @@ describe('pdfmake', function() { textWidth: 35.830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17321,7 +17321,7 @@ describe('pdfmake', function() { textWidth: 72.169921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17334,7 +17334,7 @@ describe('pdfmake', function() { textWidth: 39.978515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17347,7 +17347,7 @@ describe('pdfmake', function() { textWidth: 32.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17360,7 +17360,7 @@ describe('pdfmake', function() { textWidth: 62.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17373,7 +17373,7 @@ describe('pdfmake', function() { textWidth: 49.669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17386,7 +17386,7 @@ describe('pdfmake', function() { textWidth: 61.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17399,7 +17399,7 @@ describe('pdfmake', function() { textWidth: 63.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17412,7 +17412,7 @@ describe('pdfmake', function() { textWidth: 35.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17425,7 +17425,7 @@ describe('pdfmake', function() { textWidth: 54.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17438,7 +17438,7 @@ describe('pdfmake', function() { textWidth: 20.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17451,7 +17451,7 @@ describe('pdfmake', function() { textWidth: 72.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17464,7 +17464,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -17475,7 +17475,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -17486,7 +17486,7 @@ describe('pdfmake', function() { textWidth: 20.185546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17499,7 +17499,7 @@ describe('pdfmake', function() { textWidth: 28.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17512,7 +17512,7 @@ describe('pdfmake', function() { textWidth: 37.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17525,7 +17525,7 @@ describe('pdfmake', function() { textWidth: 18.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17538,7 +17538,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17551,7 +17551,7 @@ describe('pdfmake', function() { textWidth: 22.130859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17564,7 +17564,7 @@ describe('pdfmake', function() { textWidth: 57.984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17577,7 +17577,7 @@ describe('pdfmake', function() { textWidth: 28.44140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17590,7 +17590,7 @@ describe('pdfmake', function() { textWidth: 37.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17603,7 +17603,7 @@ describe('pdfmake', function() { textWidth: 54.509765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17616,7 +17616,7 @@ describe('pdfmake', function() { textWidth: 43.86328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17629,7 +17629,7 @@ describe('pdfmake', function() { textWidth: 36.568359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17642,7 +17642,7 @@ describe('pdfmake', function() { textWidth: 43.21875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17655,7 +17655,7 @@ describe('pdfmake', function() { textWidth: 56.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17668,7 +17668,7 @@ describe('pdfmake', function() { textWidth: 26.244140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17681,7 +17681,7 @@ describe('pdfmake', function() { textWidth: 15.685546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17694,7 +17694,7 @@ describe('pdfmake', function() { textWidth: 24.357421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17707,7 +17707,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -17718,7 +17718,7 @@ describe('pdfmake', function() { textWidth: 20.384765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17731,7 +17731,7 @@ describe('pdfmake', function() { textWidth: 48.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17744,7 +17744,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17757,7 +17757,7 @@ describe('pdfmake', function() { textWidth: 20.490234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17770,7 +17770,7 @@ describe('pdfmake', function() { textWidth: 25.81640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17783,7 +17783,7 @@ describe('pdfmake', function() { textWidth: 57.01171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17796,7 +17796,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17809,7 +17809,7 @@ describe('pdfmake', function() { textWidth: 22.130859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17822,7 +17822,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17835,7 +17835,7 @@ describe('pdfmake', function() { textWidth: 40.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17848,7 +17848,7 @@ describe('pdfmake', function() { textWidth: 28.025390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17861,7 +17861,7 @@ describe('pdfmake', function() { textWidth: 29.53125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17874,7 +17874,7 @@ describe('pdfmake', function() { textWidth: 46.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17887,7 +17887,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17900,7 +17900,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17913,7 +17913,7 @@ describe('pdfmake', function() { textWidth: 16.447265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17926,7 +17926,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17939,7 +17939,7 @@ describe('pdfmake', function() { textWidth: 34.623046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17952,7 +17952,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17965,7 +17965,7 @@ describe('pdfmake', function() { textWidth: 31.25390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17978,7 +17978,7 @@ describe('pdfmake', function() { textWidth: 27.626953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17991,7 +17991,7 @@ describe('pdfmake', function() { textWidth: 25.634765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18004,7 +18004,7 @@ describe('pdfmake', function() { textWidth: 9.802734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18017,7 +18017,7 @@ describe('pdfmake', function() { textWidth: 23.150390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18030,7 +18030,7 @@ describe('pdfmake', function() { textWidth: 30.1640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18043,7 +18043,7 @@ describe('pdfmake', function() { textWidth: 48.94921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18056,7 +18056,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18069,7 +18069,7 @@ describe('pdfmake', function() { textWidth: 32.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18082,7 +18082,7 @@ describe('pdfmake', function() { textWidth: 26.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18095,7 +18095,7 @@ describe('pdfmake', function() { textWidth: 25.458984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18108,7 +18108,7 @@ describe('pdfmake', function() { textWidth: 36.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18121,7 +18121,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18134,7 +18134,7 @@ describe('pdfmake', function() { textWidth: 27.9609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18147,7 +18147,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18158,7 +18158,7 @@ describe('pdfmake', function() { textWidth: 32.79052734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18171,7 +18171,7 @@ describe('pdfmake', function() { textWidth: 52.36083984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18184,7 +18184,7 @@ describe('pdfmake', function() { textWidth: 39.49951171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18197,7 +18197,7 @@ describe('pdfmake', function() { textWidth: 7.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18210,7 +18210,7 @@ describe('pdfmake', function() { textWidth: 21.70166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18223,7 +18223,7 @@ describe('pdfmake', function() { textWidth: 52.0166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18236,7 +18236,7 @@ describe('pdfmake', function() { textWidth: 19.24072265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18249,7 +18249,7 @@ describe('pdfmake', function() { textWidth: 11.66748046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18262,7 +18262,7 @@ describe('pdfmake', function() { textWidth: 42.57568359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18275,7 +18275,7 @@ describe('pdfmake', function() { textWidth: 41.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18288,7 +18288,7 @@ describe('pdfmake', function() { textWidth: 42.0556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18301,7 +18301,7 @@ describe('pdfmake', function() { textWidth: 61.2158203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18314,7 +18314,7 @@ describe('pdfmake', function() { textWidth: 25.49560546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18327,7 +18327,7 @@ describe('pdfmake', function() { textWidth: 29.6923828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18340,7 +18340,7 @@ describe('pdfmake', function() { textWidth: 12.10693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18353,7 +18353,7 @@ describe('pdfmake', function() { textWidth: 28.4326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18366,7 +18366,7 @@ describe('pdfmake', function() { textWidth: 78.80126953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18379,7 +18379,7 @@ describe('pdfmake', function() { textWidth: 62.40966796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18392,7 +18392,7 @@ describe('pdfmake', function() { textWidth: 91.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18405,7 +18405,7 @@ describe('pdfmake', function() { textWidth: 28.04443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18418,7 +18418,7 @@ describe('pdfmake', function() { textWidth: 39.57275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18431,7 +18431,7 @@ describe('pdfmake', function() { textWidth: 31.9775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18444,7 +18444,7 @@ describe('pdfmake', function() { textWidth: 12.10693359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18457,7 +18457,7 @@ describe('pdfmake', function() { textWidth: 52.24365234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18470,7 +18470,7 @@ describe('pdfmake', function() { textWidth: 24.36767578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18483,7 +18483,7 @@ describe('pdfmake', function() { textWidth: 38.31298828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18496,7 +18496,7 @@ describe('pdfmake', function() { textWidth: 21.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18509,7 +18509,7 @@ describe('pdfmake', function() { textWidth: 37.021484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18522,7 +18522,7 @@ describe('pdfmake', function() { textWidth: 73.720703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18535,7 +18535,7 @@ describe('pdfmake', function() { textWidth: 53.02734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18548,7 +18548,7 @@ describe('pdfmake', function() { textWidth: 85.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18561,7 +18561,7 @@ describe('pdfmake', function() { textWidth: 76.484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18574,7 +18574,7 @@ describe('pdfmake', function() { textWidth: 22.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18587,7 +18587,7 @@ describe('pdfmake', function() { textWidth: 32.099609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18600,7 +18600,7 @@ describe('pdfmake', function() { textWidth: 16.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18613,7 +18613,7 @@ describe('pdfmake', function() { textWidth: 63.92578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18626,7 +18626,7 @@ describe('pdfmake', function() { textWidth: 32.490234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18639,7 +18639,7 @@ describe('pdfmake', function() { textWidth: 71.162109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18652,7 +18652,7 @@ describe('pdfmake', function() { textWidth: 63.57421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18665,7 +18665,7 @@ describe('pdfmake', function() { textWidth: 45.927734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18678,7 +18678,7 @@ describe('pdfmake', function() { textWidth: 101.7578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18691,7 +18691,7 @@ describe('pdfmake', function() { textWidth: 87.6953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18704,7 +18704,7 @@ describe('pdfmake', function() { textWidth: 46.46484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18717,7 +18717,7 @@ describe('pdfmake', function() { textWidth: 32.490234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18730,7 +18730,7 @@ describe('pdfmake', function() { textWidth: 52.734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18743,7 +18743,7 @@ describe('pdfmake', function() { textWidth: 37.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18756,7 +18756,7 @@ describe('pdfmake', function() { textWidth: 26.259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18769,7 +18769,7 @@ describe('pdfmake', function() { textWidth: 15.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18782,7 +18782,7 @@ describe('pdfmake', function() { textWidth: 42.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18795,7 +18795,7 @@ describe('pdfmake', function() { textWidth: 27.12890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18808,7 +18808,7 @@ describe('pdfmake', function() { textWidth: 54.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18821,7 +18821,7 @@ describe('pdfmake', function() { textWidth: 38.5048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18834,7 +18834,7 @@ describe('pdfmake', function() { textWidth: 63.11425781249999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18847,7 +18847,7 @@ describe('pdfmake', function() { textWidth: 42.9609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18860,7 +18860,7 @@ describe('pdfmake', function() { textWidth: 30.164062499999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18873,7 +18873,7 @@ describe('pdfmake', function() { textWidth: 68.7919921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18886,7 +18886,7 @@ describe('pdfmake', function() { textWidth: 32.361328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18899,7 +18899,7 @@ describe('pdfmake', function() { textWidth: 56.89160156249999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18912,7 +18912,7 @@ describe('pdfmake', function() { textWidth: 89.244140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18925,7 +18925,7 @@ describe('pdfmake', function() { textWidth: 30.041015624999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18938,7 +18938,7 @@ describe('pdfmake', function() { textWidth: 61.44433593749999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18951,7 +18951,7 @@ describe('pdfmake', function() { textWidth: 13.974609374999998, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18964,7 +18964,7 @@ describe('pdfmake', function() { textWidth: 36.755859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18977,7 +18977,7 @@ describe('pdfmake', function() { textWidth: 42.0205078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18990,7 +18990,7 @@ describe('pdfmake', function() { textWidth: 71.2529296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19003,7 +19003,7 @@ describe('pdfmake', function() { textWidth: 20.1005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19016,7 +19016,7 @@ describe('pdfmake', function() { textWidth: 49.21874999999999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19029,7 +19029,7 @@ describe('pdfmake', function() { textWidth: 84.9375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19042,7 +19042,7 @@ describe('pdfmake', function() { textWidth: 10.2568359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19055,7 +19055,7 @@ describe('pdfmake', function() { textWidth: 43.6552734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19068,7 +19068,7 @@ describe('pdfmake', function() { textWidth: 39.1904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19081,7 +19081,7 @@ describe('pdfmake', function() { textWidth: 41.6953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19094,7 +19094,7 @@ describe('pdfmake', function() { textWidth: 93.05859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19107,7 +19107,7 @@ describe('pdfmake', function() { textWidth: 48.11132812499999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19120,7 +19120,7 @@ describe('pdfmake', function() { textWidth: 60.78515624999999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19133,7 +19133,7 @@ describe('pdfmake', function() { textWidth: 33.71484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19146,7 +19146,7 @@ describe('pdfmake', function() { textWidth: 52.67285156249999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19159,7 +19159,7 @@ describe('pdfmake', function() { textWidth: 69.7939453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19172,7 +19172,7 @@ describe('pdfmake', function() { textWidth: 41.9326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19185,7 +19185,7 @@ describe('pdfmake', function() { textWidth: 29.575195312499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19198,7 +19198,7 @@ describe('pdfmake', function() { textWidth: 46.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19211,7 +19211,7 @@ describe('pdfmake', function() { textWidth: 31.605468749999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19224,7 +19224,7 @@ describe('pdfmake', function() { textWidth: 30.041015624999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19237,7 +19237,7 @@ describe('pdfmake', function() { textWidth: 50.83593749999999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19250,7 +19250,7 @@ describe('pdfmake', function() { textWidth: 42.3017578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19263,7 +19263,7 @@ describe('pdfmake', function() { textWidth: 41.2470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19276,7 +19276,7 @@ describe('pdfmake', function() { textWidth: 51.11718749999999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19289,7 +19289,7 @@ describe('pdfmake', function() { textWidth: 53.34082031249999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19302,7 +19302,7 @@ describe('pdfmake', function() { textWidth: 19.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19315,7 +19315,7 @@ describe('pdfmake', function() { textWidth: 25.242187499999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19328,7 +19328,7 @@ describe('pdfmake', function() { textWidth: 26.956054687499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19341,7 +19341,7 @@ describe('pdfmake', function() { textWidth: 62.09472656249999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19354,7 +19354,7 @@ describe('pdfmake', function() { textWidth: 46.529296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19367,7 +19367,7 @@ describe('pdfmake', function() { textWidth: 41.9326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19380,7 +19380,7 @@ describe('pdfmake', function() { textWidth: 30.480468749999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19393,7 +19393,7 @@ describe('pdfmake', function() { textWidth: 56.89160156249999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19406,7 +19406,7 @@ describe('pdfmake', function() { textWidth: 84.5244140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19419,7 +19419,7 @@ describe('pdfmake', function() { textWidth: 68.4140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19432,7 +19432,7 @@ describe('pdfmake', function() { textWidth: 51.11718749999999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19445,7 +19445,7 @@ describe('pdfmake', function() { textWidth: 33.0029296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19458,7 +19458,7 @@ describe('pdfmake', function() { textWidth: 23.809570312499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19471,7 +19471,7 @@ describe('pdfmake', function() { textWidth: 62.28808593749999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19484,7 +19484,7 @@ describe('pdfmake', function() { textWidth: 20.1005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19497,7 +19497,7 @@ describe('pdfmake', function() { textWidth: 29.575195312499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19510,7 +19510,7 @@ describe('pdfmake', function() { textWidth: 68.3349609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19523,7 +19523,7 @@ describe('pdfmake', function() { textWidth: 33.71484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19536,7 +19536,7 @@ describe('pdfmake', function() { textWidth: 40.341796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19549,7 +19549,7 @@ describe('pdfmake', function() { textWidth: 46.142578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19562,7 +19562,7 @@ describe('pdfmake', function() { textWidth: 18.0791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19575,7 +19575,7 @@ describe('pdfmake', function() { textWidth: 86.9677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19588,7 +19588,7 @@ describe('pdfmake', function() { textWidth: 72.10546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19601,7 +19601,7 @@ describe('pdfmake', function() { textWidth: 65.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19614,7 +19614,7 @@ describe('pdfmake', function() { textWidth: 42.0205078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19627,7 +19627,7 @@ describe('pdfmake', function() { textWidth: 32.853515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19640,7 +19640,7 @@ describe('pdfmake', function() { textWidth: 43.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19653,7 +19653,7 @@ describe('pdfmake', function() { textWidth: 28.889648437499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19666,7 +19666,7 @@ describe('pdfmake', function() { textWidth: 41.8271484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19679,7 +19679,7 @@ describe('pdfmake', function() { textWidth: 60.76757812499999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19692,7 +19692,7 @@ describe('pdfmake', function() { textWidth: 23.976562499999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19705,7 +19705,7 @@ describe('pdfmake', function() { textWidth: 69.7939453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19718,7 +19718,7 @@ describe('pdfmake', function() { textWidth: 47.45214843749999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19731,7 +19731,7 @@ describe('pdfmake', function() { textWidth: 96.43359374999999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19744,7 +19744,7 @@ describe('pdfmake', function() { textWidth: 38.6279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19757,7 +19757,7 @@ describe('pdfmake', function() { textWidth: 29.575195312499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19770,7 +19770,7 @@ describe('pdfmake', function() { textWidth: 69.7939453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19783,7 +19783,7 @@ describe('pdfmake', function() { textWidth: 41.9326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19791,7 +19791,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -19802,7 +19802,7 @@ describe('pdfmake', function() { textWidth: 65.7333984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19815,7 +19815,7 @@ describe('pdfmake', function() { textWidth: 38.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19828,7 +19828,7 @@ describe('pdfmake', function() { textWidth: 18.0791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19841,7 +19841,7 @@ describe('pdfmake', function() { textWidth: 37.3095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19854,7 +19854,7 @@ describe('pdfmake', function() { textWidth: 14.879882812499998, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19867,7 +19867,7 @@ describe('pdfmake', function() { textWidth: 57.01464843749999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19880,7 +19880,7 @@ describe('pdfmake', function() { textWidth: 34.41796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19893,7 +19893,7 @@ describe('pdfmake', function() { textWidth: 31.130859374999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19906,7 +19906,7 @@ describe('pdfmake', function() { textWidth: 34.4267578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19919,7 +19919,7 @@ describe('pdfmake', function() { textWidth: 45.263671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19932,7 +19932,7 @@ describe('pdfmake', function() { textWidth: 80.595703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19945,7 +19945,7 @@ describe('pdfmake', function() { textWidth: 18.7822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19958,7 +19958,7 @@ describe('pdfmake', function() { textWidth: 29.575195312499996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19971,7 +19971,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19984,7 +19984,7 @@ describe('pdfmake', function() { textWidth: 44.4111328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19997,7 +19997,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -20008,7 +20008,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -20019,7 +20019,7 @@ describe('pdfmake', function() { textWidth: 30.92578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20032,7 +20032,7 @@ describe('pdfmake', function() { textWidth: 36.205078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20045,7 +20045,7 @@ describe('pdfmake', function() { textWidth: 26.572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20058,7 +20058,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20071,7 +20071,7 @@ describe('pdfmake', function() { textWidth: 34.7109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20084,7 +20084,7 @@ describe('pdfmake', function() { textWidth: 59.982421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20097,7 +20097,7 @@ describe('pdfmake', function() { textWidth: 98.56640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); diff --git a/tests/visual/pdfmake/images.spec.js b/tests/visual/pdfmake/images.spec.js index 08a055273..105659a03 100644 --- a/tests/visual/pdfmake/images.spec.js +++ b/tests/visual/pdfmake/images.spec.js @@ -1,9 +1,9 @@ import { runDocTest } from '../helpers'; import { jpeg as bee } from '../../images/bee'; -describe('pdfmake', function() { - test('images', function() { - return runDocTest(function(doc) { +describe('pdfmake', function () { + test('images', function () { + return runDocTest(function (doc) { const images = { bee: bee }; doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fill('black'); @@ -15,7 +15,7 @@ describe('pdfmake', function() { textWidth: 50.00390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -28,7 +28,7 @@ describe('pdfmake', function() { textWidth: 35.431640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -41,7 +41,7 @@ describe('pdfmake', function() { textWidth: 17.61328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -54,7 +54,7 @@ describe('pdfmake', function() { textWidth: 35.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -67,7 +67,7 @@ describe('pdfmake', function() { textWidth: 16.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -80,7 +80,7 @@ describe('pdfmake', function() { textWidth: 37.72265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -93,7 +93,7 @@ describe('pdfmake', function() { textWidth: 50.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -106,7 +106,7 @@ describe('pdfmake', function() { textWidth: 32.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -119,7 +119,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -132,7 +132,7 @@ describe('pdfmake', function() { textWidth: 27.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -145,7 +145,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -158,7 +158,7 @@ describe('pdfmake', function() { textWidth: 10.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -171,7 +171,7 @@ describe('pdfmake', function() { textWidth: 16.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -184,7 +184,7 @@ describe('pdfmake', function() { textWidth: 34.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -197,7 +197,7 @@ describe('pdfmake', function() { textWidth: 38.0859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -210,7 +210,7 @@ describe('pdfmake', function() { textWidth: 13.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -223,7 +223,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -236,7 +236,7 @@ describe('pdfmake', function() { textWidth: 51.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -249,7 +249,7 @@ describe('pdfmake', function() { textWidth: 36.017578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -262,7 +262,7 @@ describe('pdfmake', function() { textWidth: 42.4921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -275,7 +275,7 @@ describe('pdfmake', function() { textWidth: 24.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -288,7 +288,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -301,7 +301,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -314,13 +314,13 @@ describe('pdfmake', function() { textWidth: 25.927734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); doc.image('tests/images/sampleImage.jpg', 40, 68.125, { width: 695, - height: 310 + height: 310, }); doc.save(); doc.restore(); @@ -333,7 +333,7 @@ describe('pdfmake', function() { textWidth: 10.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -346,7 +346,7 @@ describe('pdfmake', function() { textWidth: 22.01953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -359,7 +359,7 @@ describe('pdfmake', function() { textWidth: 41.28515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -372,7 +372,7 @@ describe('pdfmake', function() { textWidth: 34.552734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -385,7 +385,7 @@ describe('pdfmake', function() { textWidth: 36.017578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -398,7 +398,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -411,7 +411,7 @@ describe('pdfmake', function() { textWidth: 31.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -424,13 +424,13 @@ describe('pdfmake', function() { textWidth: 73.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); doc.image('tests/images/sampleImage.jpg', 40, 392.1875, { width: 150, - height: 66.90647482014388 + height: 66.90647482014388, }); doc.save(); doc.restore(); @@ -443,7 +443,7 @@ describe('pdfmake', function() { textWidth: 10.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -456,7 +456,7 @@ describe('pdfmake', function() { textWidth: 22.01953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -469,7 +469,7 @@ describe('pdfmake', function() { textWidth: 41.28515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -482,7 +482,7 @@ describe('pdfmake', function() { textWidth: 27.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -495,7 +495,7 @@ describe('pdfmake', function() { textWidth: 32.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -508,7 +508,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -521,7 +521,7 @@ describe('pdfmake', function() { textWidth: 36.111328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -534,7 +534,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -547,7 +547,7 @@ describe('pdfmake', function() { textWidth: 36.017578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -560,7 +560,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -573,7 +573,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -586,13 +586,13 @@ describe('pdfmake', function() { textWidth: 50.349609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); doc.image('tests/images/sampleImage.jpg', 40, 473.1564748201439, { width: 150, - height: 150 + height: 150, }); doc.save(); doc.restore(); @@ -605,7 +605,7 @@ describe('pdfmake', function() { textWidth: 23.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -618,7 +618,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -631,7 +631,7 @@ describe('pdfmake', function() { textWidth: 25.44140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -644,7 +644,7 @@ describe('pdfmake', function() { textWidth: 13.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -657,7 +657,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -670,7 +670,7 @@ describe('pdfmake', function() { textWidth: 36.017578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -683,7 +683,7 @@ describe('pdfmake', function() { textWidth: 34.728515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -696,7 +696,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -709,13 +709,13 @@ describe('pdfmake', function() { textWidth: 49.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); doc.image('tests/images/sampleImage.jpg', 40, 637.2189748201439, { width: 100, - height: 44.60431654676259 + height: 44.60431654676259, }); doc.save(); doc.restore(); @@ -723,7 +723,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -734,7 +734,7 @@ describe('pdfmake', function() { textWidth: 42.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -747,7 +747,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -760,7 +760,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -773,7 +773,7 @@ describe('pdfmake', function() { textWidth: 25.44140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -786,7 +786,7 @@ describe('pdfmake', function() { textWidth: 49.01953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -799,7 +799,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -812,7 +812,7 @@ describe('pdfmake', function() { textWidth: 48.33984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -825,7 +825,7 @@ describe('pdfmake', function() { textWidth: 36.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -838,7 +838,7 @@ describe('pdfmake', function() { textWidth: 23.958984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -851,7 +851,7 @@ describe('pdfmake', function() { textWidth: 22.79296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -864,7 +864,7 @@ describe('pdfmake', function() { textWidth: 34.833984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -877,7 +877,7 @@ describe('pdfmake', function() { textWidth: 24.703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -890,7 +890,7 @@ describe('pdfmake', function() { textWidth: 32.361328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -903,7 +903,7 @@ describe('pdfmake', function() { textWidth: 28.44140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -916,7 +916,7 @@ describe('pdfmake', function() { textWidth: 32.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -929,7 +929,7 @@ describe('pdfmake', function() { textWidth: 118.06640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -942,7 +942,7 @@ describe('pdfmake', function() { textWidth: 36.94921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -955,13 +955,13 @@ describe('pdfmake', function() { textWidth: 61.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); doc.image(images['bee'], 40, 68.125, { width: 200, - height: 195.59902200488997 + height: 195.59902200488997, }); doc.save(); doc.restore(); @@ -974,7 +974,7 @@ describe('pdfmake', function() { textWidth: 13.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -987,7 +987,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1000,7 +1000,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1013,7 +1013,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1026,7 +1026,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1039,7 +1039,7 @@ describe('pdfmake', function() { textWidth: 49.880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1052,7 +1052,7 @@ describe('pdfmake', function() { textWidth: 57.328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1065,7 +1065,7 @@ describe('pdfmake', function() { textWidth: 34.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1078,7 +1078,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1091,7 +1091,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1104,7 +1104,7 @@ describe('pdfmake', function() { textWidth: 59.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1117,7 +1117,7 @@ describe('pdfmake', function() { textWidth: 15.31640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1130,13 +1130,13 @@ describe('pdfmake', function() { textWidth: 32.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); doc.image(images['bee'], 40, 277.78652200489, { width: 200, - height: 195.59902200488997 + height: 195.59902200488997, }); doc.save(); doc.restore(); diff --git a/tests/visual/pdfmake/lists.spec.js b/tests/visual/pdfmake/lists.spec.js index d9ca94b76..4560fdfc5 100644 --- a/tests/visual/pdfmake/lists.spec.js +++ b/tests/visual/pdfmake/lists.spec.js @@ -1,8 +1,8 @@ import { runDocTest } from '../helpers'; -describe('pdfmake', function() { - test('lists', function() { - return runDocTest(function(doc) { +describe('pdfmake', function () { + test('lists', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fill('black'); doc.fillColor('black'); @@ -13,7 +13,7 @@ describe('pdfmake', function() { textWidth: 73.6962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -26,7 +26,7 @@ describe('pdfmake', function() { textWidth: 20.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -39,7 +39,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -52,7 +52,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -68,7 +68,7 @@ describe('pdfmake', function() { 40.89543050033841, 62.7109375, 42, - 62.7109375 + 62.7109375, ); doc.bezierCurveTo( 43.10456949966159, @@ -76,7 +76,7 @@ describe('pdfmake', function() { 44, 63.60636800033841, 44, - 64.7109375 + 64.7109375, ); doc.bezierCurveTo( 44, @@ -84,7 +84,7 @@ describe('pdfmake', function() { 43.10456949966159, 66.7109375, 42, - 66.7109375 + 66.7109375, ); doc.bezierCurveTo( 40.89543050033841, @@ -92,7 +92,7 @@ describe('pdfmake', function() { 40, 65.8155069996616, 40, - 64.7109375 + 64.7109375, ); doc.closePath(); doc.fillColor('black', 1); @@ -107,7 +107,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -120,7 +120,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -136,7 +136,7 @@ describe('pdfmake', function() { 40.89543050033841, 76.7734375, 42, - 76.7734375 + 76.7734375, ); doc.bezierCurveTo( 43.10456949966159, @@ -144,7 +144,7 @@ describe('pdfmake', function() { 44, 77.6688680003384, 44, - 78.7734375 + 78.7734375, ); doc.bezierCurveTo( 44, @@ -152,7 +152,7 @@ describe('pdfmake', function() { 43.10456949966159, 80.7734375, 42, - 80.7734375 + 80.7734375, ); doc.bezierCurveTo( 40.89543050033841, @@ -160,7 +160,7 @@ describe('pdfmake', function() { 40, 79.8780069996616, 40, - 78.7734375 + 78.7734375, ); doc.closePath(); doc.fillColor('black', 1); @@ -175,7 +175,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -188,7 +188,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -204,7 +204,7 @@ describe('pdfmake', function() { 40.89543050033841, 90.8359375, 42, - 90.8359375 + 90.8359375, ); doc.bezierCurveTo( 43.10456949966159, @@ -212,7 +212,7 @@ describe('pdfmake', function() { 44, 91.7313680003384, 44, - 92.8359375 + 92.8359375, ); doc.bezierCurveTo( 44, @@ -220,7 +220,7 @@ describe('pdfmake', function() { 43.10456949966159, 94.8359375, 42, - 94.8359375 + 94.8359375, ); doc.bezierCurveTo( 40.89543050033841, @@ -228,7 +228,7 @@ describe('pdfmake', function() { 40, 93.9405069996616, 40, - 92.8359375 + 92.8359375, ); doc.closePath(); doc.fillColor('black', 1); @@ -243,7 +243,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -254,7 +254,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -265,7 +265,7 @@ describe('pdfmake', function() { textWidth: 73.6962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -278,7 +278,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -291,7 +291,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -304,7 +304,7 @@ describe('pdfmake', function() { textWidth: 46.2744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -317,7 +317,7 @@ describe('pdfmake', function() { textWidth: 31.79443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -330,7 +330,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -343,7 +343,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -359,7 +359,7 @@ describe('pdfmake', function() { 40.89543050033841, 157.6328125, 42, - 157.6328125 + 157.6328125, ); doc.bezierCurveTo( 43.10456949966159, @@ -367,7 +367,7 @@ describe('pdfmake', function() { 44, 158.52824300033842, 44, - 159.6328125 + 159.6328125, ); doc.bezierCurveTo( 44, @@ -375,7 +375,7 @@ describe('pdfmake', function() { 43.10456949966159, 161.6328125, 42, - 161.6328125 + 161.6328125, ); doc.bezierCurveTo( 40.89543050033841, @@ -383,7 +383,7 @@ describe('pdfmake', function() { 40, 160.73738199966158, 40, - 159.6328125 + 159.6328125, ); doc.closePath(); doc.fillColor('black', 1); @@ -398,7 +398,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -411,7 +411,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -424,7 +424,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -437,7 +437,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -450,7 +450,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -463,7 +463,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -476,7 +476,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -489,7 +489,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -502,7 +502,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -515,7 +515,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -528,7 +528,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -541,7 +541,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -557,7 +557,7 @@ describe('pdfmake', function() { 40.89543050033841, 171.6953125, 42, - 171.6953125 + 171.6953125, ); doc.bezierCurveTo( 43.10456949966159, @@ -565,7 +565,7 @@ describe('pdfmake', function() { 44, 172.59074300033842, 44, - 173.6953125 + 173.6953125, ); doc.bezierCurveTo( 44, @@ -573,7 +573,7 @@ describe('pdfmake', function() { 43.10456949966159, 175.6953125, 42, - 175.6953125 + 175.6953125, ); doc.bezierCurveTo( 40.89543050033841, @@ -581,7 +581,7 @@ describe('pdfmake', function() { 40, 174.79988199966158, 40, - 173.6953125 + 173.6953125, ); doc.closePath(); doc.fillColor('black', 1); @@ -596,7 +596,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -609,7 +609,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -622,7 +622,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -635,7 +635,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -651,7 +651,7 @@ describe('pdfmake', function() { 40.89543050033841, 199.8203125, 42, - 199.8203125 + 199.8203125, ); doc.bezierCurveTo( 43.10456949966159, @@ -659,7 +659,7 @@ describe('pdfmake', function() { 44, 200.71574300033842, 44, - 201.8203125 + 201.8203125, ); doc.bezierCurveTo( 44, @@ -667,7 +667,7 @@ describe('pdfmake', function() { 43.10456949966159, 203.8203125, 42, - 203.8203125 + 203.8203125, ); doc.bezierCurveTo( 40.89543050033841, @@ -675,7 +675,7 @@ describe('pdfmake', function() { 40, 202.92488199966158, 40, - 201.8203125 + 201.8203125, ); doc.closePath(); doc.fillColor('black', 1); @@ -690,7 +690,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -701,7 +701,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -712,7 +712,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -725,7 +725,7 @@ describe('pdfmake', function() { textWidth: 20.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -738,7 +738,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -751,7 +751,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -764,7 +764,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -777,7 +777,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -790,7 +790,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -803,7 +803,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -816,7 +816,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -829,7 +829,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -842,7 +842,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -855,7 +855,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -866,7 +866,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -877,7 +877,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -890,7 +890,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -903,7 +903,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -916,7 +916,7 @@ describe('pdfmake', function() { textWidth: 46.2744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -929,7 +929,7 @@ describe('pdfmake', function() { textWidth: 31.79443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -942,7 +942,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -955,7 +955,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -968,7 +968,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -981,7 +981,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -994,7 +994,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1007,7 +1007,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1020,7 +1020,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1033,7 +1033,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1046,7 +1046,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1059,7 +1059,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1072,7 +1072,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1085,7 +1085,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1098,7 +1098,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1111,7 +1111,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1124,7 +1124,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1137,7 +1137,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1150,7 +1150,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1163,7 +1163,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1176,7 +1176,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1189,7 +1189,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1202,7 +1202,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1215,7 +1215,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1226,7 +1226,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1237,7 +1237,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1250,7 +1250,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1263,7 +1263,7 @@ describe('pdfmake', function() { textWidth: 48.97705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1276,7 +1276,7 @@ describe('pdfmake', function() { textWidth: 20.2294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1289,7 +1289,7 @@ describe('pdfmake', function() { textWidth: 77.64404296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1302,7 +1302,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1315,7 +1315,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1328,7 +1328,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1341,7 +1341,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1354,7 +1354,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1367,7 +1367,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1380,7 +1380,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1393,7 +1393,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1406,7 +1406,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1419,7 +1419,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1430,7 +1430,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1441,7 +1441,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1454,7 +1454,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1467,7 +1467,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1480,7 +1480,7 @@ describe('pdfmake', function() { textWidth: 35.20751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1493,7 +1493,7 @@ describe('pdfmake', function() { textWidth: 35.6396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1506,7 +1506,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1519,7 +1519,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1532,7 +1532,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1545,7 +1545,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1558,7 +1558,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1571,7 +1571,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1584,7 +1584,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1597,7 +1597,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1610,7 +1610,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1623,7 +1623,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1634,7 +1634,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1645,7 +1645,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1658,7 +1658,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1671,7 +1671,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1684,7 +1684,7 @@ describe('pdfmake', function() { textWidth: 31.76513671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1697,7 +1697,7 @@ describe('pdfmake', function() { textWidth: 43.38134765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1710,7 +1710,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1723,7 +1723,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1736,7 +1736,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1749,7 +1749,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1762,7 +1762,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1775,7 +1775,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1788,7 +1788,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1801,7 +1801,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1814,7 +1814,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1827,7 +1827,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1840,7 +1840,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1853,7 +1853,7 @@ describe('pdfmake', function() { textWidth: 42.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1866,7 +1866,7 @@ describe('pdfmake', function() { textWidth: 25.453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1879,7 +1879,7 @@ describe('pdfmake', function() { textWidth: 28.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1892,7 +1892,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1905,7 +1905,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1916,7 +1916,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1927,7 +1927,7 @@ describe('pdfmake', function() { textWidth: 51.6796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1940,7 +1940,7 @@ describe('pdfmake', function() { textWidth: 31.86767578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1953,7 +1953,7 @@ describe('pdfmake', function() { textWidth: 62.3583984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1966,7 +1966,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1979,7 +1979,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1992,7 +1992,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2005,7 +2005,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2018,7 +2018,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2031,7 +2031,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2044,7 +2044,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2057,7 +2057,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2070,7 +2070,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2083,7 +2083,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2096,7 +2096,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2109,7 +2109,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2122,7 +2122,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2135,7 +2135,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2148,7 +2148,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2161,7 +2161,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2169,7 +2169,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -2180,7 +2180,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2193,7 +2193,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2206,7 +2206,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2219,7 +2219,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2232,7 +2232,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2245,7 +2245,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2258,7 +2258,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2271,7 +2271,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2284,7 +2284,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2297,7 +2297,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2310,7 +2310,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2323,7 +2323,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2336,7 +2336,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2349,7 +2349,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2362,7 +2362,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2375,7 +2375,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2388,7 +2388,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2401,7 +2401,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2414,7 +2414,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2427,7 +2427,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2440,7 +2440,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2453,7 +2453,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2466,7 +2466,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2479,7 +2479,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2492,7 +2492,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2505,7 +2505,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2518,7 +2518,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2531,7 +2531,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2544,7 +2544,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2557,7 +2557,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2570,7 +2570,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2583,7 +2583,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2596,7 +2596,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2609,7 +2609,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2622,7 +2622,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2635,7 +2635,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2648,7 +2648,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2661,7 +2661,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2674,7 +2674,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2687,7 +2687,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2700,7 +2700,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2713,7 +2713,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2726,7 +2726,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2739,7 +2739,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2752,7 +2752,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2765,7 +2765,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2778,7 +2778,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2791,7 +2791,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2804,7 +2804,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2817,7 +2817,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2830,7 +2830,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2843,7 +2843,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2856,7 +2856,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2869,7 +2869,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2882,7 +2882,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2895,7 +2895,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2908,7 +2908,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2921,7 +2921,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2934,7 +2934,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2947,7 +2947,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2960,7 +2960,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2973,7 +2973,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2986,7 +2986,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2999,7 +2999,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3012,7 +3012,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3025,7 +3025,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3038,7 +3038,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3051,7 +3051,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3064,7 +3064,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3077,7 +3077,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3090,7 +3090,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3103,7 +3103,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3116,7 +3116,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3129,7 +3129,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3142,7 +3142,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3155,7 +3155,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3168,7 +3168,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3181,7 +3181,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3194,7 +3194,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3207,7 +3207,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3220,7 +3220,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3233,7 +3233,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3246,7 +3246,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3259,7 +3259,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3272,7 +3272,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3285,7 +3285,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3298,7 +3298,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3311,7 +3311,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3324,7 +3324,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3337,7 +3337,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3350,7 +3350,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3363,7 +3363,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3376,7 +3376,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3389,7 +3389,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3402,7 +3402,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3415,7 +3415,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3428,7 +3428,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3441,7 +3441,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3454,7 +3454,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3467,7 +3467,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3480,7 +3480,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3493,7 +3493,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3506,7 +3506,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3519,7 +3519,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3532,7 +3532,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3545,7 +3545,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3558,7 +3558,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3571,7 +3571,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3584,7 +3584,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3597,7 +3597,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3610,7 +3610,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3623,7 +3623,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3636,7 +3636,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3649,7 +3649,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3662,7 +3662,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3675,7 +3675,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3688,7 +3688,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3701,7 +3701,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3714,7 +3714,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3727,7 +3727,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3740,7 +3740,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3753,7 +3753,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3766,7 +3766,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3779,7 +3779,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3792,7 +3792,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3805,7 +3805,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3818,7 +3818,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3831,7 +3831,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3844,7 +3844,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3857,7 +3857,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3870,7 +3870,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3883,7 +3883,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3896,7 +3896,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3909,7 +3909,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3922,7 +3922,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3935,7 +3935,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3948,7 +3948,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3961,7 +3961,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3974,7 +3974,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3987,7 +3987,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4000,7 +4000,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4013,7 +4013,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4026,7 +4026,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4039,7 +4039,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4052,7 +4052,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4065,7 +4065,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4078,7 +4078,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4091,7 +4091,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4104,7 +4104,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4117,7 +4117,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4130,7 +4130,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4143,7 +4143,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4156,7 +4156,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4169,7 +4169,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4182,7 +4182,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4195,7 +4195,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4208,7 +4208,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4221,7 +4221,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4234,7 +4234,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4247,7 +4247,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4260,7 +4260,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4273,7 +4273,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4286,7 +4286,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4299,7 +4299,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4312,7 +4312,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4325,7 +4325,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4338,7 +4338,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4351,7 +4351,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4364,7 +4364,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4377,7 +4377,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4390,7 +4390,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4403,7 +4403,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4416,7 +4416,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4429,7 +4429,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4442,7 +4442,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4455,7 +4455,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4468,7 +4468,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4481,7 +4481,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4494,7 +4494,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4507,7 +4507,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4520,7 +4520,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4533,7 +4533,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4546,7 +4546,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4559,7 +4559,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4572,7 +4572,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4585,7 +4585,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4598,7 +4598,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4611,7 +4611,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4624,7 +4624,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4637,7 +4637,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4650,7 +4650,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4663,7 +4663,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4676,7 +4676,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4689,7 +4689,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4702,7 +4702,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4715,7 +4715,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4728,7 +4728,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4741,7 +4741,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4754,7 +4754,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4767,7 +4767,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4780,7 +4780,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4793,7 +4793,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4806,7 +4806,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4819,7 +4819,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4832,7 +4832,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4845,7 +4845,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4858,7 +4858,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4871,7 +4871,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4884,7 +4884,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4897,7 +4897,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4910,7 +4910,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4923,7 +4923,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4936,7 +4936,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4949,7 +4949,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4962,7 +4962,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4975,7 +4975,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4988,7 +4988,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5001,7 +5001,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5014,7 +5014,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5027,7 +5027,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5040,7 +5040,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5053,7 +5053,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5066,7 +5066,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5079,7 +5079,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5092,7 +5092,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5105,7 +5105,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5118,7 +5118,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5131,7 +5131,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5144,7 +5144,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5157,7 +5157,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5170,7 +5170,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5183,7 +5183,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5196,7 +5196,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5209,7 +5209,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5222,7 +5222,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5235,7 +5235,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5248,7 +5248,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5261,7 +5261,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5274,7 +5274,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5287,7 +5287,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5300,7 +5300,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5313,7 +5313,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5326,7 +5326,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5339,7 +5339,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5352,7 +5352,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5365,7 +5365,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5378,7 +5378,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5391,7 +5391,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5404,7 +5404,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5417,7 +5417,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5430,7 +5430,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5443,7 +5443,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5456,7 +5456,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5469,7 +5469,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5482,7 +5482,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5495,7 +5495,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5508,7 +5508,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5521,7 +5521,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5534,7 +5534,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5547,7 +5547,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5560,7 +5560,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5573,7 +5573,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5586,7 +5586,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5599,7 +5599,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5612,7 +5612,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5625,7 +5625,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5638,7 +5638,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5651,7 +5651,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5664,7 +5664,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5677,7 +5677,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5690,7 +5690,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5703,7 +5703,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5716,7 +5716,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5729,7 +5729,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5742,7 +5742,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5755,7 +5755,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5768,7 +5768,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5781,7 +5781,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5794,7 +5794,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5807,7 +5807,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5820,7 +5820,7 @@ describe('pdfmake', function() { textWidth: 42.029296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5833,7 +5833,7 @@ describe('pdfmake', function() { textWidth: 21.7734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5846,7 +5846,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5859,7 +5859,7 @@ describe('pdfmake', function() { textWidth: 30.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5872,7 +5872,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -5883,7 +5883,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -5894,7 +5894,7 @@ describe('pdfmake', function() { textWidth: 51.6796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5907,7 +5907,7 @@ describe('pdfmake', function() { textWidth: 31.86767578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5920,7 +5920,7 @@ describe('pdfmake', function() { textWidth: 79.03564453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5933,7 +5933,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5946,7 +5946,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5959,7 +5959,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5972,7 +5972,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5985,7 +5985,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5998,7 +5998,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6011,7 +6011,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6024,7 +6024,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6037,7 +6037,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6050,7 +6050,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6063,7 +6063,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6076,7 +6076,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6089,7 +6089,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6102,7 +6102,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6115,7 +6115,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6128,7 +6128,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6141,7 +6141,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6154,7 +6154,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6167,7 +6167,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6180,7 +6180,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6196,7 +6196,7 @@ describe('pdfmake', function() { 53.76261800033841, 590.0546875, 54.8671875, - 590.0546875 + 590.0546875, ); doc.bezierCurveTo( 55.97175699966159, @@ -6204,7 +6204,7 @@ describe('pdfmake', function() { 56.8671875, 590.9501180003384, 56.8671875, - 592.0546875 + 592.0546875, ); doc.bezierCurveTo( 56.8671875, @@ -6212,7 +6212,7 @@ describe('pdfmake', function() { 55.97175699966159, 594.0546875, 54.8671875, - 594.0546875 + 594.0546875, ); doc.bezierCurveTo( 53.76261800033841, @@ -6220,7 +6220,7 @@ describe('pdfmake', function() { 52.8671875, 593.1592569996616, 52.8671875, - 592.0546875 + 592.0546875, ); doc.closePath(); doc.fillColor('black', 1); @@ -6235,7 +6235,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6248,7 +6248,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6264,7 +6264,7 @@ describe('pdfmake', function() { 53.76261800033841, 604.1171875, 54.8671875, - 604.1171875 + 604.1171875, ); doc.bezierCurveTo( 55.97175699966159, @@ -6272,7 +6272,7 @@ describe('pdfmake', function() { 56.8671875, 605.0126180003384, 56.8671875, - 606.1171875 + 606.1171875, ); doc.bezierCurveTo( 56.8671875, @@ -6280,7 +6280,7 @@ describe('pdfmake', function() { 55.97175699966159, 608.1171875, 54.8671875, - 608.1171875 + 608.1171875, ); doc.bezierCurveTo( 53.76261800033841, @@ -6288,7 +6288,7 @@ describe('pdfmake', function() { 52.8671875, 607.2217569996616, 52.8671875, - 606.1171875 + 606.1171875, ); doc.closePath(); doc.fillColor('black', 1); @@ -6303,7 +6303,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6316,7 +6316,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6329,7 +6329,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6342,7 +6342,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6355,7 +6355,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6368,7 +6368,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6381,7 +6381,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6394,7 +6394,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6407,7 +6407,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6420,7 +6420,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6433,7 +6433,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6446,7 +6446,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6459,7 +6459,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6472,7 +6472,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6488,7 +6488,7 @@ describe('pdfmake', function() { 53.76261800033841, 618.1796875, 54.8671875, - 618.1796875 + 618.1796875, ); doc.bezierCurveTo( 55.97175699966159, @@ -6496,7 +6496,7 @@ describe('pdfmake', function() { 56.8671875, 619.0751180003384, 56.8671875, - 620.1796875 + 620.1796875, ); doc.bezierCurveTo( 56.8671875, @@ -6504,7 +6504,7 @@ describe('pdfmake', function() { 55.97175699966159, 622.1796875, 54.8671875, - 622.1796875 + 622.1796875, ); doc.bezierCurveTo( 53.76261800033841, @@ -6512,7 +6512,7 @@ describe('pdfmake', function() { 52.8671875, 621.2842569996616, 52.8671875, - 620.1796875 + 620.1796875, ); doc.closePath(); doc.fillColor('black', 1); @@ -6527,7 +6527,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6540,7 +6540,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6553,7 +6553,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6566,7 +6566,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6579,7 +6579,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6592,7 +6592,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6605,7 +6605,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6618,7 +6618,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6631,7 +6631,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6644,7 +6644,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6657,7 +6657,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6670,7 +6670,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6683,7 +6683,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6696,7 +6696,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6709,7 +6709,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6722,7 +6722,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6735,7 +6735,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6751,7 +6751,7 @@ describe('pdfmake', function() { 53.76261800033841, 646.3046875, 54.8671875, - 646.3046875 + 646.3046875, ); doc.bezierCurveTo( 55.97175699966159, @@ -6759,7 +6759,7 @@ describe('pdfmake', function() { 56.8671875, 647.2001180003384, 56.8671875, - 648.3046875 + 648.3046875, ); doc.bezierCurveTo( 56.8671875, @@ -6767,7 +6767,7 @@ describe('pdfmake', function() { 55.97175699966159, 650.3046875, 54.8671875, - 650.3046875 + 650.3046875, ); doc.bezierCurveTo( 53.76261800033841, @@ -6775,7 +6775,7 @@ describe('pdfmake', function() { 52.8671875, 649.4092569996616, 52.8671875, - 648.3046875 + 648.3046875, ); doc.closePath(); doc.fillColor('black', 1); @@ -6790,7 +6790,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6803,7 +6803,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6816,7 +6816,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6829,7 +6829,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6842,7 +6842,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6855,7 +6855,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6868,7 +6868,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6881,7 +6881,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6894,7 +6894,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6907,7 +6907,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6920,7 +6920,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6933,7 +6933,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6946,7 +6946,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6959,7 +6959,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6972,7 +6972,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6985,7 +6985,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6998,7 +6998,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7014,7 +7014,7 @@ describe('pdfmake', function() { 53.76261800033841, 674.4296875, 54.8671875, - 674.4296875 + 674.4296875, ); doc.bezierCurveTo( 55.97175699966159, @@ -7022,7 +7022,7 @@ describe('pdfmake', function() { 56.8671875, 675.3251180003384, 56.8671875, - 676.4296875 + 676.4296875, ); doc.bezierCurveTo( 56.8671875, @@ -7030,7 +7030,7 @@ describe('pdfmake', function() { 55.97175699966159, 678.4296875, 54.8671875, - 678.4296875 + 678.4296875, ); doc.bezierCurveTo( 53.76261800033841, @@ -7038,7 +7038,7 @@ describe('pdfmake', function() { 52.8671875, 677.5342569996616, 52.8671875, - 676.4296875 + 676.4296875, ); doc.closePath(); doc.fillColor('black', 1); @@ -7053,7 +7053,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7066,7 +7066,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7079,7 +7079,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7092,7 +7092,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7105,7 +7105,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7118,7 +7118,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7131,7 +7131,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7144,7 +7144,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7157,7 +7157,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7170,7 +7170,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7183,7 +7183,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7196,7 +7196,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7209,7 +7209,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7222,7 +7222,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7235,7 +7235,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7248,7 +7248,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7261,7 +7261,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7277,7 +7277,7 @@ describe('pdfmake', function() { 53.76261800033841, 702.5546875, 54.8671875, - 702.5546875 + 702.5546875, ); doc.bezierCurveTo( 55.97175699966159, @@ -7285,7 +7285,7 @@ describe('pdfmake', function() { 56.8671875, 703.4501180003384, 56.8671875, - 704.5546875 + 704.5546875, ); doc.bezierCurveTo( 56.8671875, @@ -7293,7 +7293,7 @@ describe('pdfmake', function() { 55.97175699966159, 706.5546875, 54.8671875, - 706.5546875 + 706.5546875, ); doc.bezierCurveTo( 53.76261800033841, @@ -7301,7 +7301,7 @@ describe('pdfmake', function() { 52.8671875, 705.6592569996616, 52.8671875, - 704.5546875 + 704.5546875, ); doc.closePath(); doc.fillColor('black', 1); @@ -7316,7 +7316,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7329,7 +7329,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7342,7 +7342,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7355,7 +7355,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7368,7 +7368,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7381,7 +7381,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7394,7 +7394,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7407,7 +7407,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7420,7 +7420,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7433,7 +7433,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7446,7 +7446,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7459,7 +7459,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7472,7 +7472,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7485,7 +7485,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7498,7 +7498,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7511,7 +7511,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7524,7 +7524,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7537,7 +7537,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7550,7 +7550,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7563,7 +7563,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7576,7 +7576,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7589,7 +7589,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7602,7 +7602,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7615,7 +7615,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7628,7 +7628,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7641,7 +7641,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7654,7 +7654,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7667,7 +7667,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7680,7 +7680,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7693,7 +7693,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7706,7 +7706,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7719,7 +7719,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7732,7 +7732,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7745,7 +7745,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7758,7 +7758,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7771,7 +7771,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7784,7 +7784,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7797,7 +7797,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7810,7 +7810,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7823,7 +7823,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7836,7 +7836,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7849,7 +7849,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7862,7 +7862,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7875,7 +7875,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7888,7 +7888,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7901,7 +7901,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7914,7 +7914,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7927,7 +7927,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7940,7 +7940,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7953,7 +7953,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7966,7 +7966,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7979,7 +7979,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7992,7 +7992,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8005,7 +8005,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8018,7 +8018,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8031,7 +8031,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8044,7 +8044,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8057,7 +8057,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8070,7 +8070,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8083,7 +8083,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8096,7 +8096,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8109,7 +8109,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8122,7 +8122,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8135,7 +8135,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8148,7 +8148,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8161,7 +8161,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8174,7 +8174,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8187,7 +8187,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8200,7 +8200,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8213,7 +8213,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8226,7 +8226,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8239,7 +8239,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8252,7 +8252,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8265,7 +8265,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8278,7 +8278,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8291,7 +8291,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8304,7 +8304,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8317,7 +8317,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8330,7 +8330,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8338,7 +8338,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -8349,7 +8349,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8362,7 +8362,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8375,7 +8375,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8388,7 +8388,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8401,7 +8401,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8414,7 +8414,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8427,7 +8427,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8440,7 +8440,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8453,7 +8453,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8466,7 +8466,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8479,7 +8479,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8492,7 +8492,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8505,7 +8505,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8518,7 +8518,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8531,7 +8531,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8544,7 +8544,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8557,7 +8557,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8570,7 +8570,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8583,7 +8583,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8596,7 +8596,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8609,7 +8609,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8622,7 +8622,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8635,7 +8635,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8648,7 +8648,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8661,7 +8661,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8674,7 +8674,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8687,7 +8687,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8700,7 +8700,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8713,7 +8713,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8726,7 +8726,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8739,7 +8739,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8752,7 +8752,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8765,7 +8765,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8778,7 +8778,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8791,7 +8791,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8804,7 +8804,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8817,7 +8817,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8830,7 +8830,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8843,7 +8843,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8856,7 +8856,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8869,7 +8869,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8882,7 +8882,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8895,7 +8895,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8908,7 +8908,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8921,7 +8921,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8934,7 +8934,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8947,7 +8947,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8960,7 +8960,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8973,7 +8973,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8986,7 +8986,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8999,7 +8999,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9012,7 +9012,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9025,7 +9025,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9038,7 +9038,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9051,7 +9051,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9064,7 +9064,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9077,7 +9077,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9093,7 +9093,7 @@ describe('pdfmake', function() { 53.76261800033841, 101.3828125, 54.8671875, - 101.3828125 + 101.3828125, ); doc.bezierCurveTo( 55.97175699966159, @@ -9101,7 +9101,7 @@ describe('pdfmake', function() { 56.8671875, 102.2782430003384, 56.8671875, - 103.3828125 + 103.3828125, ); doc.bezierCurveTo( 56.8671875, @@ -9109,7 +9109,7 @@ describe('pdfmake', function() { 55.97175699966159, 105.3828125, 54.8671875, - 105.3828125 + 105.3828125, ); doc.bezierCurveTo( 53.76261800033841, @@ -9117,7 +9117,7 @@ describe('pdfmake', function() { 52.8671875, 104.4873819996616, 52.8671875, - 103.3828125 + 103.3828125, ); doc.closePath(); doc.fillColor('black', 1); @@ -9132,7 +9132,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9145,7 +9145,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9158,7 +9158,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9171,7 +9171,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9184,7 +9184,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9197,7 +9197,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9210,7 +9210,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9223,7 +9223,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9236,7 +9236,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9249,7 +9249,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9262,7 +9262,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9275,7 +9275,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9288,7 +9288,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9301,7 +9301,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9314,7 +9314,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9327,7 +9327,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9340,7 +9340,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9356,7 +9356,7 @@ describe('pdfmake', function() { 53.76261800033841, 129.5078125, 54.8671875, - 129.5078125 + 129.5078125, ); doc.bezierCurveTo( 55.97175699966159, @@ -9364,7 +9364,7 @@ describe('pdfmake', function() { 56.8671875, 130.40324300033842, 56.8671875, - 131.5078125 + 131.5078125, ); doc.bezierCurveTo( 56.8671875, @@ -9372,7 +9372,7 @@ describe('pdfmake', function() { 55.97175699966159, 133.5078125, 54.8671875, - 133.5078125 + 133.5078125, ); doc.bezierCurveTo( 53.76261800033841, @@ -9380,7 +9380,7 @@ describe('pdfmake', function() { 52.8671875, 132.61238199966158, 52.8671875, - 131.5078125 + 131.5078125, ); doc.closePath(); doc.fillColor('black', 1); @@ -9395,7 +9395,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9408,7 +9408,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9421,7 +9421,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9434,7 +9434,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9447,7 +9447,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9460,7 +9460,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9473,7 +9473,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9486,7 +9486,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9499,7 +9499,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9512,7 +9512,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9525,7 +9525,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9538,7 +9538,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9551,7 +9551,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9564,7 +9564,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9577,7 +9577,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9590,7 +9590,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9603,7 +9603,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9619,7 +9619,7 @@ describe('pdfmake', function() { 53.76261800033841, 157.6328125, 54.8671875, - 157.6328125 + 157.6328125, ); doc.bezierCurveTo( 55.97175699966159, @@ -9627,7 +9627,7 @@ describe('pdfmake', function() { 56.8671875, 158.52824300033842, 56.8671875, - 159.6328125 + 159.6328125, ); doc.bezierCurveTo( 56.8671875, @@ -9635,7 +9635,7 @@ describe('pdfmake', function() { 55.97175699966159, 161.6328125, 54.8671875, - 161.6328125 + 161.6328125, ); doc.bezierCurveTo( 53.76261800033841, @@ -9643,7 +9643,7 @@ describe('pdfmake', function() { 52.8671875, 160.73738199966158, 52.8671875, - 159.6328125 + 159.6328125, ); doc.closePath(); doc.fillColor('black', 1); @@ -9658,7 +9658,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9671,7 +9671,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9684,7 +9684,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9697,7 +9697,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9710,7 +9710,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9723,7 +9723,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9736,7 +9736,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9749,7 +9749,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9762,7 +9762,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9775,7 +9775,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9788,7 +9788,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9801,7 +9801,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9814,7 +9814,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9827,7 +9827,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9840,7 +9840,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9853,7 +9853,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9866,7 +9866,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9882,7 +9882,7 @@ describe('pdfmake', function() { 53.76261800033841, 185.7578125, 54.8671875, - 185.7578125 + 185.7578125, ); doc.bezierCurveTo( 55.97175699966159, @@ -9890,7 +9890,7 @@ describe('pdfmake', function() { 56.8671875, 186.65324300033842, 56.8671875, - 187.7578125 + 187.7578125, ); doc.bezierCurveTo( 56.8671875, @@ -9898,7 +9898,7 @@ describe('pdfmake', function() { 55.97175699966159, 189.7578125, 54.8671875, - 189.7578125 + 189.7578125, ); doc.bezierCurveTo( 53.76261800033841, @@ -9906,7 +9906,7 @@ describe('pdfmake', function() { 52.8671875, 188.86238199966158, 52.8671875, - 187.7578125 + 187.7578125, ); doc.closePath(); doc.fillColor('black', 1); @@ -9921,7 +9921,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9934,7 +9934,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9947,7 +9947,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9960,7 +9960,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9973,7 +9973,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9989,7 +9989,7 @@ describe('pdfmake', function() { 53.76261800033841, 213.8828125, 54.8671875, - 213.8828125 + 213.8828125, ); doc.bezierCurveTo( 55.97175699966159, @@ -9997,7 +9997,7 @@ describe('pdfmake', function() { 56.8671875, 214.77824300033842, 56.8671875, - 215.8828125 + 215.8828125, ); doc.bezierCurveTo( 56.8671875, @@ -10005,7 +10005,7 @@ describe('pdfmake', function() { 55.97175699966159, 217.8828125, 54.8671875, - 217.8828125 + 217.8828125, ); doc.bezierCurveTo( 53.76261800033841, @@ -10013,7 +10013,7 @@ describe('pdfmake', function() { 52.8671875, 216.98738199966158, 52.8671875, - 215.8828125 + 215.8828125, ); doc.closePath(); doc.fillColor('black', 1); @@ -10028,7 +10028,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10041,7 +10041,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10057,7 +10057,7 @@ describe('pdfmake', function() { 53.76261800033841, 227.9453125, 54.8671875, - 227.9453125 + 227.9453125, ); doc.bezierCurveTo( 55.97175699966159, @@ -10065,7 +10065,7 @@ describe('pdfmake', function() { 56.8671875, 228.84074300033842, 56.8671875, - 229.9453125 + 229.9453125, ); doc.bezierCurveTo( 56.8671875, @@ -10073,7 +10073,7 @@ describe('pdfmake', function() { 55.97175699966159, 231.9453125, 54.8671875, - 231.9453125 + 231.9453125, ); doc.bezierCurveTo( 53.76261800033841, @@ -10081,7 +10081,7 @@ describe('pdfmake', function() { 52.8671875, 231.04988199966158, 52.8671875, - 229.9453125 + 229.9453125, ); doc.closePath(); doc.fillColor('black', 1); @@ -10096,7 +10096,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10109,7 +10109,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10122,7 +10122,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10135,7 +10135,7 @@ describe('pdfmake', function() { textWidth: 42.029296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10148,7 +10148,7 @@ describe('pdfmake', function() { textWidth: 21.7734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10161,7 +10161,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10174,7 +10174,7 @@ describe('pdfmake', function() { textWidth: 30.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10187,7 +10187,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -10198,7 +10198,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -10209,7 +10209,7 @@ describe('pdfmake', function() { textWidth: 73.6962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10222,7 +10222,7 @@ describe('pdfmake', function() { textWidth: 31.86767578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10235,7 +10235,7 @@ describe('pdfmake', function() { textWidth: 43.99658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10248,7 +10248,7 @@ describe('pdfmake', function() { textWidth: 57.69287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10261,7 +10261,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10274,7 +10274,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10290,7 +10290,7 @@ describe('pdfmake', function() { 40.89543050033841, 322.8671875, 42, - 322.8671875 + 322.8671875, ); doc.bezierCurveTo( 43.10456949966159, @@ -10298,7 +10298,7 @@ describe('pdfmake', function() { 44, 323.7626180003384, 44, - 324.8671875 + 324.8671875, ); doc.bezierCurveTo( 44, @@ -10306,7 +10306,7 @@ describe('pdfmake', function() { 43.10456949966159, 326.8671875, 42, - 326.8671875 + 326.8671875, ); doc.bezierCurveTo( 40.89543050033841, @@ -10314,7 +10314,7 @@ describe('pdfmake', function() { 40, 325.9717569996616, 40, - 324.8671875 + 324.8671875, ); doc.closePath(); doc.fillColor('black', 1); @@ -10329,7 +10329,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10342,7 +10342,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10355,7 +10355,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10368,7 +10368,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10381,7 +10381,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10394,7 +10394,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10410,7 +10410,7 @@ describe('pdfmake', function() { 40.89543050033841, 336.9296875, 42, - 336.9296875 + 336.9296875, ); doc.bezierCurveTo( 43.10456949966159, @@ -10418,7 +10418,7 @@ describe('pdfmake', function() { 44, 337.8251180003384, 44, - 338.9296875 + 338.9296875, ); doc.bezierCurveTo( 44, @@ -10426,7 +10426,7 @@ describe('pdfmake', function() { 43.10456949966159, 340.9296875, 42, - 340.9296875 + 340.9296875, ); doc.bezierCurveTo( 40.89543050033841, @@ -10434,7 +10434,7 @@ describe('pdfmake', function() { 40, 340.0342569996616, 40, - 338.9296875 + 338.9296875, ); doc.closePath(); doc.fillColor('black', 1); @@ -10449,7 +10449,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10462,7 +10462,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10475,7 +10475,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10488,7 +10488,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10501,7 +10501,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10514,7 +10514,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10527,7 +10527,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10540,7 +10540,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10553,7 +10553,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10566,7 +10566,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10582,7 +10582,7 @@ describe('pdfmake', function() { 298.5354305003384, 322.8671875, 299.64, - 322.8671875 + 322.8671875, ); doc.bezierCurveTo( 300.74456949966157, @@ -10590,7 +10590,7 @@ describe('pdfmake', function() { 301.64, 323.7626180003384, 301.64, - 324.8671875 + 324.8671875, ); doc.bezierCurveTo( 301.64, @@ -10598,7 +10598,7 @@ describe('pdfmake', function() { 300.74456949966157, 326.8671875, 299.64, - 326.8671875 + 326.8671875, ); doc.bezierCurveTo( 298.5354305003384, @@ -10606,7 +10606,7 @@ describe('pdfmake', function() { 297.64, 325.9717569996616, 297.64, - 324.8671875 + 324.8671875, ); doc.closePath(); doc.fillColor('black', 1); @@ -10621,7 +10621,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10634,7 +10634,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10647,7 +10647,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10660,7 +10660,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10673,7 +10673,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10686,7 +10686,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10702,7 +10702,7 @@ describe('pdfmake', function() { 298.5354305003384, 336.9296875, 299.64, - 336.9296875 + 336.9296875, ); doc.bezierCurveTo( 300.74456949966157, @@ -10710,7 +10710,7 @@ describe('pdfmake', function() { 301.64, 337.8251180003384, 301.64, - 338.9296875 + 338.9296875, ); doc.bezierCurveTo( 301.64, @@ -10718,7 +10718,7 @@ describe('pdfmake', function() { 300.74456949966157, 340.9296875, 299.64, - 340.9296875 + 340.9296875, ); doc.bezierCurveTo( 298.5354305003384, @@ -10726,7 +10726,7 @@ describe('pdfmake', function() { 297.64, 340.0342569996616, 297.64, - 338.9296875 + 338.9296875, ); doc.closePath(); doc.fillColor('black', 1); @@ -10741,7 +10741,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10754,7 +10754,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10767,7 +10767,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10780,7 +10780,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10793,7 +10793,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10806,7 +10806,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10819,7 +10819,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10832,7 +10832,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10845,7 +10845,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -10856,7 +10856,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -10867,7 +10867,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10880,7 +10880,7 @@ describe('pdfmake', function() { textWidth: 31.86767578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10893,7 +10893,7 @@ describe('pdfmake', function() { textWidth: 43.99658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10906,7 +10906,7 @@ describe('pdfmake', function() { textWidth: 57.69287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10919,7 +10919,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10932,7 +10932,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10945,7 +10945,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10958,7 +10958,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10971,7 +10971,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10984,7 +10984,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10997,7 +10997,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11010,7 +11010,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11023,7 +11023,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11036,7 +11036,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11049,7 +11049,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11062,7 +11062,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11075,7 +11075,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11088,7 +11088,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11101,7 +11101,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11114,7 +11114,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11127,7 +11127,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11140,7 +11140,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11153,7 +11153,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11166,7 +11166,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11179,7 +11179,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11192,7 +11192,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11205,7 +11205,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11218,7 +11218,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11231,7 +11231,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11244,7 +11244,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11257,7 +11257,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11270,7 +11270,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11283,7 +11283,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11296,7 +11296,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11309,7 +11309,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11322,7 +11322,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11335,7 +11335,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11348,7 +11348,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11361,7 +11361,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11374,7 +11374,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11387,7 +11387,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -11398,7 +11398,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -11409,7 +11409,7 @@ describe('pdfmake', function() { textWidth: 51.6796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11422,7 +11422,7 @@ describe('pdfmake', function() { textWidth: 31.86767578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11435,7 +11435,7 @@ describe('pdfmake', function() { textWidth: 40.49560546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11448,7 +11448,7 @@ describe('pdfmake', function() { textWidth: 57.69287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11461,7 +11461,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11474,7 +11474,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11490,7 +11490,7 @@ describe('pdfmake', function() { 40.89543050033841, 540.8359375, 42, - 540.8359375 + 540.8359375, ); doc.bezierCurveTo( 43.10456949966159, @@ -11498,7 +11498,7 @@ describe('pdfmake', function() { 44, 541.7313680003384, 44, - 542.8359375 + 542.8359375, ); doc.bezierCurveTo( 44, @@ -11506,7 +11506,7 @@ describe('pdfmake', function() { 43.10456949966159, 544.8359375, 42, - 544.8359375 + 544.8359375, ); doc.bezierCurveTo( 40.89543050033841, @@ -11514,7 +11514,7 @@ describe('pdfmake', function() { 40, 543.9405069996616, 40, - 542.8359375 + 542.8359375, ); doc.closePath(); doc.fillColor('black', 1); @@ -11529,7 +11529,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11542,7 +11542,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11555,7 +11555,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11568,7 +11568,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11581,7 +11581,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11594,7 +11594,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11607,7 +11607,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11620,7 +11620,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11633,7 +11633,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11646,7 +11646,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11659,7 +11659,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11672,7 +11672,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11688,7 +11688,7 @@ describe('pdfmake', function() { 40.89543050033841, 554.8984375, 42, - 554.8984375 + 554.8984375, ); doc.bezierCurveTo( 43.10456949966159, @@ -11696,7 +11696,7 @@ describe('pdfmake', function() { 44, 555.7938680003384, 44, - 556.8984375 + 556.8984375, ); doc.bezierCurveTo( 44, @@ -11704,7 +11704,7 @@ describe('pdfmake', function() { 43.10456949966159, 558.8984375, 42, - 558.8984375 + 558.8984375, ); doc.bezierCurveTo( 40.89543050033841, @@ -11712,7 +11712,7 @@ describe('pdfmake', function() { 40, 558.0030069996616, 40, - 556.8984375 + 556.8984375, ); doc.closePath(); doc.fillColor('black', 1); @@ -11727,7 +11727,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11740,7 +11740,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11753,7 +11753,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11766,7 +11766,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11779,7 +11779,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11792,7 +11792,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11805,7 +11805,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11818,7 +11818,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11831,7 +11831,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11847,7 +11847,7 @@ describe('pdfmake', function() { 194.0699226878384, 597.0859375, 195.1744921875, - 597.0859375 + 597.0859375, ); doc.bezierCurveTo( 196.27906168716157, @@ -11855,7 +11855,7 @@ describe('pdfmake', function() { 197.1744921875, 597.9813680003384, 197.1744921875, - 599.0859375 + 599.0859375, ); doc.bezierCurveTo( 197.1744921875, @@ -11863,7 +11863,7 @@ describe('pdfmake', function() { 196.27906168716157, 601.0859375, 195.1744921875, - 601.0859375 + 601.0859375, ); doc.bezierCurveTo( 194.0699226878384, @@ -11871,7 +11871,7 @@ describe('pdfmake', function() { 193.1744921875, 600.1905069996616, 193.1744921875, - 599.0859375 + 599.0859375, ); doc.closePath(); doc.fillColor('black', 1); @@ -11886,7 +11886,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11899,7 +11899,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11915,7 +11915,7 @@ describe('pdfmake', function() { 194.0699226878384, 611.1484375, 195.1744921875, - 611.1484375 + 611.1484375, ); doc.bezierCurveTo( 196.27906168716157, @@ -11923,7 +11923,7 @@ describe('pdfmake', function() { 197.1744921875, 612.0438680003384, 197.1744921875, - 613.1484375 + 613.1484375, ); doc.bezierCurveTo( 197.1744921875, @@ -11931,7 +11931,7 @@ describe('pdfmake', function() { 196.27906168716157, 615.1484375, 195.1744921875, - 615.1484375 + 615.1484375, ); doc.bezierCurveTo( 194.0699226878384, @@ -11939,7 +11939,7 @@ describe('pdfmake', function() { 193.1744921875, 614.2530069996616, 193.1744921875, - 613.1484375 + 613.1484375, ); doc.closePath(); doc.fillColor('black', 1); @@ -11954,7 +11954,7 @@ describe('pdfmake', function() { textWidth: 23.70703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11970,7 +11970,7 @@ describe('pdfmake', function() { 206.9371101878384, 625.2109375, 208.0416796875, - 625.2109375 + 625.2109375, ); doc.bezierCurveTo( 209.14624918716157, @@ -11978,7 +11978,7 @@ describe('pdfmake', function() { 210.0416796875, 626.1063680003384, 210.0416796875, - 627.2109375 + 627.2109375, ); doc.bezierCurveTo( 210.0416796875, @@ -11986,7 +11986,7 @@ describe('pdfmake', function() { 209.14624918716157, 629.2109375, 208.0416796875, - 629.2109375 + 629.2109375, ); doc.bezierCurveTo( 206.9371101878384, @@ -11994,7 +11994,7 @@ describe('pdfmake', function() { 206.0416796875, 628.3155069996616, 206.0416796875, - 627.2109375 + 627.2109375, ); doc.closePath(); doc.fillColor('black', 1); @@ -12009,7 +12009,7 @@ describe('pdfmake', function() { textWidth: 23.70703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12025,7 +12025,7 @@ describe('pdfmake', function() { 206.9371101878384, 639.2734375, 208.0416796875, - 639.2734375 + 639.2734375, ); doc.bezierCurveTo( 209.14624918716157, @@ -12033,7 +12033,7 @@ describe('pdfmake', function() { 210.0416796875, 640.1688680003384, 210.0416796875, - 641.2734375 + 641.2734375, ); doc.bezierCurveTo( 210.0416796875, @@ -12041,7 +12041,7 @@ describe('pdfmake', function() { 209.14624918716157, 643.2734375, 208.0416796875, - 643.2734375 + 643.2734375, ); doc.bezierCurveTo( 206.9371101878384, @@ -12049,7 +12049,7 @@ describe('pdfmake', function() { 206.0416796875, 642.3780069996616, 206.0416796875, - 641.2734375 + 641.2734375, ); doc.closePath(); doc.fillColor('black', 1); @@ -12064,7 +12064,7 @@ describe('pdfmake', function() { textWidth: 23.70703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12080,7 +12080,7 @@ describe('pdfmake', function() { 206.9371101878384, 653.3359375, 208.0416796875, - 653.3359375 + 653.3359375, ); doc.bezierCurveTo( 209.14624918716157, @@ -12088,7 +12088,7 @@ describe('pdfmake', function() { 210.0416796875, 654.2313680003384, 210.0416796875, - 655.3359375 + 655.3359375, ); doc.bezierCurveTo( 210.0416796875, @@ -12096,7 +12096,7 @@ describe('pdfmake', function() { 209.14624918716157, 657.3359375, 208.0416796875, - 657.3359375 + 657.3359375, ); doc.bezierCurveTo( 206.9371101878384, @@ -12104,7 +12104,7 @@ describe('pdfmake', function() { 206.0416796875, 656.4405069996616, 206.0416796875, - 655.3359375 + 655.3359375, ); doc.closePath(); doc.fillColor('black', 1); @@ -12119,7 +12119,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12132,7 +12132,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12148,7 +12148,7 @@ describe('pdfmake', function() { 194.0699226878384, 667.3984375, 195.1744921875, - 667.3984375 + 667.3984375, ); doc.bezierCurveTo( 196.27906168716157, @@ -12156,7 +12156,7 @@ describe('pdfmake', function() { 197.1744921875, 668.2938680003384, 197.1744921875, - 669.3984375 + 669.3984375, ); doc.bezierCurveTo( 197.1744921875, @@ -12164,7 +12164,7 @@ describe('pdfmake', function() { 196.27906168716157, 671.3984375, 195.1744921875, - 671.3984375 + 671.3984375, ); doc.bezierCurveTo( 194.0699226878384, @@ -12172,7 +12172,7 @@ describe('pdfmake', function() { 193.1744921875, 670.5030069996616, 193.1744921875, - 669.3984375 + 669.3984375, ); doc.closePath(); doc.fillColor('black', 1); @@ -12187,7 +12187,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12200,7 +12200,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12213,7 +12213,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12226,7 +12226,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12239,7 +12239,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12252,7 +12252,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12265,7 +12265,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12278,7 +12278,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12291,7 +12291,7 @@ describe('pdfmake', function() { textWidth: 41.970703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12304,7 +12304,7 @@ describe('pdfmake', function() { textWidth: 50.14453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12317,7 +12317,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12330,7 +12330,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12343,7 +12343,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12356,7 +12356,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12369,7 +12369,7 @@ describe('pdfmake', function() { textWidth: 41.970703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12382,7 +12382,7 @@ describe('pdfmake', function() { textWidth: 50.14453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12395,7 +12395,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12408,7 +12408,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12421,7 +12421,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12434,7 +12434,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12447,7 +12447,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12460,7 +12460,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12473,7 +12473,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12486,7 +12486,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12499,7 +12499,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12512,7 +12512,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12525,7 +12525,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12538,7 +12538,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12551,7 +12551,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12564,7 +12564,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12577,7 +12577,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12590,7 +12590,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12603,7 +12603,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12616,7 +12616,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12629,7 +12629,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12642,7 +12642,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12655,7 +12655,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12668,7 +12668,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12681,7 +12681,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12694,7 +12694,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12707,7 +12707,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12720,7 +12720,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12733,7 +12733,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12746,7 +12746,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12759,7 +12759,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12772,7 +12772,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12785,7 +12785,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12798,7 +12798,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12811,7 +12811,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12824,7 +12824,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12837,7 +12837,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12850,7 +12850,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12863,7 +12863,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12876,7 +12876,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12889,7 +12889,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12902,7 +12902,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12915,7 +12915,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12928,7 +12928,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12941,7 +12941,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12954,7 +12954,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12967,7 +12967,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12980,7 +12980,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12993,7 +12993,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13006,7 +13006,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13019,7 +13019,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13032,7 +13032,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13045,7 +13045,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13058,7 +13058,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13071,7 +13071,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13079,7 +13079,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -13090,7 +13090,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13103,7 +13103,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13116,7 +13116,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13129,7 +13129,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13142,7 +13142,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13155,7 +13155,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13168,7 +13168,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13181,7 +13181,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13194,7 +13194,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13207,7 +13207,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13220,7 +13220,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13233,7 +13233,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13246,7 +13246,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13259,7 +13259,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13272,7 +13272,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13285,7 +13285,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13298,7 +13298,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13311,7 +13311,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13324,7 +13324,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13337,7 +13337,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13350,7 +13350,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13363,7 +13363,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13376,7 +13376,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13389,7 +13389,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13402,7 +13402,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13415,7 +13415,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13428,7 +13428,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13441,7 +13441,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13454,7 +13454,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13467,7 +13467,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13480,7 +13480,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13493,7 +13493,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13506,7 +13506,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13519,7 +13519,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13532,7 +13532,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13545,7 +13545,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13558,7 +13558,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13571,7 +13571,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13584,7 +13584,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13597,7 +13597,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13610,7 +13610,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13623,7 +13623,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13636,7 +13636,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13649,7 +13649,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13662,7 +13662,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13675,7 +13675,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13688,7 +13688,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13701,7 +13701,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13714,7 +13714,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13727,7 +13727,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13740,7 +13740,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13753,7 +13753,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13766,7 +13766,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13779,7 +13779,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13792,7 +13792,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13805,7 +13805,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13818,7 +13818,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13831,7 +13831,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13844,7 +13844,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13857,7 +13857,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13870,7 +13870,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13883,7 +13883,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13896,7 +13896,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13909,7 +13909,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13922,7 +13922,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13935,7 +13935,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13948,7 +13948,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13961,7 +13961,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13974,7 +13974,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13987,7 +13987,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14000,7 +14000,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14013,7 +14013,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14026,7 +14026,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14039,7 +14039,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14052,7 +14052,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14065,7 +14065,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14078,7 +14078,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14091,7 +14091,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14104,7 +14104,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14117,7 +14117,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14130,7 +14130,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14143,7 +14143,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14156,7 +14156,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14169,7 +14169,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14182,7 +14182,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14195,7 +14195,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14208,7 +14208,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14221,7 +14221,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14234,7 +14234,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14247,7 +14247,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14260,7 +14260,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14273,7 +14273,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14286,7 +14286,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14299,7 +14299,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14312,7 +14312,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14325,7 +14325,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14338,7 +14338,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14351,7 +14351,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14364,7 +14364,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14377,7 +14377,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14390,7 +14390,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14403,7 +14403,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14416,7 +14416,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14429,7 +14429,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14442,7 +14442,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14455,7 +14455,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14468,7 +14468,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14481,7 +14481,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14494,7 +14494,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14507,7 +14507,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14520,7 +14520,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14533,7 +14533,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14546,7 +14546,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14559,7 +14559,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14572,7 +14572,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14585,7 +14585,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14598,7 +14598,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14611,7 +14611,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14624,7 +14624,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14637,7 +14637,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14650,7 +14650,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14663,7 +14663,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14676,7 +14676,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14689,7 +14689,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14702,7 +14702,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14715,7 +14715,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14728,7 +14728,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14741,7 +14741,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14754,7 +14754,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14767,7 +14767,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14780,7 +14780,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14793,7 +14793,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14806,7 +14806,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14819,7 +14819,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14832,7 +14832,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14845,7 +14845,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14858,7 +14858,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14871,7 +14871,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14884,7 +14884,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14897,7 +14897,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14910,7 +14910,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14923,7 +14923,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14936,7 +14936,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14949,7 +14949,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14962,7 +14962,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14975,7 +14975,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14988,7 +14988,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15001,7 +15001,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15014,7 +15014,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15027,7 +15027,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15040,7 +15040,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15053,7 +15053,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15066,7 +15066,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15079,7 +15079,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15092,7 +15092,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15105,7 +15105,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15118,7 +15118,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15131,7 +15131,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15144,7 +15144,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15157,7 +15157,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15170,7 +15170,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15183,7 +15183,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15196,7 +15196,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15209,7 +15209,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15222,7 +15222,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15235,7 +15235,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15248,7 +15248,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15261,7 +15261,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15274,7 +15274,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15287,7 +15287,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15300,7 +15300,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15313,7 +15313,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15326,7 +15326,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15339,7 +15339,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15352,7 +15352,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15365,7 +15365,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15378,7 +15378,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15391,7 +15391,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15404,7 +15404,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15417,7 +15417,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15430,7 +15430,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15443,7 +15443,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15456,7 +15456,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15469,7 +15469,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15482,7 +15482,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15495,7 +15495,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15508,7 +15508,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15521,7 +15521,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15534,7 +15534,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15547,7 +15547,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15560,7 +15560,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15573,7 +15573,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15586,7 +15586,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15599,7 +15599,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15612,7 +15612,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15625,7 +15625,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15638,7 +15638,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15651,7 +15651,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15664,7 +15664,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15677,7 +15677,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15690,7 +15690,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15703,7 +15703,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15716,7 +15716,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15729,7 +15729,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15742,7 +15742,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15755,7 +15755,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15768,7 +15768,7 @@ describe('pdfmake', function() { textWidth: 29.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15781,7 +15781,7 @@ describe('pdfmake', function() { textWidth: 47.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15794,7 +15794,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15807,7 +15807,7 @@ describe('pdfmake', function() { textWidth: 46.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15820,7 +15820,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15833,7 +15833,7 @@ describe('pdfmake', function() { textWidth: 51.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15846,7 +15846,7 @@ describe('pdfmake', function() { textWidth: 43.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15859,7 +15859,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15872,7 +15872,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15885,7 +15885,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15898,7 +15898,7 @@ describe('pdfmake', function() { textWidth: 46.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15911,7 +15911,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15924,7 +15924,7 @@ describe('pdfmake', function() { textWidth: 19.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15937,7 +15937,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15950,7 +15950,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15966,7 +15966,7 @@ describe('pdfmake', function() { 40.89543050033841, 354.5078125, 42, - 354.5078125 + 354.5078125, ); doc.bezierCurveTo( 43.10456949966159, @@ -15974,7 +15974,7 @@ describe('pdfmake', function() { 44, 355.4032430003384, 44, - 356.5078125 + 356.5078125, ); doc.bezierCurveTo( 44, @@ -15982,7 +15982,7 @@ describe('pdfmake', function() { 43.10456949966159, 358.5078125, 42, - 358.5078125 + 358.5078125, ); doc.bezierCurveTo( 40.89543050033841, @@ -15990,7 +15990,7 @@ describe('pdfmake', function() { 40, 357.6123819996616, 40, - 356.5078125 + 356.5078125, ); doc.closePath(); doc.fillColor('black', 1); @@ -16005,7 +16005,7 @@ describe('pdfmake', function() { textWidth: 42.029296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16018,7 +16018,7 @@ describe('pdfmake', function() { textWidth: 21.7734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16031,7 +16031,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16044,7 +16044,7 @@ describe('pdfmake', function() { textWidth: 30.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16057,7 +16057,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -16068,7 +16068,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -16079,7 +16079,7 @@ describe('pdfmake', function() { textWidth: 73.6962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16092,7 +16092,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16105,7 +16105,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16118,7 +16118,7 @@ describe('pdfmake', function() { textWidth: 49.62890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16131,7 +16131,7 @@ describe('pdfmake', function() { textWidth: 51.181640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16144,7 +16144,7 @@ describe('pdfmake', function() { textWidth: 28.7841796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16157,7 +16157,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16170,7 +16170,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16191,7 +16191,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16204,7 +16204,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16225,7 +16225,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16238,7 +16238,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16259,7 +16259,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -16270,7 +16270,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -16281,7 +16281,7 @@ describe('pdfmake', function() { textWidth: 73.6962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16294,7 +16294,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16307,7 +16307,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16320,7 +16320,7 @@ describe('pdfmake', function() { textWidth: 40.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16333,7 +16333,7 @@ describe('pdfmake', function() { textWidth: 51.181640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16346,7 +16346,7 @@ describe('pdfmake', function() { textWidth: 28.7841796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16359,7 +16359,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16372,7 +16372,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16388,7 +16388,7 @@ describe('pdfmake', function() { 40.89543050033841, 530.2890625, 42, - 530.2890625 + 530.2890625, ); doc.bezierCurveTo( 43.10456949966159, @@ -16396,7 +16396,7 @@ describe('pdfmake', function() { 44, 531.1844930003384, 44, - 532.2890625 + 532.2890625, ); doc.bezierCurveTo( 44, @@ -16404,7 +16404,7 @@ describe('pdfmake', function() { 43.10456949966159, 534.2890625, 42, - 534.2890625 + 534.2890625, ); doc.bezierCurveTo( 40.89543050033841, @@ -16412,7 +16412,7 @@ describe('pdfmake', function() { 40, 533.3936319996616, 40, - 532.2890625 + 532.2890625, ); doc.closePath(); doc.strokeColor('black', 1); @@ -16427,7 +16427,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16440,7 +16440,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16456,7 +16456,7 @@ describe('pdfmake', function() { 40.89543050033841, 544.3515625, 42, - 544.3515625 + 544.3515625, ); doc.bezierCurveTo( 43.10456949966159, @@ -16464,7 +16464,7 @@ describe('pdfmake', function() { 44, 545.2469930003384, 44, - 546.3515625 + 546.3515625, ); doc.bezierCurveTo( 44, @@ -16472,7 +16472,7 @@ describe('pdfmake', function() { 43.10456949966159, 548.3515625, 42, - 548.3515625 + 548.3515625, ); doc.bezierCurveTo( 40.89543050033841, @@ -16480,7 +16480,7 @@ describe('pdfmake', function() { 40, 547.4561319996616, 40, - 546.3515625 + 546.3515625, ); doc.closePath(); doc.strokeColor('black', 1); @@ -16495,7 +16495,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16508,7 +16508,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16524,7 +16524,7 @@ describe('pdfmake', function() { 40.89543050033841, 558.4140625, 42, - 558.4140625 + 558.4140625, ); doc.bezierCurveTo( 43.10456949966159, @@ -16532,7 +16532,7 @@ describe('pdfmake', function() { 44, 559.3094930003384, 44, - 560.4140625 + 560.4140625, ); doc.bezierCurveTo( 44, @@ -16540,7 +16540,7 @@ describe('pdfmake', function() { 43.10456949966159, 562.4140625, 42, - 562.4140625 + 562.4140625, ); doc.bezierCurveTo( 40.89543050033841, @@ -16548,7 +16548,7 @@ describe('pdfmake', function() { 40, 561.5186319996616, 40, - 560.4140625 + 560.4140625, ); doc.closePath(); doc.strokeColor('black', 1); @@ -16563,7 +16563,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -16574,7 +16574,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -16585,7 +16585,7 @@ describe('pdfmake', function() { textWidth: 56.0888671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16598,7 +16598,7 @@ describe('pdfmake', function() { textWidth: 72.25341796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16611,7 +16611,7 @@ describe('pdfmake', function() { textWidth: 20.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16624,7 +16624,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16637,7 +16637,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16653,7 +16653,7 @@ describe('pdfmake', function() { 40.89543050033841, 625.2109375, 42, - 625.2109375 + 625.2109375, ); doc.bezierCurveTo( 43.10456949966159, @@ -16661,7 +16661,7 @@ describe('pdfmake', function() { 44, 626.1063680003384, 44, - 627.2109375 + 627.2109375, ); doc.bezierCurveTo( 44, @@ -16669,7 +16669,7 @@ describe('pdfmake', function() { 43.10456949966159, 629.2109375, 42, - 629.2109375 + 629.2109375, ); doc.bezierCurveTo( 40.89543050033841, @@ -16677,7 +16677,7 @@ describe('pdfmake', function() { 40, 628.3155069996616, 40, - 627.2109375 + 627.2109375, ); doc.closePath(); doc.fillColor('blue', 1); @@ -16692,7 +16692,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16705,7 +16705,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16721,7 +16721,7 @@ describe('pdfmake', function() { 40.89543050033841, 639.2734375, 42, - 639.2734375 + 639.2734375, ); doc.bezierCurveTo( 43.10456949966159, @@ -16729,7 +16729,7 @@ describe('pdfmake', function() { 44, 640.1688680003384, 44, - 641.2734375 + 641.2734375, ); doc.bezierCurveTo( 44, @@ -16737,7 +16737,7 @@ describe('pdfmake', function() { 43.10456949966159, 643.2734375, 42, - 643.2734375 + 643.2734375, ); doc.bezierCurveTo( 40.89543050033841, @@ -16745,7 +16745,7 @@ describe('pdfmake', function() { 40, 642.3780069996616, 40, - 641.2734375 + 641.2734375, ); doc.closePath(); doc.fillColor('blue', 1); @@ -16760,7 +16760,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16773,7 +16773,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16789,7 +16789,7 @@ describe('pdfmake', function() { 40.89543050033841, 653.3359375, 42, - 653.3359375 + 653.3359375, ); doc.bezierCurveTo( 43.10456949966159, @@ -16797,7 +16797,7 @@ describe('pdfmake', function() { 44, 654.2313680003384, 44, - 655.3359375 + 655.3359375, ); doc.bezierCurveTo( 44, @@ -16805,7 +16805,7 @@ describe('pdfmake', function() { 43.10456949966159, 657.3359375, 42, - 657.3359375 + 657.3359375, ); doc.bezierCurveTo( 40.89543050033841, @@ -16813,7 +16813,7 @@ describe('pdfmake', function() { 40, 656.4405069996616, 40, - 655.3359375 + 655.3359375, ); doc.closePath(); doc.fillColor('blue', 1); @@ -16828,7 +16828,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -16839,7 +16839,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -16850,7 +16850,7 @@ describe('pdfmake', function() { textWidth: 56.0888671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16863,7 +16863,7 @@ describe('pdfmake', function() { textWidth: 72.25341796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16876,7 +16876,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16889,7 +16889,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16902,7 +16902,7 @@ describe('pdfmake', function() { textWidth: 31.76513671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16915,7 +16915,7 @@ describe('pdfmake', function() { textWidth: 51.181640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16928,7 +16928,7 @@ describe('pdfmake', function() { textWidth: 34.03564453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16941,7 +16941,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16954,7 +16954,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16970,7 +16970,7 @@ describe('pdfmake', function() { 40.89543050033841, 720.1328125, 42, - 720.1328125 + 720.1328125, ); doc.bezierCurveTo( 43.10456949966159, @@ -16978,7 +16978,7 @@ describe('pdfmake', function() { 44, 721.0282430003384, 44, - 722.1328125 + 722.1328125, ); doc.bezierCurveTo( 44, @@ -16986,7 +16986,7 @@ describe('pdfmake', function() { 43.10456949966159, 724.1328125, 42, - 724.1328125 + 724.1328125, ); doc.bezierCurveTo( 40.89543050033841, @@ -16994,7 +16994,7 @@ describe('pdfmake', function() { 40, 723.2373819996616, 40, - 722.1328125 + 722.1328125, ); doc.closePath(); doc.fillColor('red', 1); @@ -17009,7 +17009,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17022,7 +17022,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17038,7 +17038,7 @@ describe('pdfmake', function() { 40.89543050033841, 734.1953125, 42, - 734.1953125 + 734.1953125, ); doc.bezierCurveTo( 43.10456949966159, @@ -17046,7 +17046,7 @@ describe('pdfmake', function() { 44, 735.0907430003384, 44, - 736.1953125 + 736.1953125, ); doc.bezierCurveTo( 44, @@ -17054,7 +17054,7 @@ describe('pdfmake', function() { 43.10456949966159, 738.1953125, 42, - 738.1953125 + 738.1953125, ); doc.bezierCurveTo( 40.89543050033841, @@ -17062,7 +17062,7 @@ describe('pdfmake', function() { 40, 737.2998819996616, 40, - 736.1953125 + 736.1953125, ); doc.closePath(); doc.fillColor('red', 1); @@ -17077,7 +17077,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17090,7 +17090,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17106,7 +17106,7 @@ describe('pdfmake', function() { 40.89543050033841, 748.2578125, 42, - 748.2578125 + 748.2578125, ); doc.bezierCurveTo( 43.10456949966159, @@ -17114,7 +17114,7 @@ describe('pdfmake', function() { 44, 749.1532430003384, 44, - 750.2578125 + 750.2578125, ); doc.bezierCurveTo( 44, @@ -17122,7 +17122,7 @@ describe('pdfmake', function() { 43.10456949966159, 752.2578125, 42, - 752.2578125 + 752.2578125, ); doc.bezierCurveTo( 40.89543050033841, @@ -17130,7 +17130,7 @@ describe('pdfmake', function() { 40, 751.3623819996616, 40, - 750.2578125 + 750.2578125, ); doc.closePath(); doc.fillColor('red', 1); @@ -17145,7 +17145,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -17156,13 +17156,13 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.addPage({ size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -17173,7 +17173,7 @@ describe('pdfmake', function() { textWidth: 56.0888671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17186,7 +17186,7 @@ describe('pdfmake', function() { textWidth: 55.576171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17199,7 +17199,7 @@ describe('pdfmake', function() { textWidth: 20.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17212,7 +17212,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17225,7 +17225,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17238,7 +17238,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17251,7 +17251,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17264,7 +17264,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17277,7 +17277,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17290,7 +17290,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17303,7 +17303,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17316,7 +17316,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17329,7 +17329,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -17340,7 +17340,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -17351,7 +17351,7 @@ describe('pdfmake', function() { textWidth: 56.0888671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17364,7 +17364,7 @@ describe('pdfmake', function() { textWidth: 55.576171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17377,7 +17377,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17390,7 +17390,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17403,7 +17403,7 @@ describe('pdfmake', function() { textWidth: 31.76513671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17416,7 +17416,7 @@ describe('pdfmake', function() { textWidth: 51.181640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17429,7 +17429,7 @@ describe('pdfmake', function() { textWidth: 34.03564453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17442,7 +17442,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17455,7 +17455,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17468,7 +17468,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17481,7 +17481,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17494,7 +17494,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17507,7 +17507,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17520,7 +17520,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17533,7 +17533,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17546,7 +17546,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17559,7 +17559,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -17570,7 +17570,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -17581,7 +17581,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17594,7 +17594,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17607,7 +17607,7 @@ describe('pdfmake', function() { textWidth: 8.6572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17620,7 +17620,7 @@ describe('pdfmake', function() { textWidth: 36.49658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17633,7 +17633,7 @@ describe('pdfmake', function() { textWidth: 41.7626953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17646,7 +17646,7 @@ describe('pdfmake', function() { textWidth: 36.83349609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17659,7 +17659,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17672,7 +17672,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17685,7 +17685,7 @@ describe('pdfmake', function() { textWidth: 12.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17698,7 +17698,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17711,7 +17711,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17724,7 +17724,7 @@ describe('pdfmake', function() { textWidth: 12.861328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17737,7 +17737,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17750,7 +17750,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17763,7 +17763,7 @@ describe('pdfmake', function() { textWidth: 12.41015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17776,7 +17776,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -17787,7 +17787,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -17798,7 +17798,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17811,7 +17811,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17824,7 +17824,7 @@ describe('pdfmake', function() { textWidth: 8.6572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17837,7 +17837,7 @@ describe('pdfmake', function() { textWidth: 36.49658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17850,7 +17850,7 @@ describe('pdfmake', function() { textWidth: 43.46923828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17863,7 +17863,7 @@ describe('pdfmake', function() { textWidth: 36.83349609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17876,7 +17876,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17889,7 +17889,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17902,7 +17902,7 @@ describe('pdfmake', function() { textWidth: 13.95703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17915,7 +17915,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17928,7 +17928,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17941,7 +17941,7 @@ describe('pdfmake', function() { textWidth: 13.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17954,7 +17954,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17967,7 +17967,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17980,7 +17980,7 @@ describe('pdfmake', function() { textWidth: 13.939453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17993,7 +17993,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18004,7 +18004,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18015,7 +18015,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18028,7 +18028,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18041,7 +18041,7 @@ describe('pdfmake', function() { textWidth: 8.6572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18054,7 +18054,7 @@ describe('pdfmake', function() { textWidth: 36.49658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18067,7 +18067,7 @@ describe('pdfmake', function() { textWidth: 43.46923828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18080,7 +18080,7 @@ describe('pdfmake', function() { textWidth: 43.05908203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18093,7 +18093,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18106,7 +18106,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18119,7 +18119,7 @@ describe('pdfmake', function() { textWidth: 9.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18132,7 +18132,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18145,7 +18145,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18158,7 +18158,7 @@ describe('pdfmake', function() { textWidth: 12.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18171,7 +18171,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18184,7 +18184,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18197,7 +18197,7 @@ describe('pdfmake', function() { textWidth: 15.919921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18210,7 +18210,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18223,7 +18223,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18236,7 +18236,7 @@ describe('pdfmake', function() { textWidth: 15.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18249,7 +18249,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18262,7 +18262,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18275,7 +18275,7 @@ describe('pdfmake', function() { textWidth: 12.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18288,7 +18288,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18299,7 +18299,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18310,7 +18310,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18323,7 +18323,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18336,7 +18336,7 @@ describe('pdfmake', function() { textWidth: 8.6572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18349,7 +18349,7 @@ describe('pdfmake', function() { textWidth: 36.49658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18362,7 +18362,7 @@ describe('pdfmake', function() { textWidth: 41.7626953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18375,7 +18375,7 @@ describe('pdfmake', function() { textWidth: 43.05908203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18388,7 +18388,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18401,7 +18401,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18414,7 +18414,7 @@ describe('pdfmake', function() { textWidth: 9.041015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18427,7 +18427,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18440,7 +18440,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18453,7 +18453,7 @@ describe('pdfmake', function() { textWidth: 11.953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18466,7 +18466,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18479,7 +18479,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18492,7 +18492,7 @@ describe('pdfmake', function() { textWidth: 14.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18505,7 +18505,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18518,7 +18518,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18531,7 +18531,7 @@ describe('pdfmake', function() { textWidth: 14.2265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18544,7 +18544,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18557,7 +18557,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18570,7 +18570,7 @@ describe('pdfmake', function() { textWidth: 11.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18583,7 +18583,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18594,7 +18594,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18605,7 +18605,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18618,7 +18618,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18631,7 +18631,7 @@ describe('pdfmake', function() { textWidth: 8.6572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18644,7 +18644,7 @@ describe('pdfmake', function() { textWidth: 36.49658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18657,7 +18657,7 @@ describe('pdfmake', function() { textWidth: 33.27392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18670,7 +18670,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18683,7 +18683,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18696,7 +18696,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18709,7 +18709,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18722,7 +18722,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18735,7 +18735,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18748,7 +18748,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18759,7 +18759,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18770,7 +18770,7 @@ describe('pdfmake', function() { textWidth: 73.6962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18783,7 +18783,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18796,7 +18796,7 @@ describe('pdfmake', function() { textWidth: 8.6572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18809,7 +18809,7 @@ describe('pdfmake', function() { textWidth: 36.49658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18822,7 +18822,7 @@ describe('pdfmake', function() { textWidth: 33.27392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18835,7 +18835,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18848,7 +18848,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18856,7 +18856,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -18867,7 +18867,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18880,7 +18880,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18893,7 +18893,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18906,7 +18906,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18919,7 +18919,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18930,7 +18930,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -18941,7 +18941,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18954,7 +18954,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18967,7 +18967,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18980,7 +18980,7 @@ describe('pdfmake', function() { textWidth: 31.76513671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18993,7 +18993,7 @@ describe('pdfmake', function() { textWidth: 64.1015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19006,7 +19006,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19019,7 +19019,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19032,7 +19032,7 @@ describe('pdfmake', function() { textWidth: 13.880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19045,7 +19045,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19058,7 +19058,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19071,7 +19071,7 @@ describe('pdfmake', function() { textWidth: 13.880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19084,7 +19084,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19097,7 +19097,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19110,7 +19110,7 @@ describe('pdfmake', function() { textWidth: 13.880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19123,7 +19123,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -19134,7 +19134,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -19145,7 +19145,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19158,7 +19158,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19171,7 +19171,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19184,7 +19184,7 @@ describe('pdfmake', function() { textWidth: 31.76513671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19197,7 +19197,7 @@ describe('pdfmake', function() { textWidth: 61.04736328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19210,7 +19210,7 @@ describe('pdfmake', function() { textWidth: 64.1015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19223,7 +19223,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19236,7 +19236,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19249,7 +19249,7 @@ describe('pdfmake', function() { textWidth: 17.982421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19262,7 +19262,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19275,7 +19275,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19288,7 +19288,7 @@ describe('pdfmake', function() { textWidth: 17.982421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19301,7 +19301,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19314,7 +19314,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19327,7 +19327,7 @@ describe('pdfmake', function() { textWidth: 17.982421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19340,7 +19340,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -19351,7 +19351,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -19362,7 +19362,7 @@ describe('pdfmake', function() { textWidth: 57.392578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19375,7 +19375,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19388,7 +19388,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19401,7 +19401,7 @@ describe('pdfmake', function() { textWidth: 31.76513671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19414,7 +19414,7 @@ describe('pdfmake', function() { textWidth: 41.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19427,7 +19427,7 @@ describe('pdfmake', function() { textWidth: 28.7841796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19440,7 +19440,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19453,7 +19453,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19466,7 +19466,7 @@ describe('pdfmake', function() { textWidth: 12.8671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19479,7 +19479,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19492,7 +19492,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19505,7 +19505,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19518,7 +19518,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19531,7 +19531,7 @@ describe('pdfmake', function() { textWidth: 15.919921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19544,7 +19544,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -19555,7 +19555,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -19566,7 +19566,7 @@ describe('pdfmake', function() { textWidth: 73.6962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19579,7 +19579,7 @@ describe('pdfmake', function() { textWidth: 24.1259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19592,7 +19592,7 @@ describe('pdfmake', function() { textWidth: 32.02880859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19605,7 +19605,7 @@ describe('pdfmake', function() { textWidth: 31.76513671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19618,7 +19618,7 @@ describe('pdfmake', function() { textWidth: 41.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19631,7 +19631,7 @@ describe('pdfmake', function() { textWidth: 28.7841796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19644,7 +19644,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19657,7 +19657,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19673,7 +19673,7 @@ describe('pdfmake', function() { 40.89543050033841, 410.7578125, 42, - 410.7578125 + 410.7578125, ); doc.bezierCurveTo( 43.10456949966159, @@ -19681,7 +19681,7 @@ describe('pdfmake', function() { 44, 411.6532430003384, 44, - 412.7578125 + 412.7578125, ); doc.bezierCurveTo( 44, @@ -19689,7 +19689,7 @@ describe('pdfmake', function() { 43.10456949966159, 414.7578125, 42, - 414.7578125 + 414.7578125, ); doc.bezierCurveTo( 40.89543050033841, @@ -19697,7 +19697,7 @@ describe('pdfmake', function() { 40, 413.8623819996616, 40, - 412.7578125 + 412.7578125, ); doc.closePath(); doc.fillColor('black', 1); @@ -19712,7 +19712,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19725,7 +19725,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19738,7 +19738,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19751,7 +19751,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19767,7 +19767,7 @@ describe('pdfmake', function() { 40.89543050033841, 438.8828125, 42, - 438.8828125 + 438.8828125, ); doc.bezierCurveTo( 43.10456949966159, @@ -19775,7 +19775,7 @@ describe('pdfmake', function() { 44, 439.7782430003384, 44, - 440.8828125 + 440.8828125, ); doc.bezierCurveTo( 44, @@ -19783,7 +19783,7 @@ describe('pdfmake', function() { 43.10456949966159, 442.8828125, 42, - 442.8828125 + 442.8828125, ); doc.bezierCurveTo( 40.89543050033841, @@ -19791,7 +19791,7 @@ describe('pdfmake', function() { 40, 441.9873819996616, 40, - 440.8828125 + 440.8828125, ); doc.closePath(); doc.strokeColor('black', 1); diff --git a/tests/visual/pdfmake/page_references.spec.js b/tests/visual/pdfmake/page_references.spec.js index 96730be77..aa9bd33cb 100644 --- a/tests/visual/pdfmake/page_references.spec.js +++ b/tests/visual/pdfmake/page_references.spec.js @@ -1,8 +1,8 @@ import { runDocTest } from '../helpers'; -describe('pdfmake', function() { - test('page references', function() { - return runDocTest(function(doc) { +describe('pdfmake', function () { + test('page references', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fill('black'); doc.fillColor('black'); @@ -13,7 +13,7 @@ describe('pdfmake', function() { textWidth: 25.83984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -26,7 +26,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -39,7 +39,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -52,7 +52,7 @@ describe('pdfmake', function() { textWidth: 29.3203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -65,7 +65,7 @@ describe('pdfmake', function() { textWidth: 53.2265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -78,7 +78,7 @@ describe('pdfmake', function() { textWidth: 51.48046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -91,7 +91,7 @@ describe('pdfmake', function() { textWidth: 30.09375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -104,7 +104,7 @@ describe('pdfmake', function() { textWidth: 43.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -117,7 +117,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -130,7 +130,7 @@ describe('pdfmake', function() { textWidth: 23.115234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -143,7 +143,7 @@ describe('pdfmake', function() { textWidth: 46.013671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -156,7 +156,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -169,7 +169,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -182,7 +182,7 @@ describe('pdfmake', function() { textWidth: 47.53125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -195,7 +195,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -208,7 +208,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -221,7 +221,7 @@ describe('pdfmake', function() { textWidth: 42.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -234,7 +234,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -247,7 +247,7 @@ describe('pdfmake', function() { textWidth: 83.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -260,7 +260,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -273,7 +273,7 @@ describe('pdfmake', function() { textWidth: 22.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -286,7 +286,7 @@ describe('pdfmake', function() { textWidth: 34.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -299,7 +299,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.lineWidth(1); doc.undash(); @@ -319,7 +319,7 @@ describe('pdfmake', function() { textWidth: 29.478515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -332,7 +332,7 @@ describe('pdfmake', function() { textWidth: 7.32421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -345,7 +345,7 @@ describe('pdfmake', function() { textWidth: 20.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -394,7 +394,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -403,7 +403,7 @@ describe('pdfmake', function() { Dest: [1, 'XYZ', null, null, null], Type: 'Annot', Rect: [75.064453125, 723.5775, 81.802734375, 737.64], - Border: [0, 0, 0] + Border: [0, 0, 0], }); doc.fill('black'); doc.fillColor('black'); @@ -414,7 +414,7 @@ describe('pdfmake', function() { textWidth: 41.595703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -427,7 +427,7 @@ describe('pdfmake', function() { textWidth: 19.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -476,7 +476,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -485,7 +485,7 @@ describe('pdfmake', function() { Dest: [2, 'XYZ', null, null, null], Type: 'Annot', Rect: [75.064453125, 704.515, 81.802734375, 718.5775], - Border: [0, 0, 0] + Border: [0, 0, 0], }); doc.fill('black'); doc.fillColor('black'); @@ -496,7 +496,7 @@ describe('pdfmake', function() { textWidth: 60.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -509,7 +509,7 @@ describe('pdfmake', function() { textWidth: 19.822265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -558,7 +558,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -567,7 +567,7 @@ describe('pdfmake', function() { Dest: [3, 'XYZ', null, null, null], Type: 'Annot', Rect: [75.064453125, 685.4525, 81.802734375, 699.515], - Border: [0, 0, 0] + Border: [0, 0, 0], }); doc.fill('black'); doc.fillColor('black'); @@ -578,7 +578,7 @@ describe('pdfmake', function() { textWidth: 60.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -591,7 +591,7 @@ describe('pdfmake', function() { textWidth: 19.78125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -640,7 +640,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -651,7 +651,7 @@ describe('pdfmake', function() { textWidth: 24.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -664,7 +664,7 @@ describe('pdfmake', function() { textWidth: 23.115234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -677,7 +677,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -690,7 +690,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -703,7 +703,7 @@ describe('pdfmake', function() { textWidth: 59.994140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -716,7 +716,7 @@ describe('pdfmake', function() { textWidth: 15.31640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -729,7 +729,7 @@ describe('pdfmake', function() { textWidth: 76.74609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -751,7 +751,7 @@ describe('pdfmake', function() { textWidth: 29.478515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -764,7 +764,7 @@ describe('pdfmake', function() { textWidth: 7.32421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -777,7 +777,7 @@ describe('pdfmake', function() { textWidth: 20.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -826,7 +826,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -835,7 +835,7 @@ describe('pdfmake', function() { Dest: [1, 'XYZ', null, null, null], Type: 'Annot', Rect: [75.064453125, 618.2025, 81.802734375, 632.265], - Border: [0, 0, 0] + Border: [0, 0, 0], }); doc.fill('black'); doc.fillColor('black'); @@ -846,7 +846,7 @@ describe('pdfmake', function() { textWidth: 25.83984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -859,7 +859,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -872,7 +872,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -885,7 +885,7 @@ describe('pdfmake', function() { textWidth: 41.28515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -898,7 +898,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -911,7 +911,7 @@ describe('pdfmake', function() { textWidth: 39.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -924,7 +924,7 @@ describe('pdfmake', function() { textWidth: 25.0546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -973,7 +973,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -982,7 +982,7 @@ describe('pdfmake', function() { Dest: [2, 'XYZ', null, null, null], Type: 'Annot', Rect: [75.064453125, 599.14, 81.802734375, 613.2025], - Border: [0, 0, 0] + Border: [0, 0, 0], }); doc.fill('black'); doc.fillColor('black'); @@ -993,7 +993,7 @@ describe('pdfmake', function() { textWidth: 60.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1006,7 +1006,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1019,7 +1019,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1032,7 +1032,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1045,7 +1045,7 @@ describe('pdfmake', function() { textWidth: 59.185546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1058,7 +1058,7 @@ describe('pdfmake', function() { textWidth: 25.0546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1107,7 +1107,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1116,7 +1116,7 @@ describe('pdfmake', function() { Dest: [3, 'XYZ', null, null, null], Type: 'Annot', Rect: [75.064453125, 580.0775, 81.802734375, 594.14], - Border: [0, 0, 0] + Border: [0, 0, 0], }); doc.fill('black'); doc.fillColor('black'); @@ -1127,7 +1127,7 @@ describe('pdfmake', function() { textWidth: 60.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1140,7 +1140,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1153,7 +1153,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1166,7 +1166,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1179,7 +1179,7 @@ describe('pdfmake', function() { textWidth: 59.185546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1192,7 +1192,7 @@ describe('pdfmake', function() { textWidth: 25.0546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1236,7 +1236,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: true + compress: true, }); doc.fill('black'); doc.fillColor('black'); @@ -1247,7 +1247,7 @@ describe('pdfmake', function() { textWidth: 39.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1260,7 +1260,7 @@ describe('pdfmake', function() { textWidth: 18.369140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1273,7 +1273,7 @@ describe('pdfmake', function() { textWidth: 14.220703124999998, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1286,7 +1286,7 @@ describe('pdfmake', function() { textWidth: 62.45507812499999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1299,7 +1299,7 @@ describe('pdfmake', function() { textWidth: 48.58593749999999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1312,7 +1312,7 @@ describe('pdfmake', function() { textWidth: 60.02050781249999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1325,7 +1325,7 @@ describe('pdfmake', function() { textWidth: 38.2939453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1338,7 +1338,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1351,7 +1351,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1364,7 +1364,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1377,7 +1377,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1390,7 +1390,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1403,7 +1403,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1416,7 +1416,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1429,7 +1429,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1442,7 +1442,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1455,7 +1455,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1468,7 +1468,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1481,7 +1481,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1494,7 +1494,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1507,7 +1507,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1520,7 +1520,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1533,7 +1533,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1546,7 +1546,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1559,7 +1559,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1572,7 +1572,7 @@ describe('pdfmake', function() { textWidth: 47.712890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1585,13 +1585,13 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.addPage({ size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: true + compress: true, }); doc.fill('black'); doc.fillColor('black'); @@ -1602,7 +1602,7 @@ describe('pdfmake', function() { textWidth: 75.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1615,7 +1615,7 @@ describe('pdfmake', function() { textWidth: 12.2607421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1628,7 +1628,7 @@ describe('pdfmake', function() { textWidth: 8.6572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1641,7 +1641,7 @@ describe('pdfmake', function() { textWidth: 40.48828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1654,7 +1654,7 @@ describe('pdfmake', function() { textWidth: 74.53857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1667,7 +1667,7 @@ describe('pdfmake', function() { textWidth: 31.91162109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1680,7 +1680,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1693,7 +1693,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1706,7 +1706,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1719,7 +1719,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1732,7 +1732,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1745,7 +1745,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1758,7 +1758,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1771,7 +1771,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1784,7 +1784,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1797,7 +1797,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1810,7 +1810,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1823,7 +1823,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1836,7 +1836,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1849,7 +1849,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1862,7 +1862,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1875,7 +1875,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1888,7 +1888,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1901,7 +1901,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1914,7 +1914,7 @@ describe('pdfmake', function() { textWidth: 47.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1927,7 +1927,7 @@ describe('pdfmake', function() { textWidth: 41.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1940,7 +1940,7 @@ describe('pdfmake', function() { textWidth: 48.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1953,7 +1953,7 @@ describe('pdfmake', function() { textWidth: 37.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1966,7 +1966,7 @@ describe('pdfmake', function() { textWidth: 45.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1979,7 +1979,7 @@ describe('pdfmake', function() { textWidth: 39.779296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1992,7 +1992,7 @@ describe('pdfmake', function() { textWidth: 49.916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2005,7 +2005,7 @@ describe('pdfmake', function() { textWidth: 83.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2018,7 +2018,7 @@ describe('pdfmake', function() { textWidth: 35.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2031,7 +2031,7 @@ describe('pdfmake', function() { textWidth: 37.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2044,7 +2044,7 @@ describe('pdfmake', function() { textWidth: 59.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2057,7 +2057,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2070,7 +2070,7 @@ describe('pdfmake', function() { textWidth: 39.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2083,7 +2083,7 @@ describe('pdfmake', function() { textWidth: 46.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2096,7 +2096,7 @@ describe('pdfmake', function() { textWidth: 45.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2109,7 +2109,7 @@ describe('pdfmake', function() { textWidth: 43.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2122,7 +2122,7 @@ describe('pdfmake', function() { textWidth: 56.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2135,7 +2135,7 @@ describe('pdfmake', function() { textWidth: 35.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2148,7 +2148,7 @@ describe('pdfmake', function() { textWidth: 35.0625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2161,7 +2161,7 @@ describe('pdfmake', function() { textWidth: 33.69140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2174,7 +2174,7 @@ describe('pdfmake', function() { textWidth: 47.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2187,7 +2187,7 @@ describe('pdfmake', function() { textWidth: 69.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2200,7 +2200,7 @@ describe('pdfmake', function() { textWidth: 45.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2213,7 +2213,7 @@ describe('pdfmake', function() { textWidth: 32.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2226,7 +2226,7 @@ describe('pdfmake', function() { textWidth: 50.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2239,7 +2239,7 @@ describe('pdfmake', function() { textWidth: 70.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2252,7 +2252,7 @@ describe('pdfmake', function() { textWidth: 35.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2265,7 +2265,7 @@ describe('pdfmake', function() { textWidth: 46.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2278,7 +2278,7 @@ describe('pdfmake', function() { textWidth: 44.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2291,7 +2291,7 @@ describe('pdfmake', function() { textWidth: 53.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2304,7 +2304,7 @@ describe('pdfmake', function() { textWidth: 61.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2317,7 +2317,7 @@ describe('pdfmake', function() { textWidth: 38.47265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2330,7 +2330,7 @@ describe('pdfmake', function() { textWidth: 35.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2343,7 +2343,7 @@ describe('pdfmake', function() { textWidth: 39.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2356,7 +2356,7 @@ describe('pdfmake', function() { textWidth: 50.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2369,7 +2369,7 @@ describe('pdfmake', function() { textWidth: 31.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2382,7 +2382,7 @@ describe('pdfmake', function() { textWidth: 80.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2395,7 +2395,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2408,7 +2408,7 @@ describe('pdfmake', function() { textWidth: 31.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2421,7 +2421,7 @@ describe('pdfmake', function() { textWidth: 51.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2434,7 +2434,7 @@ describe('pdfmake', function() { textWidth: 47.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2447,7 +2447,7 @@ describe('pdfmake', function() { textWidth: 50.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2460,7 +2460,7 @@ describe('pdfmake', function() { textWidth: 37.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2473,7 +2473,7 @@ describe('pdfmake', function() { textWidth: 40.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2486,7 +2486,7 @@ describe('pdfmake', function() { textWidth: 41.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2499,7 +2499,7 @@ describe('pdfmake', function() { textWidth: 63.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2512,7 +2512,7 @@ describe('pdfmake', function() { textWidth: 31.705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2525,7 +2525,7 @@ describe('pdfmake', function() { textWidth: 35.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2538,7 +2538,7 @@ describe('pdfmake', function() { textWidth: 57.55078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2551,7 +2551,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2564,7 +2564,7 @@ describe('pdfmake', function() { textWidth: 37.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2577,7 +2577,7 @@ describe('pdfmake', function() { textWidth: 31.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2590,7 +2590,7 @@ describe('pdfmake', function() { textWidth: 51.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2603,7 +2603,7 @@ describe('pdfmake', function() { textWidth: 29.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2616,7 +2616,7 @@ describe('pdfmake', function() { textWidth: 44.49609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2629,7 +2629,7 @@ describe('pdfmake', function() { textWidth: 41.94140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2642,7 +2642,7 @@ describe('pdfmake', function() { textWidth: 35.84765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2655,7 +2655,7 @@ describe('pdfmake', function() { textWidth: 65.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2668,7 +2668,7 @@ describe('pdfmake', function() { textWidth: 52.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2681,7 +2681,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2694,7 +2694,7 @@ describe('pdfmake', function() { textWidth: 34.828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2707,7 +2707,7 @@ describe('pdfmake', function() { textWidth: 31.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2720,7 +2720,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2733,7 +2733,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2746,7 +2746,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2759,7 +2759,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2772,7 +2772,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2785,7 +2785,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2798,7 +2798,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2811,7 +2811,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2824,7 +2824,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2837,7 +2837,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2850,7 +2850,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2863,7 +2863,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2876,7 +2876,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2889,7 +2889,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2902,7 +2902,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2915,7 +2915,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2928,7 +2928,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2941,7 +2941,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2954,7 +2954,7 @@ describe('pdfmake', function() { textWidth: 47.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2967,7 +2967,7 @@ describe('pdfmake', function() { textWidth: 41.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2980,7 +2980,7 @@ describe('pdfmake', function() { textWidth: 48.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2993,7 +2993,7 @@ describe('pdfmake', function() { textWidth: 37.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3006,7 +3006,7 @@ describe('pdfmake', function() { textWidth: 45.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3019,7 +3019,7 @@ describe('pdfmake', function() { textWidth: 39.779296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3032,7 +3032,7 @@ describe('pdfmake', function() { textWidth: 49.916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3045,7 +3045,7 @@ describe('pdfmake', function() { textWidth: 83.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3058,7 +3058,7 @@ describe('pdfmake', function() { textWidth: 35.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3071,7 +3071,7 @@ describe('pdfmake', function() { textWidth: 37.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3084,7 +3084,7 @@ describe('pdfmake', function() { textWidth: 59.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3097,7 +3097,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3110,7 +3110,7 @@ describe('pdfmake', function() { textWidth: 39.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3123,7 +3123,7 @@ describe('pdfmake', function() { textWidth: 46.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3136,7 +3136,7 @@ describe('pdfmake', function() { textWidth: 45.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3149,7 +3149,7 @@ describe('pdfmake', function() { textWidth: 43.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3162,7 +3162,7 @@ describe('pdfmake', function() { textWidth: 56.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3175,7 +3175,7 @@ describe('pdfmake', function() { textWidth: 35.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3188,7 +3188,7 @@ describe('pdfmake', function() { textWidth: 35.0625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3201,7 +3201,7 @@ describe('pdfmake', function() { textWidth: 33.69140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3214,7 +3214,7 @@ describe('pdfmake', function() { textWidth: 47.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3227,7 +3227,7 @@ describe('pdfmake', function() { textWidth: 69.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3240,7 +3240,7 @@ describe('pdfmake', function() { textWidth: 45.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3253,7 +3253,7 @@ describe('pdfmake', function() { textWidth: 32.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3266,7 +3266,7 @@ describe('pdfmake', function() { textWidth: 50.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3279,7 +3279,7 @@ describe('pdfmake', function() { textWidth: 70.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3292,7 +3292,7 @@ describe('pdfmake', function() { textWidth: 35.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3305,7 +3305,7 @@ describe('pdfmake', function() { textWidth: 46.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3318,7 +3318,7 @@ describe('pdfmake', function() { textWidth: 44.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3331,7 +3331,7 @@ describe('pdfmake', function() { textWidth: 53.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3344,7 +3344,7 @@ describe('pdfmake', function() { textWidth: 61.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3357,7 +3357,7 @@ describe('pdfmake', function() { textWidth: 38.47265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3370,7 +3370,7 @@ describe('pdfmake', function() { textWidth: 35.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3383,7 +3383,7 @@ describe('pdfmake', function() { textWidth: 39.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3396,7 +3396,7 @@ describe('pdfmake', function() { textWidth: 50.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3409,7 +3409,7 @@ describe('pdfmake', function() { textWidth: 31.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3422,7 +3422,7 @@ describe('pdfmake', function() { textWidth: 80.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3435,7 +3435,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3448,7 +3448,7 @@ describe('pdfmake', function() { textWidth: 31.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3461,7 +3461,7 @@ describe('pdfmake', function() { textWidth: 51.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3474,7 +3474,7 @@ describe('pdfmake', function() { textWidth: 47.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3487,7 +3487,7 @@ describe('pdfmake', function() { textWidth: 50.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3500,7 +3500,7 @@ describe('pdfmake', function() { textWidth: 37.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3513,7 +3513,7 @@ describe('pdfmake', function() { textWidth: 40.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3526,7 +3526,7 @@ describe('pdfmake', function() { textWidth: 41.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3539,7 +3539,7 @@ describe('pdfmake', function() { textWidth: 63.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3552,7 +3552,7 @@ describe('pdfmake', function() { textWidth: 31.705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3565,7 +3565,7 @@ describe('pdfmake', function() { textWidth: 35.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3578,7 +3578,7 @@ describe('pdfmake', function() { textWidth: 57.55078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3591,7 +3591,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3604,7 +3604,7 @@ describe('pdfmake', function() { textWidth: 37.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3617,7 +3617,7 @@ describe('pdfmake', function() { textWidth: 31.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3630,7 +3630,7 @@ describe('pdfmake', function() { textWidth: 51.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3643,7 +3643,7 @@ describe('pdfmake', function() { textWidth: 29.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3656,7 +3656,7 @@ describe('pdfmake', function() { textWidth: 44.49609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3669,7 +3669,7 @@ describe('pdfmake', function() { textWidth: 41.94140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3682,7 +3682,7 @@ describe('pdfmake', function() { textWidth: 35.84765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3695,7 +3695,7 @@ describe('pdfmake', function() { textWidth: 65.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3708,7 +3708,7 @@ describe('pdfmake', function() { textWidth: 52.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3721,7 +3721,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3734,7 +3734,7 @@ describe('pdfmake', function() { textWidth: 34.828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3747,7 +3747,7 @@ describe('pdfmake', function() { textWidth: 31.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3760,7 +3760,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3773,7 +3773,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3786,7 +3786,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3799,7 +3799,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3812,7 +3812,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3825,7 +3825,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3838,7 +3838,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3851,7 +3851,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3864,7 +3864,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3877,7 +3877,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3890,7 +3890,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3903,7 +3903,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3916,7 +3916,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3929,7 +3929,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3942,7 +3942,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3955,7 +3955,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3968,7 +3968,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3981,7 +3981,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3994,7 +3994,7 @@ describe('pdfmake', function() { textWidth: 47.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4007,7 +4007,7 @@ describe('pdfmake', function() { textWidth: 41.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4020,7 +4020,7 @@ describe('pdfmake', function() { textWidth: 48.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4033,7 +4033,7 @@ describe('pdfmake', function() { textWidth: 37.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4046,7 +4046,7 @@ describe('pdfmake', function() { textWidth: 45.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4059,7 +4059,7 @@ describe('pdfmake', function() { textWidth: 39.779296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4072,7 +4072,7 @@ describe('pdfmake', function() { textWidth: 49.916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4085,7 +4085,7 @@ describe('pdfmake', function() { textWidth: 83.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4098,7 +4098,7 @@ describe('pdfmake', function() { textWidth: 35.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4111,7 +4111,7 @@ describe('pdfmake', function() { textWidth: 37.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4124,7 +4124,7 @@ describe('pdfmake', function() { textWidth: 59.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4137,7 +4137,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4150,7 +4150,7 @@ describe('pdfmake', function() { textWidth: 39.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4163,7 +4163,7 @@ describe('pdfmake', function() { textWidth: 46.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4176,7 +4176,7 @@ describe('pdfmake', function() { textWidth: 45.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4189,7 +4189,7 @@ describe('pdfmake', function() { textWidth: 43.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4202,7 +4202,7 @@ describe('pdfmake', function() { textWidth: 56.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4215,7 +4215,7 @@ describe('pdfmake', function() { textWidth: 35.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4228,7 +4228,7 @@ describe('pdfmake', function() { textWidth: 35.0625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4241,7 +4241,7 @@ describe('pdfmake', function() { textWidth: 33.69140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4254,7 +4254,7 @@ describe('pdfmake', function() { textWidth: 47.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4267,7 +4267,7 @@ describe('pdfmake', function() { textWidth: 69.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4280,7 +4280,7 @@ describe('pdfmake', function() { textWidth: 45.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4293,7 +4293,7 @@ describe('pdfmake', function() { textWidth: 32.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4306,7 +4306,7 @@ describe('pdfmake', function() { textWidth: 50.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4319,7 +4319,7 @@ describe('pdfmake', function() { textWidth: 70.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4332,7 +4332,7 @@ describe('pdfmake', function() { textWidth: 35.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4345,7 +4345,7 @@ describe('pdfmake', function() { textWidth: 46.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4358,7 +4358,7 @@ describe('pdfmake', function() { textWidth: 44.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4371,7 +4371,7 @@ describe('pdfmake', function() { textWidth: 53.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4384,7 +4384,7 @@ describe('pdfmake', function() { textWidth: 61.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4397,7 +4397,7 @@ describe('pdfmake', function() { textWidth: 38.47265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4410,7 +4410,7 @@ describe('pdfmake', function() { textWidth: 35.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4423,7 +4423,7 @@ describe('pdfmake', function() { textWidth: 39.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4436,7 +4436,7 @@ describe('pdfmake', function() { textWidth: 50.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4449,7 +4449,7 @@ describe('pdfmake', function() { textWidth: 31.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4462,7 +4462,7 @@ describe('pdfmake', function() { textWidth: 80.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4475,7 +4475,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4488,7 +4488,7 @@ describe('pdfmake', function() { textWidth: 31.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4501,7 +4501,7 @@ describe('pdfmake', function() { textWidth: 51.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4514,7 +4514,7 @@ describe('pdfmake', function() { textWidth: 47.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4527,7 +4527,7 @@ describe('pdfmake', function() { textWidth: 50.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4540,7 +4540,7 @@ describe('pdfmake', function() { textWidth: 37.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4553,7 +4553,7 @@ describe('pdfmake', function() { textWidth: 40.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4566,7 +4566,7 @@ describe('pdfmake', function() { textWidth: 41.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4579,7 +4579,7 @@ describe('pdfmake', function() { textWidth: 63.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4592,7 +4592,7 @@ describe('pdfmake', function() { textWidth: 31.705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4605,7 +4605,7 @@ describe('pdfmake', function() { textWidth: 35.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4618,7 +4618,7 @@ describe('pdfmake', function() { textWidth: 57.55078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4631,7 +4631,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4644,7 +4644,7 @@ describe('pdfmake', function() { textWidth: 37.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4657,7 +4657,7 @@ describe('pdfmake', function() { textWidth: 31.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4670,7 +4670,7 @@ describe('pdfmake', function() { textWidth: 51.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4683,7 +4683,7 @@ describe('pdfmake', function() { textWidth: 29.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4696,7 +4696,7 @@ describe('pdfmake', function() { textWidth: 44.49609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4709,7 +4709,7 @@ describe('pdfmake', function() { textWidth: 41.94140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4722,7 +4722,7 @@ describe('pdfmake', function() { textWidth: 35.84765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4735,7 +4735,7 @@ describe('pdfmake', function() { textWidth: 65.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4748,7 +4748,7 @@ describe('pdfmake', function() { textWidth: 52.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4761,7 +4761,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4774,7 +4774,7 @@ describe('pdfmake', function() { textWidth: 34.828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4787,7 +4787,7 @@ describe('pdfmake', function() { textWidth: 31.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4800,13 +4800,13 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.addPage({ size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: true + compress: true, }); doc.fill('black'); doc.fillColor('black'); @@ -4817,7 +4817,7 @@ describe('pdfmake', function() { textWidth: 75.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4830,7 +4830,7 @@ describe('pdfmake', function() { textWidth: 12.2607421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4843,7 +4843,7 @@ describe('pdfmake', function() { textWidth: 8.6572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4856,7 +4856,7 @@ describe('pdfmake', function() { textWidth: 40.48828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4869,7 +4869,7 @@ describe('pdfmake', function() { textWidth: 74.53857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4882,7 +4882,7 @@ describe('pdfmake', function() { textWidth: 31.91162109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4895,7 +4895,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4908,7 +4908,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4921,7 +4921,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4934,7 +4934,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4947,7 +4947,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4960,7 +4960,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4973,7 +4973,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4986,7 +4986,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4999,7 +4999,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5012,7 +5012,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5025,7 +5025,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5038,7 +5038,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5051,7 +5051,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5064,7 +5064,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5077,7 +5077,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5090,7 +5090,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5103,7 +5103,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5116,7 +5116,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5129,7 +5129,7 @@ describe('pdfmake', function() { textWidth: 47.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5142,7 +5142,7 @@ describe('pdfmake', function() { textWidth: 41.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5155,7 +5155,7 @@ describe('pdfmake', function() { textWidth: 48.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5168,7 +5168,7 @@ describe('pdfmake', function() { textWidth: 37.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5181,7 +5181,7 @@ describe('pdfmake', function() { textWidth: 45.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5194,7 +5194,7 @@ describe('pdfmake', function() { textWidth: 39.779296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5207,7 +5207,7 @@ describe('pdfmake', function() { textWidth: 49.916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5220,7 +5220,7 @@ describe('pdfmake', function() { textWidth: 83.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5233,7 +5233,7 @@ describe('pdfmake', function() { textWidth: 35.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5246,7 +5246,7 @@ describe('pdfmake', function() { textWidth: 37.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5259,7 +5259,7 @@ describe('pdfmake', function() { textWidth: 59.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5272,7 +5272,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5285,7 +5285,7 @@ describe('pdfmake', function() { textWidth: 39.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5298,7 +5298,7 @@ describe('pdfmake', function() { textWidth: 46.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5311,7 +5311,7 @@ describe('pdfmake', function() { textWidth: 45.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5324,7 +5324,7 @@ describe('pdfmake', function() { textWidth: 43.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5337,7 +5337,7 @@ describe('pdfmake', function() { textWidth: 56.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5350,7 +5350,7 @@ describe('pdfmake', function() { textWidth: 35.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5363,7 +5363,7 @@ describe('pdfmake', function() { textWidth: 35.0625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5376,7 +5376,7 @@ describe('pdfmake', function() { textWidth: 33.69140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5389,7 +5389,7 @@ describe('pdfmake', function() { textWidth: 47.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5402,7 +5402,7 @@ describe('pdfmake', function() { textWidth: 69.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5415,7 +5415,7 @@ describe('pdfmake', function() { textWidth: 45.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5428,7 +5428,7 @@ describe('pdfmake', function() { textWidth: 32.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5441,7 +5441,7 @@ describe('pdfmake', function() { textWidth: 50.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5454,7 +5454,7 @@ describe('pdfmake', function() { textWidth: 70.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5467,7 +5467,7 @@ describe('pdfmake', function() { textWidth: 35.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5480,7 +5480,7 @@ describe('pdfmake', function() { textWidth: 46.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5493,7 +5493,7 @@ describe('pdfmake', function() { textWidth: 44.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5506,7 +5506,7 @@ describe('pdfmake', function() { textWidth: 53.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5519,7 +5519,7 @@ describe('pdfmake', function() { textWidth: 61.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5532,7 +5532,7 @@ describe('pdfmake', function() { textWidth: 38.47265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5545,7 +5545,7 @@ describe('pdfmake', function() { textWidth: 35.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5558,7 +5558,7 @@ describe('pdfmake', function() { textWidth: 39.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5571,7 +5571,7 @@ describe('pdfmake', function() { textWidth: 50.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5584,7 +5584,7 @@ describe('pdfmake', function() { textWidth: 31.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5597,7 +5597,7 @@ describe('pdfmake', function() { textWidth: 80.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5610,7 +5610,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5623,7 +5623,7 @@ describe('pdfmake', function() { textWidth: 31.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5636,7 +5636,7 @@ describe('pdfmake', function() { textWidth: 51.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5649,7 +5649,7 @@ describe('pdfmake', function() { textWidth: 47.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5662,7 +5662,7 @@ describe('pdfmake', function() { textWidth: 50.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5675,7 +5675,7 @@ describe('pdfmake', function() { textWidth: 37.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5688,7 +5688,7 @@ describe('pdfmake', function() { textWidth: 40.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5701,7 +5701,7 @@ describe('pdfmake', function() { textWidth: 41.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5714,7 +5714,7 @@ describe('pdfmake', function() { textWidth: 63.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5727,7 +5727,7 @@ describe('pdfmake', function() { textWidth: 31.705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5740,7 +5740,7 @@ describe('pdfmake', function() { textWidth: 35.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5753,7 +5753,7 @@ describe('pdfmake', function() { textWidth: 57.55078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5766,7 +5766,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5779,7 +5779,7 @@ describe('pdfmake', function() { textWidth: 37.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5792,7 +5792,7 @@ describe('pdfmake', function() { textWidth: 31.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5805,7 +5805,7 @@ describe('pdfmake', function() { textWidth: 51.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5818,7 +5818,7 @@ describe('pdfmake', function() { textWidth: 29.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5831,7 +5831,7 @@ describe('pdfmake', function() { textWidth: 44.49609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5844,7 +5844,7 @@ describe('pdfmake', function() { textWidth: 41.94140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5857,7 +5857,7 @@ describe('pdfmake', function() { textWidth: 35.84765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5870,7 +5870,7 @@ describe('pdfmake', function() { textWidth: 65.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5883,7 +5883,7 @@ describe('pdfmake', function() { textWidth: 52.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5896,7 +5896,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5909,7 +5909,7 @@ describe('pdfmake', function() { textWidth: 34.828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5922,7 +5922,7 @@ describe('pdfmake', function() { textWidth: 31.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5935,7 +5935,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5948,7 +5948,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5961,7 +5961,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5974,7 +5974,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5987,7 +5987,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6000,7 +6000,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6013,7 +6013,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6026,7 +6026,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6039,7 +6039,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6052,7 +6052,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6065,7 +6065,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6078,7 +6078,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6091,7 +6091,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6104,7 +6104,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6117,7 +6117,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6130,7 +6130,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6143,7 +6143,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6156,7 +6156,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6169,7 +6169,7 @@ describe('pdfmake', function() { textWidth: 47.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6182,7 +6182,7 @@ describe('pdfmake', function() { textWidth: 41.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6195,7 +6195,7 @@ describe('pdfmake', function() { textWidth: 48.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6208,7 +6208,7 @@ describe('pdfmake', function() { textWidth: 37.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6221,7 +6221,7 @@ describe('pdfmake', function() { textWidth: 45.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6234,7 +6234,7 @@ describe('pdfmake', function() { textWidth: 39.779296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6247,7 +6247,7 @@ describe('pdfmake', function() { textWidth: 49.916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6260,7 +6260,7 @@ describe('pdfmake', function() { textWidth: 83.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6273,7 +6273,7 @@ describe('pdfmake', function() { textWidth: 35.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6286,7 +6286,7 @@ describe('pdfmake', function() { textWidth: 37.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6299,7 +6299,7 @@ describe('pdfmake', function() { textWidth: 59.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6312,7 +6312,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6325,7 +6325,7 @@ describe('pdfmake', function() { textWidth: 39.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6338,7 +6338,7 @@ describe('pdfmake', function() { textWidth: 46.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6351,7 +6351,7 @@ describe('pdfmake', function() { textWidth: 45.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6364,7 +6364,7 @@ describe('pdfmake', function() { textWidth: 43.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6377,7 +6377,7 @@ describe('pdfmake', function() { textWidth: 56.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6390,7 +6390,7 @@ describe('pdfmake', function() { textWidth: 35.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6403,7 +6403,7 @@ describe('pdfmake', function() { textWidth: 35.0625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6416,7 +6416,7 @@ describe('pdfmake', function() { textWidth: 33.69140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6429,7 +6429,7 @@ describe('pdfmake', function() { textWidth: 47.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6442,7 +6442,7 @@ describe('pdfmake', function() { textWidth: 69.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6455,7 +6455,7 @@ describe('pdfmake', function() { textWidth: 45.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6468,7 +6468,7 @@ describe('pdfmake', function() { textWidth: 32.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6481,7 +6481,7 @@ describe('pdfmake', function() { textWidth: 50.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6494,7 +6494,7 @@ describe('pdfmake', function() { textWidth: 70.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6507,7 +6507,7 @@ describe('pdfmake', function() { textWidth: 35.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6520,7 +6520,7 @@ describe('pdfmake', function() { textWidth: 46.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6533,7 +6533,7 @@ describe('pdfmake', function() { textWidth: 44.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6546,7 +6546,7 @@ describe('pdfmake', function() { textWidth: 53.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6559,7 +6559,7 @@ describe('pdfmake', function() { textWidth: 61.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6572,7 +6572,7 @@ describe('pdfmake', function() { textWidth: 38.47265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6585,7 +6585,7 @@ describe('pdfmake', function() { textWidth: 35.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6598,7 +6598,7 @@ describe('pdfmake', function() { textWidth: 39.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6611,7 +6611,7 @@ describe('pdfmake', function() { textWidth: 50.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6624,7 +6624,7 @@ describe('pdfmake', function() { textWidth: 31.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6637,7 +6637,7 @@ describe('pdfmake', function() { textWidth: 80.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6650,7 +6650,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6663,7 +6663,7 @@ describe('pdfmake', function() { textWidth: 31.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6676,7 +6676,7 @@ describe('pdfmake', function() { textWidth: 51.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6689,7 +6689,7 @@ describe('pdfmake', function() { textWidth: 47.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6702,7 +6702,7 @@ describe('pdfmake', function() { textWidth: 50.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6715,7 +6715,7 @@ describe('pdfmake', function() { textWidth: 37.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6728,7 +6728,7 @@ describe('pdfmake', function() { textWidth: 40.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6741,7 +6741,7 @@ describe('pdfmake', function() { textWidth: 41.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6754,7 +6754,7 @@ describe('pdfmake', function() { textWidth: 63.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6767,7 +6767,7 @@ describe('pdfmake', function() { textWidth: 31.705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6780,7 +6780,7 @@ describe('pdfmake', function() { textWidth: 35.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6793,7 +6793,7 @@ describe('pdfmake', function() { textWidth: 57.55078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6806,7 +6806,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6819,7 +6819,7 @@ describe('pdfmake', function() { textWidth: 37.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6832,7 +6832,7 @@ describe('pdfmake', function() { textWidth: 31.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6845,7 +6845,7 @@ describe('pdfmake', function() { textWidth: 51.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6858,7 +6858,7 @@ describe('pdfmake', function() { textWidth: 29.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6871,7 +6871,7 @@ describe('pdfmake', function() { textWidth: 44.49609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6884,7 +6884,7 @@ describe('pdfmake', function() { textWidth: 41.94140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6897,7 +6897,7 @@ describe('pdfmake', function() { textWidth: 35.84765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6910,7 +6910,7 @@ describe('pdfmake', function() { textWidth: 65.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6923,7 +6923,7 @@ describe('pdfmake', function() { textWidth: 52.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6936,7 +6936,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6949,7 +6949,7 @@ describe('pdfmake', function() { textWidth: 34.828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6962,7 +6962,7 @@ describe('pdfmake', function() { textWidth: 31.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6975,7 +6975,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -6986,7 +6986,7 @@ describe('pdfmake', function() { textWidth: 6.68359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6999,7 +6999,7 @@ describe('pdfmake', function() { textWidth: 7.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7012,7 +7012,7 @@ describe('pdfmake', function() { textWidth: 31.28515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7025,7 +7025,7 @@ describe('pdfmake', function() { textWidth: 8.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7038,7 +7038,7 @@ describe('pdfmake', function() { textWidth: 20.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7051,7 +7051,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7064,7 +7064,7 @@ describe('pdfmake', function() { textWidth: 23.95703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7077,7 +7077,7 @@ describe('pdfmake', function() { textWidth: 10.0234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7090,7 +7090,7 @@ describe('pdfmake', function() { textWidth: 29.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7103,7 +7103,7 @@ describe('pdfmake', function() { textWidth: 10.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7116,7 +7116,7 @@ describe('pdfmake', function() { textWidth: 20.97265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7129,7 +7129,7 @@ describe('pdfmake', function() { textWidth: 16.90234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7142,7 +7142,7 @@ describe('pdfmake', function() { textWidth: 37.2578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7155,7 +7155,7 @@ describe('pdfmake', function() { textWidth: 18.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7168,7 +7168,7 @@ describe('pdfmake', function() { textWidth: 14.87109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7181,7 +7181,7 @@ describe('pdfmake', function() { textWidth: 24.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7194,7 +7194,7 @@ describe('pdfmake', function() { textWidth: 21.9140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7207,7 +7207,7 @@ describe('pdfmake', function() { textWidth: 14.95703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7220,7 +7220,7 @@ describe('pdfmake', function() { textWidth: 23.02734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7233,7 +7233,7 @@ describe('pdfmake', function() { textWidth: 21.6640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7246,7 +7246,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7259,7 +7259,7 @@ describe('pdfmake', function() { textWidth: 22.39453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7272,7 +7272,7 @@ describe('pdfmake', function() { textWidth: 12.9609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7285,7 +7285,7 @@ describe('pdfmake', function() { textWidth: 33.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7298,7 +7298,7 @@ describe('pdfmake', function() { textWidth: 16.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7311,7 +7311,7 @@ describe('pdfmake', function() { textWidth: 12.9609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7324,7 +7324,7 @@ describe('pdfmake', function() { textWidth: 35.6953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7337,7 +7337,7 @@ describe('pdfmake', function() { textWidth: 8.203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7350,7 +7350,7 @@ describe('pdfmake', function() { textWidth: 12.99609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7363,7 +7363,7 @@ describe('pdfmake', function() { textWidth: 33.46484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7376,7 +7376,7 @@ describe('pdfmake', function() { textWidth: 20.2421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7389,7 +7389,7 @@ describe('pdfmake', function() { textWidth: 22.48046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7402,7 +7402,7 @@ describe('pdfmake', function() { textWidth: 7.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7415,7 +7415,7 @@ describe('pdfmake', function() { textWidth: 36.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7428,7 +7428,7 @@ describe('pdfmake', function() { textWidth: 8.203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7441,7 +7441,7 @@ describe('pdfmake', function() { textWidth: 18.51171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7454,7 +7454,7 @@ describe('pdfmake', function() { textWidth: 16.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7467,7 +7467,7 @@ describe('pdfmake', function() { textWidth: 23.328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7480,7 +7480,7 @@ describe('pdfmake', function() { textWidth: 12.99609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7493,7 +7493,7 @@ describe('pdfmake', function() { textWidth: 21.25, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7506,7 +7506,7 @@ describe('pdfmake', function() { textWidth: 35.53125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); diff --git a/tests/visual/pdfmake/qrcode.spec.js b/tests/visual/pdfmake/qrcode.spec.js index 695c65017..ae95ee984 100644 --- a/tests/visual/pdfmake/qrcode.spec.js +++ b/tests/visual/pdfmake/qrcode.spec.js @@ -1,8 +1,8 @@ import { runDocTest } from '../helpers'; -describe('pdfmake', function() { - test('qrcode', function() { - return runDocTest(function(doc) { +describe('pdfmake', function () { + test('qrcode', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fill('black'); doc.fillColor('black'); @@ -13,7 +13,7 @@ describe('pdfmake', function() { textWidth: 23.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -26,7 +26,7 @@ describe('pdfmake', function() { textWidth: 22.01953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -39,7 +39,7 @@ describe('pdfmake', function() { textWidth: 21.873046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -52,7 +52,7 @@ describe('pdfmake', function() { textWidth: 16.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1897,7 +1897,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -1908,7 +1908,7 @@ describe('pdfmake', function() { textWidth: 44.455078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1921,7 +1921,7 @@ describe('pdfmake', function() { textWidth: 15.638671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3766,7 +3766,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -3777,7 +3777,7 @@ describe('pdfmake', function() { textWidth: 32.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3790,7 +3790,7 @@ describe('pdfmake', function() { textWidth: 67.716796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6435,7 +6435,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -6446,7 +6446,7 @@ describe('pdfmake', function() { textWidth: 10.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6459,7 +6459,7 @@ describe('pdfmake', function() { textWidth: 24.908203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6472,7 +6472,7 @@ describe('pdfmake', function() { textWidth: 26.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6485,7 +6485,7 @@ describe('pdfmake', function() { textWidth: 23.115234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6498,7 +6498,7 @@ describe('pdfmake', function() { textWidth: 27.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6511,7 +6511,7 @@ describe('pdfmake', function() { textWidth: 33.837890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21940,7 +21940,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -21951,7 +21951,7 @@ describe('pdfmake', function() { textWidth: 32.560546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21964,7 +21964,7 @@ describe('pdfmake', function() { textWidth: 26.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21977,7 +21977,7 @@ describe('pdfmake', function() { textWidth: 23.115234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21990,7 +21990,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22003,7 +22003,7 @@ describe('pdfmake', function() { textWidth: 13.53515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22016,7 +22016,7 @@ describe('pdfmake', function() { textWidth: 9.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22029,7 +22029,7 @@ describe('pdfmake', function() { textWidth: 23.185546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22042,7 +22042,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22055,7 +22055,7 @@ describe('pdfmake', function() { textWidth: 56.091796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22068,7 +22068,7 @@ describe('pdfmake', function() { textWidth: 9.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22081,7 +22081,7 @@ describe('pdfmake', function() { textWidth: 24.234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22089,7 +22089,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.lineWidth(1); doc.undash(); diff --git a/tests/visual/pdfmake/tables.spec.js b/tests/visual/pdfmake/tables.spec.js index 99322d240..81af40f10 100644 --- a/tests/visual/pdfmake/tables.spec.js +++ b/tests/visual/pdfmake/tables.spec.js @@ -1,8 +1,8 @@ import { runDocTest } from '../helpers'; -describe('pdfmake', function() { - test('tables', function() { - return runDocTest(function(doc) { +describe('pdfmake', function () { + test('tables', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Italic.ttf'); doc.fill('black'); doc.fillColor('black'); @@ -13,7 +13,7 @@ describe('pdfmake', function() { textWidth: 52.86621093749999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -26,7 +26,7 @@ describe('pdfmake', function() { textWidth: 40.6640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -39,7 +39,7 @@ describe('pdfmake', function() { textWidth: 83.71875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -52,7 +52,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -65,7 +65,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -78,7 +78,7 @@ describe('pdfmake', function() { textWidth: 52.259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -91,7 +91,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -104,7 +104,7 @@ describe('pdfmake', function() { textWidth: 56.89453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -117,7 +117,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -130,7 +130,7 @@ describe('pdfmake', function() { textWidth: 22.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -143,7 +143,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -156,7 +156,7 @@ describe('pdfmake', function() { textWidth: 45.322265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -169,7 +169,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -182,7 +182,7 @@ describe('pdfmake', function() { textWidth: 29.044921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -195,7 +195,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -208,7 +208,7 @@ describe('pdfmake', function() { textWidth: 47.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -221,7 +221,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -234,7 +234,7 @@ describe('pdfmake', function() { textWidth: 50.00390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -247,7 +247,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -260,7 +260,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -273,7 +273,7 @@ describe('pdfmake', function() { textWidth: 35.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -286,7 +286,7 @@ describe('pdfmake', function() { textWidth: 38.759765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -299,7 +299,7 @@ describe('pdfmake', function() { textWidth: 14.6328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -312,7 +312,7 @@ describe('pdfmake', function() { textWidth: 51.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -325,7 +325,7 @@ describe('pdfmake', function() { textWidth: 39.640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -338,7 +338,7 @@ describe('pdfmake', function() { textWidth: 27.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -351,7 +351,7 @@ describe('pdfmake', function() { textWidth: 65.125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -364,7 +364,7 @@ describe('pdfmake', function() { textWidth: 21.9921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -377,7 +377,7 @@ describe('pdfmake', function() { textWidth: 43.1953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -390,7 +390,7 @@ describe('pdfmake', function() { textWidth: 72.7421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -403,7 +403,7 @@ describe('pdfmake', function() { textWidth: 21.9921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -416,7 +416,7 @@ describe('pdfmake', function() { textWidth: 50.578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -429,7 +429,7 @@ describe('pdfmake', function() { textWidth: 21.9921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -442,7 +442,7 @@ describe('pdfmake', function() { textWidth: 53.1484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -455,7 +455,7 @@ describe('pdfmake', function() { textWidth: 23.09765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -468,7 +468,7 @@ describe('pdfmake', function() { textWidth: 51.931640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -481,7 +481,7 @@ describe('pdfmake', function() { textWidth: 29.419921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -494,7 +494,7 @@ describe('pdfmake', function() { textWidth: 22.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -507,7 +507,7 @@ describe('pdfmake', function() { textWidth: 43.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -520,7 +520,7 @@ describe('pdfmake', function() { textWidth: 30.638671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -533,7 +533,7 @@ describe('pdfmake', function() { textWidth: 26.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -546,7 +546,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -559,7 +559,7 @@ describe('pdfmake', function() { textWidth: 28.9921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -572,7 +572,7 @@ describe('pdfmake', function() { textWidth: 26.53125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -594,7 +594,7 @@ describe('pdfmake', function() { textWidth: 44.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -607,7 +607,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -620,7 +620,7 @@ describe('pdfmake', function() { textWidth: 44.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -633,7 +633,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -646,7 +646,7 @@ describe('pdfmake', function() { textWidth: 44.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -659,7 +659,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -717,7 +717,7 @@ describe('pdfmake', function() { textWidth: 24.19921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -730,7 +730,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -743,7 +743,7 @@ describe('pdfmake', function() { textWidth: 29.091796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -756,7 +756,7 @@ describe('pdfmake', function() { textWidth: 23.2734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -769,7 +769,7 @@ describe('pdfmake', function() { textWidth: 45.2109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -782,7 +782,7 @@ describe('pdfmake', function() { textWidth: 22.79296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -795,7 +795,7 @@ describe('pdfmake', function() { textWidth: 23.2734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -808,7 +808,7 @@ describe('pdfmake', function() { textWidth: 21.439453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -866,7 +866,7 @@ describe('pdfmake', function() { textWidth: 14.6328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -879,7 +879,7 @@ describe('pdfmake', function() { textWidth: 51.9296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -892,7 +892,7 @@ describe('pdfmake', function() { textWidth: 39.640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -905,7 +905,7 @@ describe('pdfmake', function() { textWidth: 34.1640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -918,7 +918,7 @@ describe('pdfmake', function() { textWidth: 52.6640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -931,7 +931,7 @@ describe('pdfmake', function() { textWidth: 66.2421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -944,7 +944,7 @@ describe('pdfmake', function() { textWidth: 10.154296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -957,7 +957,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -970,7 +970,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -983,7 +983,7 @@ describe('pdfmake', function() { textWidth: 39.31640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -996,7 +996,7 @@ describe('pdfmake', function() { textWidth: 47.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1009,7 +1009,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1022,7 +1022,7 @@ describe('pdfmake', function() { textWidth: 26.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1035,7 +1035,7 @@ describe('pdfmake', function() { textWidth: 21.796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1048,7 +1048,7 @@ describe('pdfmake', function() { textWidth: 30.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1061,7 +1061,7 @@ describe('pdfmake', function() { textWidth: 25.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1074,7 +1074,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1087,7 +1087,7 @@ describe('pdfmake', function() { textWidth: 35.748046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1100,7 +1100,7 @@ describe('pdfmake', function() { textWidth: 50.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1113,7 +1113,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1126,7 +1126,7 @@ describe('pdfmake', function() { textWidth: 50.00390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1139,7 +1139,7 @@ describe('pdfmake', function() { textWidth: 34.728515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1152,7 +1152,7 @@ describe('pdfmake', function() { textWidth: 29.419921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1165,7 +1165,7 @@ describe('pdfmake', function() { textWidth: 24.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1187,7 +1187,7 @@ describe('pdfmake', function() { textWidth: 44.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1200,7 +1200,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1213,7 +1213,7 @@ describe('pdfmake', function() { textWidth: 44.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1226,7 +1226,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1239,7 +1239,7 @@ describe('pdfmake', function() { textWidth: 44.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1252,7 +1252,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1310,7 +1310,7 @@ describe('pdfmake', function() { textWidth: 27.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1323,7 +1323,7 @@ describe('pdfmake', function() { textWidth: 16.734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1336,7 +1336,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1349,7 +1349,7 @@ describe('pdfmake', function() { textWidth: 57.19921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1362,7 +1362,7 @@ describe('pdfmake', function() { textWidth: 15.931640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1375,7 +1375,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1388,7 +1388,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1404,7 +1404,7 @@ describe('pdfmake', function() { 45.89543050033841, 300.2265625, 47, - 300.2265625 + 300.2265625, ); doc.bezierCurveTo( 48.10456949966159, @@ -1412,7 +1412,7 @@ describe('pdfmake', function() { 49, 301.1219930003384, 49, - 302.2265625 + 302.2265625, ); doc.bezierCurveTo( 49, @@ -1420,7 +1420,7 @@ describe('pdfmake', function() { 48.10456949966159, 304.2265625, 47, - 304.2265625 + 304.2265625, ); doc.bezierCurveTo( 45.89543050033841, @@ -1428,7 +1428,7 @@ describe('pdfmake', function() { 45, 303.3311319996616, 45, - 302.2265625 + 302.2265625, ); doc.closePath(); doc.fillColor('black', 1); @@ -1443,7 +1443,7 @@ describe('pdfmake', function() { textWidth: 26.677734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1456,7 +1456,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1472,7 +1472,7 @@ describe('pdfmake', function() { 45.89543050033841, 314.2890625, 47, - 314.2890625 + 314.2890625, ); doc.bezierCurveTo( 48.10456949966159, @@ -1480,7 +1480,7 @@ describe('pdfmake', function() { 49, 315.1844930003384, 49, - 316.2890625 + 316.2890625, ); doc.bezierCurveTo( 49, @@ -1488,7 +1488,7 @@ describe('pdfmake', function() { 48.10456949966159, 318.2890625, 47, - 318.2890625 + 318.2890625, ); doc.bezierCurveTo( 45.89543050033841, @@ -1496,7 +1496,7 @@ describe('pdfmake', function() { 45, 317.3936319996616, 45, - 316.2890625 + 316.2890625, ); doc.closePath(); doc.fillColor('black', 1); @@ -1511,7 +1511,7 @@ describe('pdfmake', function() { textWidth: 13.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1524,7 +1524,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1537,7 +1537,7 @@ describe('pdfmake', function() { textWidth: 39.181640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1550,7 +1550,7 @@ describe('pdfmake', function() { textWidth: 26.44921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1572,7 +1572,7 @@ describe('pdfmake', function() { textWidth: 24.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1585,7 +1585,7 @@ describe('pdfmake', function() { textWidth: 24.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1598,7 +1598,7 @@ describe('pdfmake', function() { textWidth: 24.3046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1656,7 +1656,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1669,7 +1669,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1682,7 +1682,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1740,7 +1740,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1753,7 +1753,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1766,7 +1766,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1824,7 +1824,7 @@ describe('pdfmake', function() { textWidth: 37.845703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1837,7 +1837,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1850,7 +1850,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1863,7 +1863,7 @@ describe('pdfmake', function() { textWidth: 31.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1876,7 +1876,7 @@ describe('pdfmake', function() { textWidth: 27.9541015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1889,7 +1889,7 @@ describe('pdfmake', function() { textWidth: 13.0712890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1902,7 +1902,7 @@ describe('pdfmake', function() { textWidth: 52.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1915,7 +1915,7 @@ describe('pdfmake', function() { textWidth: 18.1787109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1973,7 +1973,7 @@ describe('pdfmake', function() { textWidth: 63.2890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1986,7 +1986,7 @@ describe('pdfmake', function() { textWidth: 57.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1999,7 +1999,7 @@ describe('pdfmake', function() { textWidth: 47.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2012,7 +2012,7 @@ describe('pdfmake', function() { textWidth: 38.185546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2025,7 +2025,7 @@ describe('pdfmake', function() { textWidth: 44.35546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2038,7 +2038,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2051,7 +2051,7 @@ describe('pdfmake', function() { textWidth: 32.560546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2064,7 +2064,7 @@ describe('pdfmake', function() { textWidth: 32.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2077,7 +2077,7 @@ describe('pdfmake', function() { textWidth: 58.7578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2090,7 +2090,7 @@ describe('pdfmake', function() { textWidth: 15.685546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2103,7 +2103,7 @@ describe('pdfmake', function() { textWidth: 50.23828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2116,7 +2116,7 @@ describe('pdfmake', function() { textWidth: 48.884765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2129,7 +2129,7 @@ describe('pdfmake', function() { textWidth: 23.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2145,7 +2145,7 @@ describe('pdfmake', function() { 40.89543050033841, 424.2265625, 42, - 424.2265625 + 424.2265625, ); doc.bezierCurveTo( 43.10456949966159, @@ -2153,7 +2153,7 @@ describe('pdfmake', function() { 44, 425.1219930003384, 44, - 426.2265625 + 426.2265625, ); doc.bezierCurveTo( 44, @@ -2161,7 +2161,7 @@ describe('pdfmake', function() { 43.10456949966159, 428.2265625, 42, - 428.2265625 + 428.2265625, ); doc.bezierCurveTo( 40.89543050033841, @@ -2169,7 +2169,7 @@ describe('pdfmake', function() { 40, 427.3311319996616, 40, - 426.2265625 + 426.2265625, ); doc.closePath(); doc.fillColor('black', 1); @@ -2184,7 +2184,7 @@ describe('pdfmake', function() { textWidth: 20.89453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2200,7 +2200,7 @@ describe('pdfmake', function() { 40.89543050033841, 438.2890625, 42, - 438.2890625 + 438.2890625, ); doc.bezierCurveTo( 43.10456949966159, @@ -2208,7 +2208,7 @@ describe('pdfmake', function() { 44, 439.1844930003384, 44, - 440.2890625 + 440.2890625, ); doc.bezierCurveTo( 44, @@ -2216,7 +2216,7 @@ describe('pdfmake', function() { 43.10456949966159, 442.2890625, 42, - 442.2890625 + 442.2890625, ); doc.bezierCurveTo( 40.89543050033841, @@ -2224,7 +2224,7 @@ describe('pdfmake', function() { 40, 441.3936319996616, 40, - 440.2890625 + 440.2890625, ); doc.closePath(); doc.fillColor('black', 1); @@ -2239,7 +2239,7 @@ describe('pdfmake', function() { textWidth: 29.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2252,7 +2252,7 @@ describe('pdfmake', function() { textWidth: 28.51171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2268,7 +2268,7 @@ describe('pdfmake', function() { 40.89543050033841, 452.3515625, 42, - 452.3515625 + 452.3515625, ); doc.bezierCurveTo( 43.10456949966159, @@ -2276,7 +2276,7 @@ describe('pdfmake', function() { 44, 453.2469930003384, 44, - 454.3515625 + 454.3515625, ); doc.bezierCurveTo( 44, @@ -2284,7 +2284,7 @@ describe('pdfmake', function() { 43.10456949966159, 456.3515625, 42, - 456.3515625 + 456.3515625, ); doc.bezierCurveTo( 40.89543050033841, @@ -2292,7 +2292,7 @@ describe('pdfmake', function() { 40, 455.4561319996616, 40, - 454.3515625 + 454.3515625, ); doc.closePath(); doc.fillColor('black', 1); @@ -2316,7 +2316,7 @@ describe('pdfmake', function() { textWidth: 56.02734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2329,7 +2329,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2342,7 +2342,7 @@ describe('pdfmake', function() { textWidth: 28.078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2355,7 +2355,7 @@ describe('pdfmake', function() { textWidth: 56.02734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2368,7 +2368,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2381,7 +2381,7 @@ describe('pdfmake', function() { textWidth: 28.078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2448,7 +2448,7 @@ describe('pdfmake', function() { textWidth: 28.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2461,7 +2461,7 @@ describe('pdfmake', function() { textWidth: 32.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2474,7 +2474,7 @@ describe('pdfmake', function() { textWidth: 27.62109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2487,7 +2487,7 @@ describe('pdfmake', function() { textWidth: 28.11328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2500,7 +2500,7 @@ describe('pdfmake', function() { textWidth: 40.59375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2513,7 +2513,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2526,7 +2526,7 @@ describe('pdfmake', function() { textWidth: 51.2109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2539,7 +2539,7 @@ describe('pdfmake', function() { textWidth: 29.2265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2552,7 +2552,7 @@ describe('pdfmake', function() { textWidth: 42.404296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2565,7 +2565,7 @@ describe('pdfmake', function() { textWidth: 58.37109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2578,7 +2578,7 @@ describe('pdfmake', function() { textWidth: 22.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2591,7 +2591,7 @@ describe('pdfmake', function() { textWidth: 42.404296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2604,7 +2604,7 @@ describe('pdfmake', function() { textWidth: 58.37109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2617,7 +2617,7 @@ describe('pdfmake', function() { textWidth: 22.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2630,7 +2630,7 @@ describe('pdfmake', function() { textWidth: 42.404296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2643,7 +2643,7 @@ describe('pdfmake', function() { textWidth: 58.37109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2656,7 +2656,7 @@ describe('pdfmake', function() { textWidth: 22.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2732,7 +2732,7 @@ describe('pdfmake', function() { textWidth: 25.83984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2745,7 +2745,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2758,7 +2758,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2771,7 +2771,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2784,7 +2784,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2797,7 +2797,7 @@ describe('pdfmake', function() { textWidth: 45.919921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2810,7 +2810,7 @@ describe('pdfmake', function() { textWidth: 23.09765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2823,7 +2823,7 @@ describe('pdfmake', function() { textWidth: 25.81640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2836,7 +2836,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2849,7 +2849,7 @@ describe('pdfmake', function() { textWidth: 27.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2862,7 +2862,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2875,7 +2875,7 @@ describe('pdfmake', function() { textWidth: 27.099609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2888,7 +2888,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2901,7 +2901,7 @@ describe('pdfmake', function() { textWidth: 45.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2914,7 +2914,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2927,7 +2927,7 @@ describe('pdfmake', function() { textWidth: 29.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2940,7 +2940,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2953,7 +2953,7 @@ describe('pdfmake', function() { textWidth: 69.837890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2966,7 +2966,7 @@ describe('pdfmake', function() { textWidth: 15.322265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2979,7 +2979,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2992,7 +2992,7 @@ describe('pdfmake', function() { textWidth: 23.115234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3005,7 +3005,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3018,7 +3018,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3031,7 +3031,7 @@ describe('pdfmake', function() { textWidth: 21.62109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3044,7 +3044,7 @@ describe('pdfmake', function() { textWidth: 6.234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3057,7 +3057,7 @@ describe('pdfmake', function() { textWidth: 20.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3070,7 +3070,7 @@ describe('pdfmake', function() { textWidth: 26.759765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3083,7 +3083,7 @@ describe('pdfmake', function() { textWidth: 31.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3141,7 +3141,7 @@ describe('pdfmake', function() { textWidth: 25.83984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3154,7 +3154,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3167,7 +3167,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3180,7 +3180,7 @@ describe('pdfmake', function() { textWidth: 24.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3193,7 +3193,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3206,7 +3206,7 @@ describe('pdfmake', function() { textWidth: 45.919921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3219,7 +3219,7 @@ describe('pdfmake', function() { textWidth: 23.09765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3232,7 +3232,7 @@ describe('pdfmake', function() { textWidth: 25.81640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3245,7 +3245,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3258,7 +3258,7 @@ describe('pdfmake', function() { textWidth: 27.515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3271,7 +3271,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3284,7 +3284,7 @@ describe('pdfmake', function() { textWidth: 27.099609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3297,7 +3297,7 @@ describe('pdfmake', function() { textWidth: 31.048828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3310,7 +3310,7 @@ describe('pdfmake', function() { textWidth: 45.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3323,7 +3323,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3336,7 +3336,7 @@ describe('pdfmake', function() { textWidth: 20.35546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3349,7 +3349,7 @@ describe('pdfmake', function() { textWidth: 29.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3362,7 +3362,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3375,7 +3375,7 @@ describe('pdfmake', function() { textWidth: 69.837890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3388,7 +3388,7 @@ describe('pdfmake', function() { textWidth: 15.322265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3401,7 +3401,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3414,7 +3414,7 @@ describe('pdfmake', function() { textWidth: 23.115234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3427,7 +3427,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3440,7 +3440,7 @@ describe('pdfmake', function() { textWidth: 22.599609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3453,7 +3453,7 @@ describe('pdfmake', function() { textWidth: 23.7890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3466,7 +3466,7 @@ describe('pdfmake', function() { textWidth: 48.029296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3479,7 +3479,7 @@ describe('pdfmake', function() { textWidth: 9.802734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3492,7 +3492,7 @@ describe('pdfmake', function() { textWidth: 22.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3505,7 +3505,7 @@ describe('pdfmake', function() { textWidth: 29.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3518,7 +3518,7 @@ describe('pdfmake', function() { textWidth: 31.330078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3531,7 +3531,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3544,7 +3544,7 @@ describe('pdfmake', function() { textWidth: 44.044921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3557,7 +3557,7 @@ describe('pdfmake', function() { textWidth: 28.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3570,7 +3570,7 @@ describe('pdfmake', function() { textWidth: 84.24609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3619,7 +3619,7 @@ describe('pdfmake', function() { textWidth: 63.2890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3632,7 +3632,7 @@ describe('pdfmake', function() { textWidth: 30.328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3645,7 +3645,7 @@ describe('pdfmake', function() { textWidth: 53.0859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3667,7 +3667,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3680,7 +3680,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3693,7 +3693,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3706,7 +3706,7 @@ describe('pdfmake', function() { textWidth: 36.111328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3719,7 +3719,7 @@ describe('pdfmake', function() { textWidth: 13.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3732,7 +3732,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3745,7 +3745,7 @@ describe('pdfmake', function() { textWidth: 7.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3794,7 +3794,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3807,7 +3807,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3820,7 +3820,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3833,7 +3833,7 @@ describe('pdfmake', function() { textWidth: 36.111328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3846,7 +3846,7 @@ describe('pdfmake', function() { textWidth: 13.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3859,7 +3859,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3872,7 +3872,7 @@ describe('pdfmake', function() { textWidth: 7.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3916,7 +3916,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -3927,7 +3927,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3940,7 +3940,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3953,7 +3953,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3966,7 +3966,7 @@ describe('pdfmake', function() { textWidth: 36.111328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3979,7 +3979,7 @@ describe('pdfmake', function() { textWidth: 13.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3992,7 +3992,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4005,7 +4005,7 @@ describe('pdfmake', function() { textWidth: 7.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4063,7 +4063,7 @@ describe('pdfmake', function() { textWidth: 27.05859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4076,7 +4076,7 @@ describe('pdfmake', function() { textWidth: 32.560546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4089,7 +4089,7 @@ describe('pdfmake', function() { textWidth: 36.046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4111,7 +4111,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4124,7 +4124,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4137,7 +4137,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4150,7 +4150,7 @@ describe('pdfmake', function() { textWidth: 7.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4199,7 +4199,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4212,7 +4212,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4225,7 +4225,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4238,7 +4238,7 @@ describe('pdfmake', function() { textWidth: 7.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4287,7 +4287,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4300,7 +4300,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4313,7 +4313,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4326,7 +4326,7 @@ describe('pdfmake', function() { textWidth: 7.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4375,7 +4375,7 @@ describe('pdfmake', function() { textWidth: 27.05859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4388,7 +4388,7 @@ describe('pdfmake', function() { textWidth: 36.111328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4401,7 +4401,7 @@ describe('pdfmake', function() { textWidth: 28.44140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4414,7 +4414,7 @@ describe('pdfmake', function() { textWidth: 46.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4436,7 +4436,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4449,7 +4449,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4462,7 +4462,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4475,7 +4475,7 @@ describe('pdfmake', function() { textWidth: 7.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4524,7 +4524,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4537,7 +4537,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4550,7 +4550,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4563,7 +4563,7 @@ describe('pdfmake', function() { textWidth: 7.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4612,7 +4612,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4625,7 +4625,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4638,7 +4638,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4651,7 +4651,7 @@ describe('pdfmake', function() { textWidth: 7.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4695,7 +4695,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -4706,7 +4706,7 @@ describe('pdfmake', function() { textWidth: 61.6796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4719,7 +4719,7 @@ describe('pdfmake', function() { textWidth: 30.328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4732,7 +4732,7 @@ describe('pdfmake', function() { textWidth: 43.078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4745,7 +4745,7 @@ describe('pdfmake', function() { textWidth: 29.208984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4758,7 +4758,7 @@ describe('pdfmake', function() { textWidth: 21.7734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4771,7 +4771,7 @@ describe('pdfmake', function() { textWidth: 46.013671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4784,7 +4784,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4797,7 +4797,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4810,7 +4810,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4823,7 +4823,7 @@ describe('pdfmake', function() { textWidth: 49.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4836,7 +4836,7 @@ describe('pdfmake', function() { textWidth: 13.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4849,7 +4849,7 @@ describe('pdfmake', function() { textWidth: 43.037109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4871,7 +4871,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4884,7 +4884,7 @@ describe('pdfmake', function() { textWidth: 27.75830078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4897,7 +4897,7 @@ describe('pdfmake', function() { textWidth: 50.73681640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4910,7 +4910,7 @@ describe('pdfmake', function() { textWidth: 10.51171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4923,7 +4923,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4936,7 +4936,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4949,7 +4949,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4998,7 +4998,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5011,7 +5011,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5024,7 +5024,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5037,7 +5037,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5050,7 +5050,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5063,7 +5063,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5121,7 +5121,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5134,7 +5134,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5147,7 +5147,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5160,7 +5160,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5173,7 +5173,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5186,7 +5186,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5199,7 +5199,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5212,7 +5212,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5225,7 +5225,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5283,7 +5283,7 @@ describe('pdfmake', function() { textWidth: 49.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5296,7 +5296,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5309,7 +5309,7 @@ describe('pdfmake', function() { textWidth: 13.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5322,7 +5322,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5335,7 +5335,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5348,7 +5348,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5361,7 +5361,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5374,7 +5374,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5387,7 +5387,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5400,7 +5400,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5413,7 +5413,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5426,7 +5426,7 @@ describe('pdfmake', function() { textWidth: 21.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5439,7 +5439,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5452,7 +5452,7 @@ describe('pdfmake', function() { textWidth: 16.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5465,7 +5465,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5478,7 +5478,7 @@ describe('pdfmake', function() { textWidth: 38.431640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5491,7 +5491,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5504,7 +5504,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5517,7 +5517,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5530,7 +5530,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5543,7 +5543,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5556,7 +5556,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5614,7 +5614,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5627,7 +5627,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5640,7 +5640,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5653,7 +5653,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5666,7 +5666,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5679,7 +5679,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5737,7 +5737,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5750,7 +5750,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5763,7 +5763,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5776,7 +5776,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5789,7 +5789,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5802,7 +5802,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5860,7 +5860,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5873,7 +5873,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5886,7 +5886,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5899,7 +5899,7 @@ describe('pdfmake', function() { textWidth: 27.75, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5912,7 +5912,7 @@ describe('pdfmake', function() { textWidth: 49.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5925,7 +5925,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5938,7 +5938,7 @@ describe('pdfmake', function() { textWidth: 43.037109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5951,7 +5951,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5964,7 +5964,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5977,7 +5977,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5990,7 +5990,7 @@ describe('pdfmake', function() { textWidth: 13.41796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6003,7 +6003,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6016,7 +6016,7 @@ describe('pdfmake', function() { textWidth: 32.560546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6029,7 +6029,7 @@ describe('pdfmake', function() { textWidth: 23.70703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6078,7 +6078,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6091,7 +6091,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6104,7 +6104,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6148,7 +6148,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.fill('black'); doc.fillColor('black'); @@ -6159,7 +6159,7 @@ describe('pdfmake', function() { textWidth: 60.109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6172,7 +6172,7 @@ describe('pdfmake', function() { textWidth: 23.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6185,7 +6185,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6198,7 +6198,7 @@ describe('pdfmake', function() { textWidth: 42.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6211,7 +6211,7 @@ describe('pdfmake', function() { textWidth: 25.44140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6224,7 +6224,7 @@ describe('pdfmake', function() { textWidth: 32.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6237,7 +6237,7 @@ describe('pdfmake', function() { textWidth: 28.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6250,7 +6250,7 @@ describe('pdfmake', function() { textWidth: 38.90625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6263,7 +6263,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6276,7 +6276,7 @@ describe('pdfmake', function() { textWidth: 40.76953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6289,7 +6289,7 @@ describe('pdfmake', function() { textWidth: 15.685546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6302,7 +6302,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6315,7 +6315,7 @@ describe('pdfmake', function() { textWidth: 42.087890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6328,7 +6328,7 @@ describe('pdfmake', function() { textWidth: 47.783203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6341,7 +6341,7 @@ describe('pdfmake', function() { textWidth: 19.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6354,7 +6354,7 @@ describe('pdfmake', function() { textWidth: 74.947265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6367,7 +6367,7 @@ describe('pdfmake', function() { textWidth: 49.939453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6380,7 +6380,7 @@ describe('pdfmake', function() { textWidth: 16.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6393,7 +6393,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6406,7 +6406,7 @@ describe('pdfmake', function() { textWidth: 51.931640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6419,7 +6419,7 @@ describe('pdfmake', function() { textWidth: 32.537109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6432,7 +6432,7 @@ describe('pdfmake', function() { textWidth: 10.025390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6445,7 +6445,7 @@ describe('pdfmake', function() { textWidth: 11.8828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6458,7 +6458,7 @@ describe('pdfmake', function() { textWidth: 24.97265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6471,7 +6471,7 @@ describe('pdfmake', function() { textWidth: 46.927734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6484,7 +6484,7 @@ describe('pdfmake', function() { textWidth: 13.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6497,7 +6497,7 @@ describe('pdfmake', function() { textWidth: 19.083984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6510,7 +6510,7 @@ describe('pdfmake', function() { textWidth: 118.013671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6523,7 +6523,7 @@ describe('pdfmake', function() { textWidth: 13.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6536,7 +6536,7 @@ describe('pdfmake', function() { textWidth: 31.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6549,7 +6549,7 @@ describe('pdfmake', function() { textWidth: 25.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6562,7 +6562,7 @@ describe('pdfmake', function() { textWidth: 29.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6575,7 +6575,7 @@ describe('pdfmake', function() { textWidth: 20.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6588,7 +6588,7 @@ describe('pdfmake', function() { textWidth: 15.755859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6601,7 +6601,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6614,7 +6614,7 @@ describe('pdfmake', function() { textWidth: 29.068359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6627,7 +6627,7 @@ describe('pdfmake', function() { textWidth: 31.9921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6640,7 +6640,7 @@ describe('pdfmake', function() { textWidth: 47.349609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6653,7 +6653,7 @@ describe('pdfmake', function() { textWidth: 19.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6666,7 +6666,7 @@ describe('pdfmake', function() { textWidth: 38.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6679,7 +6679,7 @@ describe('pdfmake', function() { textWidth: 22.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6692,7 +6692,7 @@ describe('pdfmake', function() { textWidth: 31.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6705,7 +6705,7 @@ describe('pdfmake', function() { textWidth: 31.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6718,7 +6718,7 @@ describe('pdfmake', function() { textWidth: 27.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6731,7 +6731,7 @@ describe('pdfmake', function() { textWidth: 9.333984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6744,7 +6744,7 @@ describe('pdfmake', function() { textWidth: 25.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6757,7 +6757,7 @@ describe('pdfmake', function() { textWidth: 13.1953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6770,7 +6770,7 @@ describe('pdfmake', function() { textWidth: 19.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6783,7 +6783,7 @@ describe('pdfmake', function() { textWidth: 56.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6796,7 +6796,7 @@ describe('pdfmake', function() { textWidth: 51.57421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6809,7 +6809,7 @@ describe('pdfmake', function() { textWidth: 22.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6822,7 +6822,7 @@ describe('pdfmake', function() { textWidth: 24.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6835,7 +6835,7 @@ describe('pdfmake', function() { textWidth: 24.9609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6848,7 +6848,7 @@ describe('pdfmake', function() { textWidth: 12.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6861,7 +6861,7 @@ describe('pdfmake', function() { textWidth: 10.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6874,7 +6874,7 @@ describe('pdfmake', function() { textWidth: 21.591796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6887,7 +6887,7 @@ describe('pdfmake', function() { textWidth: 19.083984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6900,7 +6900,7 @@ describe('pdfmake', function() { textWidth: 9.685546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6913,7 +6913,7 @@ describe('pdfmake', function() { textWidth: 13.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6926,7 +6926,7 @@ describe('pdfmake', function() { textWidth: 24.685546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6939,7 +6939,7 @@ describe('pdfmake', function() { textWidth: 19.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6952,7 +6952,7 @@ describe('pdfmake', function() { textWidth: 50.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6965,7 +6965,7 @@ describe('pdfmake', function() { textWidth: 28.892578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6978,7 +6978,7 @@ describe('pdfmake', function() { textWidth: 20.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6991,7 +6991,7 @@ describe('pdfmake', function() { textWidth: 73.5234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7004,7 +7004,7 @@ describe('pdfmake', function() { textWidth: 27.404296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7017,7 +7017,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7030,7 +7030,7 @@ describe('pdfmake', function() { textWidth: 19.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7043,7 +7043,7 @@ describe('pdfmake', function() { textWidth: 25.3359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7056,7 +7056,7 @@ describe('pdfmake', function() { textWidth: 31.083984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7069,7 +7069,7 @@ describe('pdfmake', function() { textWidth: 30.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7082,7 +7082,7 @@ describe('pdfmake', function() { textWidth: 37.1953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7095,7 +7095,7 @@ describe('pdfmake', function() { textWidth: 19.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7108,7 +7108,7 @@ describe('pdfmake', function() { textWidth: 41.876953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7121,7 +7121,7 @@ describe('pdfmake', function() { textWidth: 34.359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7134,7 +7134,7 @@ describe('pdfmake', function() { textWidth: 17.736328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7147,7 +7147,7 @@ describe('pdfmake', function() { textWidth: 19.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7160,7 +7160,7 @@ describe('pdfmake', function() { textWidth: 23.361328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7173,7 +7173,7 @@ describe('pdfmake', function() { textWidth: 22.32421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7186,7 +7186,7 @@ describe('pdfmake', function() { textWidth: 13.3828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7199,7 +7199,7 @@ describe('pdfmake', function() { textWidth: 15.755859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7212,7 +7212,7 @@ describe('pdfmake', function() { textWidth: 49.1015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7225,7 +7225,7 @@ describe('pdfmake', function() { textWidth: 22.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7247,7 +7247,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7260,7 +7260,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7273,7 +7273,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7286,7 +7286,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7299,7 +7299,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7312,7 +7312,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7370,7 +7370,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7383,7 +7383,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7396,7 +7396,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7409,7 +7409,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7422,7 +7422,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7435,7 +7435,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7448,7 +7448,7 @@ describe('pdfmake', function() { textWidth: 57.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7461,7 +7461,7 @@ describe('pdfmake', function() { textWidth: 21.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7474,7 +7474,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7487,7 +7487,7 @@ describe('pdfmake', function() { textWidth: 16.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7500,7 +7500,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7513,7 +7513,7 @@ describe('pdfmake', function() { textWidth: 41.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7526,7 +7526,7 @@ describe('pdfmake', function() { textWidth: 55.30078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7539,7 +7539,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7552,7 +7552,7 @@ describe('pdfmake', function() { textWidth: 36.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7565,7 +7565,7 @@ describe('pdfmake', function() { textWidth: 13.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7578,7 +7578,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7591,7 +7591,7 @@ describe('pdfmake', function() { textWidth: 39.896484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7604,7 +7604,7 @@ describe('pdfmake', function() { textWidth: 38.443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7617,7 +7617,7 @@ describe('pdfmake', function() { textWidth: 14.671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7630,7 +7630,7 @@ describe('pdfmake', function() { textWidth: 29.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7643,7 +7643,7 @@ describe('pdfmake', function() { textWidth: 16.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7656,7 +7656,7 @@ describe('pdfmake', function() { textWidth: 36.451171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7669,7 +7669,7 @@ describe('pdfmake', function() { textWidth: 43.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7682,7 +7682,7 @@ describe('pdfmake', function() { textWidth: 25.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7695,7 +7695,7 @@ describe('pdfmake', function() { textWidth: 43.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7708,7 +7708,7 @@ describe('pdfmake', function() { textWidth: 65.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7721,7 +7721,7 @@ describe('pdfmake', function() { textWidth: 45.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7734,7 +7734,7 @@ describe('pdfmake', function() { textWidth: 39.146484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7747,7 +7747,7 @@ describe('pdfmake', function() { textWidth: 21.603515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7760,7 +7760,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7773,7 +7773,7 @@ describe('pdfmake', function() { textWidth: 38.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7786,7 +7786,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7799,7 +7799,7 @@ describe('pdfmake', function() { textWidth: 15.85546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7812,7 +7812,7 @@ describe('pdfmake', function() { textWidth: 57.5859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7825,7 +7825,7 @@ describe('pdfmake', function() { textWidth: 62.302734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7838,7 +7838,7 @@ describe('pdfmake', function() { textWidth: 26.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7851,7 +7851,7 @@ describe('pdfmake', function() { textWidth: 26.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7864,7 +7864,7 @@ describe('pdfmake', function() { textWidth: 26.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7877,7 +7877,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7890,7 +7890,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7903,7 +7903,7 @@ describe('pdfmake', function() { textWidth: 73.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7916,7 +7916,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7929,7 +7929,7 @@ describe('pdfmake', function() { textWidth: 52.5234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7942,7 +7942,7 @@ describe('pdfmake', function() { textWidth: 24.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7955,7 +7955,7 @@ describe('pdfmake', function() { textWidth: 28.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7968,7 +7968,7 @@ describe('pdfmake', function() { textWidth: 35.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7981,7 +7981,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -7994,7 +7994,7 @@ describe('pdfmake', function() { textWidth: 15.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8007,7 +8007,7 @@ describe('pdfmake', function() { textWidth: 33.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8020,7 +8020,7 @@ describe('pdfmake', function() { textWidth: 28.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8033,7 +8033,7 @@ describe('pdfmake', function() { textWidth: 46.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8046,7 +8046,7 @@ describe('pdfmake', function() { textWidth: 55.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8059,7 +8059,7 @@ describe('pdfmake', function() { textWidth: 22.611328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8072,7 +8072,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8085,7 +8085,7 @@ describe('pdfmake', function() { textWidth: 53.173828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8098,7 +8098,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8111,7 +8111,7 @@ describe('pdfmake', function() { textWidth: 49.423828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8124,7 +8124,7 @@ describe('pdfmake', function() { textWidth: 26.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8137,7 +8137,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8150,7 +8150,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8163,7 +8163,7 @@ describe('pdfmake', function() { textWidth: 19.318359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8176,7 +8176,7 @@ describe('pdfmake', function() { textWidth: 36.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8189,7 +8189,7 @@ describe('pdfmake', function() { textWidth: 49.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8202,7 +8202,7 @@ describe('pdfmake', function() { textWidth: 32.98828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8215,7 +8215,7 @@ describe('pdfmake', function() { textWidth: 29.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8228,7 +8228,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8241,7 +8241,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8254,7 +8254,7 @@ describe('pdfmake', function() { textWidth: 50.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8267,7 +8267,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8280,7 +8280,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8293,7 +8293,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8306,7 +8306,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8319,7 +8319,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8332,7 +8332,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8345,7 +8345,7 @@ describe('pdfmake', function() { textWidth: 57.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8358,7 +8358,7 @@ describe('pdfmake', function() { textWidth: 21.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8371,7 +8371,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8384,7 +8384,7 @@ describe('pdfmake', function() { textWidth: 16.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8397,7 +8397,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8410,7 +8410,7 @@ describe('pdfmake', function() { textWidth: 41.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8423,7 +8423,7 @@ describe('pdfmake', function() { textWidth: 55.30078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8436,7 +8436,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8449,7 +8449,7 @@ describe('pdfmake', function() { textWidth: 36.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8462,7 +8462,7 @@ describe('pdfmake', function() { textWidth: 13.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8475,7 +8475,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8488,7 +8488,7 @@ describe('pdfmake', function() { textWidth: 39.896484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8501,7 +8501,7 @@ describe('pdfmake', function() { textWidth: 38.443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8514,7 +8514,7 @@ describe('pdfmake', function() { textWidth: 14.671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8527,7 +8527,7 @@ describe('pdfmake', function() { textWidth: 29.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8540,7 +8540,7 @@ describe('pdfmake', function() { textWidth: 16.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8553,7 +8553,7 @@ describe('pdfmake', function() { textWidth: 36.451171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8566,7 +8566,7 @@ describe('pdfmake', function() { textWidth: 43.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8579,7 +8579,7 @@ describe('pdfmake', function() { textWidth: 25.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8592,7 +8592,7 @@ describe('pdfmake', function() { textWidth: 43.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8605,7 +8605,7 @@ describe('pdfmake', function() { textWidth: 65.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8618,7 +8618,7 @@ describe('pdfmake', function() { textWidth: 45.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8631,7 +8631,7 @@ describe('pdfmake', function() { textWidth: 39.146484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8644,7 +8644,7 @@ describe('pdfmake', function() { textWidth: 21.603515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8657,7 +8657,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8670,7 +8670,7 @@ describe('pdfmake', function() { textWidth: 38.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8683,7 +8683,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8696,7 +8696,7 @@ describe('pdfmake', function() { textWidth: 15.85546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8709,7 +8709,7 @@ describe('pdfmake', function() { textWidth: 57.5859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8722,7 +8722,7 @@ describe('pdfmake', function() { textWidth: 62.302734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8735,7 +8735,7 @@ describe('pdfmake', function() { textWidth: 26.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8748,7 +8748,7 @@ describe('pdfmake', function() { textWidth: 26.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8761,7 +8761,7 @@ describe('pdfmake', function() { textWidth: 26.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8774,7 +8774,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8787,7 +8787,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8800,7 +8800,7 @@ describe('pdfmake', function() { textWidth: 73.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8813,7 +8813,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8826,7 +8826,7 @@ describe('pdfmake', function() { textWidth: 52.5234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8839,7 +8839,7 @@ describe('pdfmake', function() { textWidth: 24.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8852,7 +8852,7 @@ describe('pdfmake', function() { textWidth: 28.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8865,7 +8865,7 @@ describe('pdfmake', function() { textWidth: 35.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8878,7 +8878,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8891,7 +8891,7 @@ describe('pdfmake', function() { textWidth: 15.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8904,7 +8904,7 @@ describe('pdfmake', function() { textWidth: 33.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8917,7 +8917,7 @@ describe('pdfmake', function() { textWidth: 28.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8930,7 +8930,7 @@ describe('pdfmake', function() { textWidth: 46.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8943,7 +8943,7 @@ describe('pdfmake', function() { textWidth: 55.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8956,7 +8956,7 @@ describe('pdfmake', function() { textWidth: 22.611328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8969,7 +8969,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8982,7 +8982,7 @@ describe('pdfmake', function() { textWidth: 53.173828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -8995,7 +8995,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9008,7 +9008,7 @@ describe('pdfmake', function() { textWidth: 49.423828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9021,7 +9021,7 @@ describe('pdfmake', function() { textWidth: 26.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9034,7 +9034,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9047,7 +9047,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9060,7 +9060,7 @@ describe('pdfmake', function() { textWidth: 19.318359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9073,7 +9073,7 @@ describe('pdfmake', function() { textWidth: 36.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9086,7 +9086,7 @@ describe('pdfmake', function() { textWidth: 49.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9099,7 +9099,7 @@ describe('pdfmake', function() { textWidth: 32.98828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9112,7 +9112,7 @@ describe('pdfmake', function() { textWidth: 29.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9125,7 +9125,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9138,7 +9138,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9151,7 +9151,7 @@ describe('pdfmake', function() { textWidth: 50.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9164,7 +9164,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9177,7 +9177,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9190,7 +9190,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9203,7 +9203,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9216,7 +9216,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9229,7 +9229,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9242,7 +9242,7 @@ describe('pdfmake', function() { textWidth: 57.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9255,7 +9255,7 @@ describe('pdfmake', function() { textWidth: 21.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9268,7 +9268,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9281,7 +9281,7 @@ describe('pdfmake', function() { textWidth: 16.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9294,7 +9294,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9307,7 +9307,7 @@ describe('pdfmake', function() { textWidth: 41.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9320,7 +9320,7 @@ describe('pdfmake', function() { textWidth: 55.30078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9333,7 +9333,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9346,7 +9346,7 @@ describe('pdfmake', function() { textWidth: 36.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9359,7 +9359,7 @@ describe('pdfmake', function() { textWidth: 13.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9372,7 +9372,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9385,7 +9385,7 @@ describe('pdfmake', function() { textWidth: 39.896484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9398,7 +9398,7 @@ describe('pdfmake', function() { textWidth: 38.443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9411,7 +9411,7 @@ describe('pdfmake', function() { textWidth: 14.671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9424,7 +9424,7 @@ describe('pdfmake', function() { textWidth: 29.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9437,7 +9437,7 @@ describe('pdfmake', function() { textWidth: 16.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9450,7 +9450,7 @@ describe('pdfmake', function() { textWidth: 36.451171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9463,7 +9463,7 @@ describe('pdfmake', function() { textWidth: 43.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9476,7 +9476,7 @@ describe('pdfmake', function() { textWidth: 25.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9489,7 +9489,7 @@ describe('pdfmake', function() { textWidth: 43.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9502,7 +9502,7 @@ describe('pdfmake', function() { textWidth: 65.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9515,7 +9515,7 @@ describe('pdfmake', function() { textWidth: 45.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9528,7 +9528,7 @@ describe('pdfmake', function() { textWidth: 39.146484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9541,7 +9541,7 @@ describe('pdfmake', function() { textWidth: 21.603515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9554,7 +9554,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9567,7 +9567,7 @@ describe('pdfmake', function() { textWidth: 38.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9580,7 +9580,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9593,7 +9593,7 @@ describe('pdfmake', function() { textWidth: 15.85546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9606,7 +9606,7 @@ describe('pdfmake', function() { textWidth: 57.5859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9619,7 +9619,7 @@ describe('pdfmake', function() { textWidth: 62.302734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9632,7 +9632,7 @@ describe('pdfmake', function() { textWidth: 26.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9645,7 +9645,7 @@ describe('pdfmake', function() { textWidth: 26.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9658,7 +9658,7 @@ describe('pdfmake', function() { textWidth: 26.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9671,7 +9671,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9684,7 +9684,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9697,7 +9697,7 @@ describe('pdfmake', function() { textWidth: 73.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9710,7 +9710,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9723,7 +9723,7 @@ describe('pdfmake', function() { textWidth: 52.5234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9736,7 +9736,7 @@ describe('pdfmake', function() { textWidth: 24.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9749,7 +9749,7 @@ describe('pdfmake', function() { textWidth: 28.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9762,7 +9762,7 @@ describe('pdfmake', function() { textWidth: 35.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9775,7 +9775,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9788,7 +9788,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9801,7 +9801,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9814,7 +9814,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9827,7 +9827,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9840,7 +9840,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9853,7 +9853,7 @@ describe('pdfmake', function() { textWidth: 57.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9866,7 +9866,7 @@ describe('pdfmake', function() { textWidth: 21.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9879,7 +9879,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9892,7 +9892,7 @@ describe('pdfmake', function() { textWidth: 16.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9905,7 +9905,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9918,7 +9918,7 @@ describe('pdfmake', function() { textWidth: 41.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9931,7 +9931,7 @@ describe('pdfmake', function() { textWidth: 55.30078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9944,7 +9944,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9957,7 +9957,7 @@ describe('pdfmake', function() { textWidth: 36.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9970,7 +9970,7 @@ describe('pdfmake', function() { textWidth: 13.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9983,7 +9983,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -9996,7 +9996,7 @@ describe('pdfmake', function() { textWidth: 39.896484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10009,7 +10009,7 @@ describe('pdfmake', function() { textWidth: 38.443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10022,7 +10022,7 @@ describe('pdfmake', function() { textWidth: 14.671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10035,7 +10035,7 @@ describe('pdfmake', function() { textWidth: 29.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10048,7 +10048,7 @@ describe('pdfmake', function() { textWidth: 16.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10061,7 +10061,7 @@ describe('pdfmake', function() { textWidth: 36.451171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10074,7 +10074,7 @@ describe('pdfmake', function() { textWidth: 43.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10087,7 +10087,7 @@ describe('pdfmake', function() { textWidth: 25.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10100,7 +10100,7 @@ describe('pdfmake', function() { textWidth: 43.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10113,7 +10113,7 @@ describe('pdfmake', function() { textWidth: 65.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10126,7 +10126,7 @@ describe('pdfmake', function() { textWidth: 45.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10139,7 +10139,7 @@ describe('pdfmake', function() { textWidth: 39.146484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10152,7 +10152,7 @@ describe('pdfmake', function() { textWidth: 21.603515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10165,7 +10165,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10178,7 +10178,7 @@ describe('pdfmake', function() { textWidth: 38.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10191,7 +10191,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10204,7 +10204,7 @@ describe('pdfmake', function() { textWidth: 15.85546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10217,7 +10217,7 @@ describe('pdfmake', function() { textWidth: 57.5859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10230,7 +10230,7 @@ describe('pdfmake', function() { textWidth: 62.302734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10243,7 +10243,7 @@ describe('pdfmake', function() { textWidth: 26.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10256,7 +10256,7 @@ describe('pdfmake', function() { textWidth: 26.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10269,7 +10269,7 @@ describe('pdfmake', function() { textWidth: 26.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10282,7 +10282,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10295,7 +10295,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10308,7 +10308,7 @@ describe('pdfmake', function() { textWidth: 73.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10321,7 +10321,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10334,7 +10334,7 @@ describe('pdfmake', function() { textWidth: 52.5234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10347,7 +10347,7 @@ describe('pdfmake', function() { textWidth: 24.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10360,7 +10360,7 @@ describe('pdfmake', function() { textWidth: 28.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10373,7 +10373,7 @@ describe('pdfmake', function() { textWidth: 35.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10386,7 +10386,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10399,7 +10399,7 @@ describe('pdfmake', function() { textWidth: 15.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10412,7 +10412,7 @@ describe('pdfmake', function() { textWidth: 33.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10425,7 +10425,7 @@ describe('pdfmake', function() { textWidth: 28.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10438,7 +10438,7 @@ describe('pdfmake', function() { textWidth: 46.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10451,7 +10451,7 @@ describe('pdfmake', function() { textWidth: 55.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10464,7 +10464,7 @@ describe('pdfmake', function() { textWidth: 22.611328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10477,7 +10477,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10490,7 +10490,7 @@ describe('pdfmake', function() { textWidth: 53.173828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10503,7 +10503,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10516,7 +10516,7 @@ describe('pdfmake', function() { textWidth: 49.423828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10529,7 +10529,7 @@ describe('pdfmake', function() { textWidth: 26.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10542,7 +10542,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10555,7 +10555,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10568,7 +10568,7 @@ describe('pdfmake', function() { textWidth: 19.318359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10581,7 +10581,7 @@ describe('pdfmake', function() { textWidth: 36.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10594,7 +10594,7 @@ describe('pdfmake', function() { textWidth: 49.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10607,7 +10607,7 @@ describe('pdfmake', function() { textWidth: 32.98828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10620,7 +10620,7 @@ describe('pdfmake', function() { textWidth: 29.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10633,7 +10633,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10646,7 +10646,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10659,7 +10659,7 @@ describe('pdfmake', function() { textWidth: 50.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10672,7 +10672,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10685,7 +10685,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10698,7 +10698,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10711,7 +10711,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10724,7 +10724,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10737,7 +10737,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10750,7 +10750,7 @@ describe('pdfmake', function() { textWidth: 57.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10763,7 +10763,7 @@ describe('pdfmake', function() { textWidth: 21.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10776,7 +10776,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10789,7 +10789,7 @@ describe('pdfmake', function() { textWidth: 16.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10802,7 +10802,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10815,7 +10815,7 @@ describe('pdfmake', function() { textWidth: 41.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10828,7 +10828,7 @@ describe('pdfmake', function() { textWidth: 55.30078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10841,7 +10841,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10854,7 +10854,7 @@ describe('pdfmake', function() { textWidth: 36.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10867,7 +10867,7 @@ describe('pdfmake', function() { textWidth: 13.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10880,7 +10880,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10893,7 +10893,7 @@ describe('pdfmake', function() { textWidth: 39.896484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10906,7 +10906,7 @@ describe('pdfmake', function() { textWidth: 38.443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10919,7 +10919,7 @@ describe('pdfmake', function() { textWidth: 14.671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10932,7 +10932,7 @@ describe('pdfmake', function() { textWidth: 29.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10945,7 +10945,7 @@ describe('pdfmake', function() { textWidth: 16.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10958,7 +10958,7 @@ describe('pdfmake', function() { textWidth: 36.451171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10971,7 +10971,7 @@ describe('pdfmake', function() { textWidth: 43.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10984,7 +10984,7 @@ describe('pdfmake', function() { textWidth: 25.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -10997,7 +10997,7 @@ describe('pdfmake', function() { textWidth: 43.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11010,7 +11010,7 @@ describe('pdfmake', function() { textWidth: 65.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11023,7 +11023,7 @@ describe('pdfmake', function() { textWidth: 45.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11036,7 +11036,7 @@ describe('pdfmake', function() { textWidth: 39.146484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11049,7 +11049,7 @@ describe('pdfmake', function() { textWidth: 21.603515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11062,7 +11062,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11075,7 +11075,7 @@ describe('pdfmake', function() { textWidth: 38.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11088,7 +11088,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11101,7 +11101,7 @@ describe('pdfmake', function() { textWidth: 15.85546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11114,7 +11114,7 @@ describe('pdfmake', function() { textWidth: 57.5859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11127,7 +11127,7 @@ describe('pdfmake', function() { textWidth: 62.302734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11140,7 +11140,7 @@ describe('pdfmake', function() { textWidth: 26.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11153,7 +11153,7 @@ describe('pdfmake', function() { textWidth: 26.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11166,7 +11166,7 @@ describe('pdfmake', function() { textWidth: 26.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11179,7 +11179,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11192,7 +11192,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11205,7 +11205,7 @@ describe('pdfmake', function() { textWidth: 73.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11218,7 +11218,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11231,7 +11231,7 @@ describe('pdfmake', function() { textWidth: 52.5234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11244,7 +11244,7 @@ describe('pdfmake', function() { textWidth: 24.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11257,7 +11257,7 @@ describe('pdfmake', function() { textWidth: 28.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11270,7 +11270,7 @@ describe('pdfmake', function() { textWidth: 35.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11283,7 +11283,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11296,7 +11296,7 @@ describe('pdfmake', function() { textWidth: 15.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11309,7 +11309,7 @@ describe('pdfmake', function() { textWidth: 33.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11322,7 +11322,7 @@ describe('pdfmake', function() { textWidth: 28.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11335,7 +11335,7 @@ describe('pdfmake', function() { textWidth: 46.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11348,7 +11348,7 @@ describe('pdfmake', function() { textWidth: 55.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11361,7 +11361,7 @@ describe('pdfmake', function() { textWidth: 22.611328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11374,7 +11374,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11387,7 +11387,7 @@ describe('pdfmake', function() { textWidth: 53.173828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11400,7 +11400,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11413,7 +11413,7 @@ describe('pdfmake', function() { textWidth: 49.423828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11426,7 +11426,7 @@ describe('pdfmake', function() { textWidth: 26.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11439,7 +11439,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11452,7 +11452,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11465,7 +11465,7 @@ describe('pdfmake', function() { textWidth: 19.318359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11478,7 +11478,7 @@ describe('pdfmake', function() { textWidth: 36.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11491,7 +11491,7 @@ describe('pdfmake', function() { textWidth: 49.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11504,7 +11504,7 @@ describe('pdfmake', function() { textWidth: 32.98828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11517,7 +11517,7 @@ describe('pdfmake', function() { textWidth: 29.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11530,7 +11530,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11543,7 +11543,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11556,7 +11556,7 @@ describe('pdfmake', function() { textWidth: 50.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11569,7 +11569,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11582,7 +11582,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11595,7 +11595,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11608,7 +11608,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11621,7 +11621,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11634,7 +11634,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11647,7 +11647,7 @@ describe('pdfmake', function() { textWidth: 57.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11660,7 +11660,7 @@ describe('pdfmake', function() { textWidth: 21.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11673,7 +11673,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11686,7 +11686,7 @@ describe('pdfmake', function() { textWidth: 16.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11699,7 +11699,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11712,7 +11712,7 @@ describe('pdfmake', function() { textWidth: 41.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11725,7 +11725,7 @@ describe('pdfmake', function() { textWidth: 55.30078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11738,7 +11738,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11751,7 +11751,7 @@ describe('pdfmake', function() { textWidth: 36.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11764,7 +11764,7 @@ describe('pdfmake', function() { textWidth: 13.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11777,7 +11777,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11790,7 +11790,7 @@ describe('pdfmake', function() { textWidth: 39.896484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11803,7 +11803,7 @@ describe('pdfmake', function() { textWidth: 38.443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11816,7 +11816,7 @@ describe('pdfmake', function() { textWidth: 14.671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11829,7 +11829,7 @@ describe('pdfmake', function() { textWidth: 29.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11842,7 +11842,7 @@ describe('pdfmake', function() { textWidth: 16.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11855,7 +11855,7 @@ describe('pdfmake', function() { textWidth: 36.451171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11868,7 +11868,7 @@ describe('pdfmake', function() { textWidth: 43.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11881,7 +11881,7 @@ describe('pdfmake', function() { textWidth: 25.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11894,7 +11894,7 @@ describe('pdfmake', function() { textWidth: 43.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11907,7 +11907,7 @@ describe('pdfmake', function() { textWidth: 65.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11920,7 +11920,7 @@ describe('pdfmake', function() { textWidth: 45.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11933,7 +11933,7 @@ describe('pdfmake', function() { textWidth: 39.146484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11946,7 +11946,7 @@ describe('pdfmake', function() { textWidth: 21.603515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11959,7 +11959,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11972,7 +11972,7 @@ describe('pdfmake', function() { textWidth: 38.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11985,7 +11985,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -11998,7 +11998,7 @@ describe('pdfmake', function() { textWidth: 15.85546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12011,7 +12011,7 @@ describe('pdfmake', function() { textWidth: 57.5859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12024,7 +12024,7 @@ describe('pdfmake', function() { textWidth: 62.302734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12037,7 +12037,7 @@ describe('pdfmake', function() { textWidth: 26.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12050,7 +12050,7 @@ describe('pdfmake', function() { textWidth: 26.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12063,7 +12063,7 @@ describe('pdfmake', function() { textWidth: 26.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12076,7 +12076,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12089,7 +12089,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12102,7 +12102,7 @@ describe('pdfmake', function() { textWidth: 73.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12115,7 +12115,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12128,7 +12128,7 @@ describe('pdfmake', function() { textWidth: 52.5234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12141,7 +12141,7 @@ describe('pdfmake', function() { textWidth: 24.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12154,7 +12154,7 @@ describe('pdfmake', function() { textWidth: 28.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12167,7 +12167,7 @@ describe('pdfmake', function() { textWidth: 35.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12180,7 +12180,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12193,7 +12193,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12206,7 +12206,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12219,7 +12219,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12232,7 +12232,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12245,7 +12245,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12258,7 +12258,7 @@ describe('pdfmake', function() { textWidth: 57.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12271,7 +12271,7 @@ describe('pdfmake', function() { textWidth: 21.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12284,7 +12284,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12297,7 +12297,7 @@ describe('pdfmake', function() { textWidth: 16.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12310,7 +12310,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12323,7 +12323,7 @@ describe('pdfmake', function() { textWidth: 41.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12336,7 +12336,7 @@ describe('pdfmake', function() { textWidth: 55.30078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12349,7 +12349,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12362,7 +12362,7 @@ describe('pdfmake', function() { textWidth: 36.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12375,7 +12375,7 @@ describe('pdfmake', function() { textWidth: 13.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12388,7 +12388,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12401,7 +12401,7 @@ describe('pdfmake', function() { textWidth: 39.896484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12414,7 +12414,7 @@ describe('pdfmake', function() { textWidth: 38.443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12427,7 +12427,7 @@ describe('pdfmake', function() { textWidth: 14.671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12440,7 +12440,7 @@ describe('pdfmake', function() { textWidth: 29.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12453,7 +12453,7 @@ describe('pdfmake', function() { textWidth: 16.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12466,7 +12466,7 @@ describe('pdfmake', function() { textWidth: 36.451171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12479,7 +12479,7 @@ describe('pdfmake', function() { textWidth: 43.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12492,7 +12492,7 @@ describe('pdfmake', function() { textWidth: 25.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12505,7 +12505,7 @@ describe('pdfmake', function() { textWidth: 43.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12518,7 +12518,7 @@ describe('pdfmake', function() { textWidth: 65.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12531,7 +12531,7 @@ describe('pdfmake', function() { textWidth: 45.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12544,7 +12544,7 @@ describe('pdfmake', function() { textWidth: 39.146484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12557,7 +12557,7 @@ describe('pdfmake', function() { textWidth: 21.603515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12570,7 +12570,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12583,7 +12583,7 @@ describe('pdfmake', function() { textWidth: 38.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12596,7 +12596,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12609,7 +12609,7 @@ describe('pdfmake', function() { textWidth: 15.85546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12622,7 +12622,7 @@ describe('pdfmake', function() { textWidth: 57.5859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12635,7 +12635,7 @@ describe('pdfmake', function() { textWidth: 62.302734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12648,7 +12648,7 @@ describe('pdfmake', function() { textWidth: 26.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12661,7 +12661,7 @@ describe('pdfmake', function() { textWidth: 26.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12674,7 +12674,7 @@ describe('pdfmake', function() { textWidth: 26.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12687,7 +12687,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12700,7 +12700,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12713,7 +12713,7 @@ describe('pdfmake', function() { textWidth: 73.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12726,7 +12726,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12739,7 +12739,7 @@ describe('pdfmake', function() { textWidth: 52.5234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12752,7 +12752,7 @@ describe('pdfmake', function() { textWidth: 24.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12765,7 +12765,7 @@ describe('pdfmake', function() { textWidth: 28.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12778,7 +12778,7 @@ describe('pdfmake', function() { textWidth: 35.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12791,7 +12791,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12804,7 +12804,7 @@ describe('pdfmake', function() { textWidth: 15.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12817,7 +12817,7 @@ describe('pdfmake', function() { textWidth: 33.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12830,7 +12830,7 @@ describe('pdfmake', function() { textWidth: 28.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12843,7 +12843,7 @@ describe('pdfmake', function() { textWidth: 46.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12856,7 +12856,7 @@ describe('pdfmake', function() { textWidth: 55.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12869,7 +12869,7 @@ describe('pdfmake', function() { textWidth: 22.611328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12882,7 +12882,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12895,7 +12895,7 @@ describe('pdfmake', function() { textWidth: 53.173828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12908,7 +12908,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12921,7 +12921,7 @@ describe('pdfmake', function() { textWidth: 49.423828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12934,7 +12934,7 @@ describe('pdfmake', function() { textWidth: 26.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12947,7 +12947,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12960,7 +12960,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12973,7 +12973,7 @@ describe('pdfmake', function() { textWidth: 19.318359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12986,7 +12986,7 @@ describe('pdfmake', function() { textWidth: 36.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -12999,7 +12999,7 @@ describe('pdfmake', function() { textWidth: 49.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13012,7 +13012,7 @@ describe('pdfmake', function() { textWidth: 32.98828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13025,7 +13025,7 @@ describe('pdfmake', function() { textWidth: 29.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13038,7 +13038,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13051,7 +13051,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13064,7 +13064,7 @@ describe('pdfmake', function() { textWidth: 50.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13077,7 +13077,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13090,7 +13090,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13103,7 +13103,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13116,7 +13116,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13129,7 +13129,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13142,7 +13142,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13155,7 +13155,7 @@ describe('pdfmake', function() { textWidth: 57.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13168,7 +13168,7 @@ describe('pdfmake', function() { textWidth: 21.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13181,7 +13181,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13194,7 +13194,7 @@ describe('pdfmake', function() { textWidth: 16.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13207,7 +13207,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13220,7 +13220,7 @@ describe('pdfmake', function() { textWidth: 41.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13233,7 +13233,7 @@ describe('pdfmake', function() { textWidth: 55.30078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13246,7 +13246,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13259,7 +13259,7 @@ describe('pdfmake', function() { textWidth: 36.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13272,7 +13272,7 @@ describe('pdfmake', function() { textWidth: 13.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13285,7 +13285,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13298,7 +13298,7 @@ describe('pdfmake', function() { textWidth: 39.896484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13311,7 +13311,7 @@ describe('pdfmake', function() { textWidth: 38.443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13324,7 +13324,7 @@ describe('pdfmake', function() { textWidth: 14.671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13337,7 +13337,7 @@ describe('pdfmake', function() { textWidth: 29.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13350,7 +13350,7 @@ describe('pdfmake', function() { textWidth: 16.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13363,7 +13363,7 @@ describe('pdfmake', function() { textWidth: 36.451171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13376,7 +13376,7 @@ describe('pdfmake', function() { textWidth: 43.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13389,7 +13389,7 @@ describe('pdfmake', function() { textWidth: 25.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13402,7 +13402,7 @@ describe('pdfmake', function() { textWidth: 43.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13415,7 +13415,7 @@ describe('pdfmake', function() { textWidth: 65.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13428,7 +13428,7 @@ describe('pdfmake', function() { textWidth: 45.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13441,7 +13441,7 @@ describe('pdfmake', function() { textWidth: 39.146484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13454,7 +13454,7 @@ describe('pdfmake', function() { textWidth: 21.603515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13467,7 +13467,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13480,7 +13480,7 @@ describe('pdfmake', function() { textWidth: 38.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13493,7 +13493,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13506,7 +13506,7 @@ describe('pdfmake', function() { textWidth: 15.85546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13519,7 +13519,7 @@ describe('pdfmake', function() { textWidth: 57.5859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13532,7 +13532,7 @@ describe('pdfmake', function() { textWidth: 62.302734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13545,7 +13545,7 @@ describe('pdfmake', function() { textWidth: 26.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13558,7 +13558,7 @@ describe('pdfmake', function() { textWidth: 26.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13571,7 +13571,7 @@ describe('pdfmake', function() { textWidth: 26.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13584,7 +13584,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13597,7 +13597,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13610,7 +13610,7 @@ describe('pdfmake', function() { textWidth: 73.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13623,7 +13623,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13636,7 +13636,7 @@ describe('pdfmake', function() { textWidth: 52.5234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13649,7 +13649,7 @@ describe('pdfmake', function() { textWidth: 24.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13662,7 +13662,7 @@ describe('pdfmake', function() { textWidth: 28.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13675,7 +13675,7 @@ describe('pdfmake', function() { textWidth: 35.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13688,7 +13688,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13701,7 +13701,7 @@ describe('pdfmake', function() { textWidth: 15.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13714,7 +13714,7 @@ describe('pdfmake', function() { textWidth: 33.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13727,7 +13727,7 @@ describe('pdfmake', function() { textWidth: 28.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13740,7 +13740,7 @@ describe('pdfmake', function() { textWidth: 46.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13753,7 +13753,7 @@ describe('pdfmake', function() { textWidth: 55.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13766,7 +13766,7 @@ describe('pdfmake', function() { textWidth: 22.611328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13779,7 +13779,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13792,7 +13792,7 @@ describe('pdfmake', function() { textWidth: 53.173828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13805,7 +13805,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13818,7 +13818,7 @@ describe('pdfmake', function() { textWidth: 49.423828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13831,7 +13831,7 @@ describe('pdfmake', function() { textWidth: 26.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13844,7 +13844,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13857,7 +13857,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13870,7 +13870,7 @@ describe('pdfmake', function() { textWidth: 19.318359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13883,7 +13883,7 @@ describe('pdfmake', function() { textWidth: 36.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13896,7 +13896,7 @@ describe('pdfmake', function() { textWidth: 49.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13909,7 +13909,7 @@ describe('pdfmake', function() { textWidth: 32.98828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13922,7 +13922,7 @@ describe('pdfmake', function() { textWidth: 29.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13935,7 +13935,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13948,7 +13948,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13961,7 +13961,7 @@ describe('pdfmake', function() { textWidth: 50.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13974,7 +13974,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -13987,7 +13987,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14000,7 +14000,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14013,7 +14013,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14026,7 +14026,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14039,7 +14039,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14052,7 +14052,7 @@ describe('pdfmake', function() { textWidth: 57.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14065,7 +14065,7 @@ describe('pdfmake', function() { textWidth: 21.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14078,7 +14078,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14091,7 +14091,7 @@ describe('pdfmake', function() { textWidth: 16.58203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14104,7 +14104,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14117,7 +14117,7 @@ describe('pdfmake', function() { textWidth: 41.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14130,7 +14130,7 @@ describe('pdfmake', function() { textWidth: 55.30078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14143,7 +14143,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14156,7 +14156,7 @@ describe('pdfmake', function() { textWidth: 36.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14169,7 +14169,7 @@ describe('pdfmake', function() { textWidth: 13.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14182,7 +14182,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14195,7 +14195,7 @@ describe('pdfmake', function() { textWidth: 39.896484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14208,7 +14208,7 @@ describe('pdfmake', function() { textWidth: 38.443359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14221,7 +14221,7 @@ describe('pdfmake', function() { textWidth: 14.671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14234,7 +14234,7 @@ describe('pdfmake', function() { textWidth: 29.37890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14247,7 +14247,7 @@ describe('pdfmake', function() { textWidth: 16.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14260,7 +14260,7 @@ describe('pdfmake', function() { textWidth: 36.451171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14273,7 +14273,7 @@ describe('pdfmake', function() { textWidth: 43.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14286,7 +14286,7 @@ describe('pdfmake', function() { textWidth: 25.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14299,7 +14299,7 @@ describe('pdfmake', function() { textWidth: 43.986328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14312,7 +14312,7 @@ describe('pdfmake', function() { textWidth: 65.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14325,7 +14325,7 @@ describe('pdfmake', function() { textWidth: 45.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14338,7 +14338,7 @@ describe('pdfmake', function() { textWidth: 39.146484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14351,7 +14351,7 @@ describe('pdfmake', function() { textWidth: 21.603515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14364,7 +14364,7 @@ describe('pdfmake', function() { textWidth: 13.505859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14377,7 +14377,7 @@ describe('pdfmake', function() { textWidth: 38.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14390,7 +14390,7 @@ describe('pdfmake', function() { textWidth: 15.275390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14403,7 +14403,7 @@ describe('pdfmake', function() { textWidth: 15.85546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14416,7 +14416,7 @@ describe('pdfmake', function() { textWidth: 57.5859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14429,7 +14429,7 @@ describe('pdfmake', function() { textWidth: 62.302734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14442,7 +14442,7 @@ describe('pdfmake', function() { textWidth: 26.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14455,7 +14455,7 @@ describe('pdfmake', function() { textWidth: 26.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14468,7 +14468,7 @@ describe('pdfmake', function() { textWidth: 26.865234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14481,7 +14481,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14494,7 +14494,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14507,7 +14507,7 @@ describe('pdfmake', function() { textWidth: 73.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14520,7 +14520,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14533,7 +14533,7 @@ describe('pdfmake', function() { textWidth: 52.5234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14546,7 +14546,7 @@ describe('pdfmake', function() { textWidth: 24.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14559,7 +14559,7 @@ describe('pdfmake', function() { textWidth: 28.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14572,7 +14572,7 @@ describe('pdfmake', function() { textWidth: 35.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14625,7 +14625,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.lineWidth(1); doc.undash(); @@ -14645,7 +14645,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14658,7 +14658,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14671,7 +14671,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14684,7 +14684,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14697,7 +14697,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14710,7 +14710,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14768,7 +14768,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14781,7 +14781,7 @@ describe('pdfmake', function() { textWidth: 15.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14794,7 +14794,7 @@ describe('pdfmake', function() { textWidth: 33.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14807,7 +14807,7 @@ describe('pdfmake', function() { textWidth: 28.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14820,7 +14820,7 @@ describe('pdfmake', function() { textWidth: 46.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14833,7 +14833,7 @@ describe('pdfmake', function() { textWidth: 55.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14846,7 +14846,7 @@ describe('pdfmake', function() { textWidth: 22.611328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14859,7 +14859,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14872,7 +14872,7 @@ describe('pdfmake', function() { textWidth: 53.173828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14885,7 +14885,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14898,7 +14898,7 @@ describe('pdfmake', function() { textWidth: 49.423828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14911,7 +14911,7 @@ describe('pdfmake', function() { textWidth: 26.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14924,7 +14924,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14937,7 +14937,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14950,7 +14950,7 @@ describe('pdfmake', function() { textWidth: 19.318359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14963,7 +14963,7 @@ describe('pdfmake', function() { textWidth: 36.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14976,7 +14976,7 @@ describe('pdfmake', function() { textWidth: 49.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -14989,7 +14989,7 @@ describe('pdfmake', function() { textWidth: 32.98828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15002,7 +15002,7 @@ describe('pdfmake', function() { textWidth: 29.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15015,7 +15015,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15028,7 +15028,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15041,7 +15041,7 @@ describe('pdfmake', function() { textWidth: 47.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15054,7 +15054,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15067,7 +15067,7 @@ describe('pdfmake', function() { textWidth: 15.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15080,7 +15080,7 @@ describe('pdfmake', function() { textWidth: 33.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15093,7 +15093,7 @@ describe('pdfmake', function() { textWidth: 28.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15106,7 +15106,7 @@ describe('pdfmake', function() { textWidth: 46.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15119,7 +15119,7 @@ describe('pdfmake', function() { textWidth: 55.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15132,7 +15132,7 @@ describe('pdfmake', function() { textWidth: 22.611328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15145,7 +15145,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15158,7 +15158,7 @@ describe('pdfmake', function() { textWidth: 53.173828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15171,7 +15171,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15184,7 +15184,7 @@ describe('pdfmake', function() { textWidth: 49.423828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15197,7 +15197,7 @@ describe('pdfmake', function() { textWidth: 26.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15210,7 +15210,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15223,7 +15223,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15236,7 +15236,7 @@ describe('pdfmake', function() { textWidth: 19.318359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15249,7 +15249,7 @@ describe('pdfmake', function() { textWidth: 36.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15262,7 +15262,7 @@ describe('pdfmake', function() { textWidth: 49.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15275,7 +15275,7 @@ describe('pdfmake', function() { textWidth: 32.98828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15288,7 +15288,7 @@ describe('pdfmake', function() { textWidth: 29.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15301,7 +15301,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15314,7 +15314,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15327,7 +15327,7 @@ describe('pdfmake', function() { textWidth: 47.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15340,7 +15340,7 @@ describe('pdfmake', function() { textWidth: 36.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15353,7 +15353,7 @@ describe('pdfmake', function() { textWidth: 15.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15366,7 +15366,7 @@ describe('pdfmake', function() { textWidth: 33.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15379,7 +15379,7 @@ describe('pdfmake', function() { textWidth: 28.55859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15392,7 +15392,7 @@ describe('pdfmake', function() { textWidth: 46.763671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15405,7 +15405,7 @@ describe('pdfmake', function() { textWidth: 55.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15418,7 +15418,7 @@ describe('pdfmake', function() { textWidth: 22.611328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15431,7 +15431,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15444,7 +15444,7 @@ describe('pdfmake', function() { textWidth: 53.173828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15457,7 +15457,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15470,7 +15470,7 @@ describe('pdfmake', function() { textWidth: 49.423828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15483,7 +15483,7 @@ describe('pdfmake', function() { textWidth: 26.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15496,7 +15496,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15509,7 +15509,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15522,7 +15522,7 @@ describe('pdfmake', function() { textWidth: 19.318359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15535,7 +15535,7 @@ describe('pdfmake', function() { textWidth: 36.345703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15548,7 +15548,7 @@ describe('pdfmake', function() { textWidth: 49.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15561,7 +15561,7 @@ describe('pdfmake', function() { textWidth: 32.98828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15574,7 +15574,7 @@ describe('pdfmake', function() { textWidth: 29.548828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15587,7 +15587,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15600,7 +15600,7 @@ describe('pdfmake', function() { textWidth: 19.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15613,7 +15613,7 @@ describe('pdfmake', function() { textWidth: 47.3671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15671,7 +15671,7 @@ describe('pdfmake', function() { textWidth: 52.890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15684,7 +15684,7 @@ describe('pdfmake', function() { textWidth: 43.9140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15697,7 +15697,7 @@ describe('pdfmake', function() { textWidth: 23.255859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15710,7 +15710,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15723,7 +15723,7 @@ describe('pdfmake', function() { textWidth: 42.251953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15736,7 +15736,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15749,7 +15749,7 @@ describe('pdfmake', function() { textWidth: 43.21875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15762,7 +15762,7 @@ describe('pdfmake', function() { textWidth: 32.0859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15775,7 +15775,7 @@ describe('pdfmake', function() { textWidth: 18.041015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15788,7 +15788,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15801,7 +15801,7 @@ describe('pdfmake', function() { textWidth: 32.578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15814,7 +15814,7 @@ describe('pdfmake', function() { textWidth: 50.89453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15827,7 +15827,7 @@ describe('pdfmake', function() { textWidth: 9.802734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15840,7 +15840,7 @@ describe('pdfmake', function() { textWidth: 50.478515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15853,7 +15853,7 @@ describe('pdfmake', function() { textWidth: 21.7734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15866,7 +15866,7 @@ describe('pdfmake', function() { textWidth: 35.4140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15882,7 +15882,7 @@ describe('pdfmake', function() { 40.89543050033841, 204.4921875, 42, - 204.4921875 + 204.4921875, ); doc.bezierCurveTo( 43.10456949966159, @@ -15890,7 +15890,7 @@ describe('pdfmake', function() { 44, 205.38761800033842, 44, - 206.4921875 + 206.4921875, ); doc.bezierCurveTo( 44, @@ -15898,7 +15898,7 @@ describe('pdfmake', function() { 43.10456949966159, 208.4921875, 42, - 208.4921875 + 208.4921875, ); doc.bezierCurveTo( 40.89543050033841, @@ -15906,7 +15906,7 @@ describe('pdfmake', function() { 40, 207.59675699966158, 40, - 206.4921875 + 206.4921875, ); doc.closePath(); doc.fillColor('black', 1); @@ -15921,7 +15921,7 @@ describe('pdfmake', function() { textWidth: 21.7734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15934,7 +15934,7 @@ describe('pdfmake', function() { textWidth: 33.12890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -15950,7 +15950,7 @@ describe('pdfmake', function() { 40.89543050033841, 218.5546875, 42, - 218.5546875 + 218.5546875, ); doc.bezierCurveTo( 43.10456949966159, @@ -15958,7 +15958,7 @@ describe('pdfmake', function() { 44, 219.45011800033842, 44, - 220.5546875 + 220.5546875, ); doc.bezierCurveTo( 44, @@ -15966,7 +15966,7 @@ describe('pdfmake', function() { 43.10456949966159, 222.5546875, 42, - 222.5546875 + 222.5546875, ); doc.bezierCurveTo( 40.89543050033841, @@ -15974,7 +15974,7 @@ describe('pdfmake', function() { 40, 221.65925699966158, 40, - 220.5546875 + 220.5546875, ); doc.closePath(); doc.fillColor('black', 1); @@ -15989,7 +15989,7 @@ describe('pdfmake', function() { textWidth: 21.43359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16002,7 +16002,7 @@ describe('pdfmake', function() { textWidth: 49.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16018,7 +16018,7 @@ describe('pdfmake', function() { 40.89543050033841, 232.6171875, 42, - 232.6171875 + 232.6171875, ); doc.bezierCurveTo( 43.10456949966159, @@ -16026,7 +16026,7 @@ describe('pdfmake', function() { 44, 233.51261800033842, 44, - 234.6171875 + 234.6171875, ); doc.bezierCurveTo( 44, @@ -16034,7 +16034,7 @@ describe('pdfmake', function() { 43.10456949966159, 236.6171875, 42, - 236.6171875 + 236.6171875, ); doc.bezierCurveTo( 40.89543050033841, @@ -16042,7 +16042,7 @@ describe('pdfmake', function() { 40, 235.72175699966158, 40, - 234.6171875 + 234.6171875, ); doc.closePath(); doc.fillColor('black', 1); @@ -16057,7 +16057,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16070,7 +16070,7 @@ describe('pdfmake', function() { textWidth: 30.638671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16083,7 +16083,7 @@ describe('pdfmake', function() { textWidth: 43.03125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16096,7 +16096,7 @@ describe('pdfmake', function() { textWidth: 42.87890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16109,7 +16109,7 @@ describe('pdfmake', function() { textWidth: 35.970703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16122,7 +16122,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -16133,7 +16133,7 @@ describe('pdfmake', function() { textWidth: 50.00390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16146,7 +16146,7 @@ describe('pdfmake', function() { textWidth: 49.365234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16159,7 +16159,7 @@ describe('pdfmake', function() { textWidth: 22.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16172,7 +16172,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16185,7 +16185,7 @@ describe('pdfmake', function() { textWidth: 22.37109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16198,7 +16198,7 @@ describe('pdfmake', function() { textWidth: 59.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16211,7 +16211,7 @@ describe('pdfmake', function() { textWidth: 34.212890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16224,7 +16224,7 @@ describe('pdfmake', function() { textWidth: 25.974609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16237,7 +16237,7 @@ describe('pdfmake', function() { textWidth: 30.375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16250,7 +16250,7 @@ describe('pdfmake', function() { textWidth: 16.435546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16263,7 +16263,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16276,7 +16276,7 @@ describe('pdfmake', function() { textWidth: 25.81640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16289,7 +16289,7 @@ describe('pdfmake', function() { textWidth: 30.521484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16297,7 +16297,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.lineWidth(1); doc.undash(); @@ -16332,7 +16332,7 @@ describe('pdfmake', function() { textWidth: 68.6259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16345,7 +16345,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16358,7 +16358,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16371,7 +16371,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16384,7 +16384,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16397,7 +16397,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16410,7 +16410,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16423,7 +16423,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16436,7 +16436,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16449,7 +16449,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16462,7 +16462,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16475,7 +16475,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16488,7 +16488,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16501,7 +16501,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16514,7 +16514,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16527,7 +16527,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16540,7 +16540,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16553,7 +16553,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16566,7 +16566,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16579,7 +16579,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16592,7 +16592,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16605,7 +16605,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16618,7 +16618,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16631,7 +16631,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16644,7 +16644,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16657,7 +16657,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16670,7 +16670,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16683,7 +16683,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16696,7 +16696,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16709,7 +16709,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16722,7 +16722,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16735,7 +16735,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16748,7 +16748,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16761,7 +16761,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16774,7 +16774,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16787,7 +16787,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16800,7 +16800,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16813,7 +16813,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16826,7 +16826,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16839,7 +16839,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16852,7 +16852,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16865,7 +16865,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16878,7 +16878,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16891,7 +16891,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16904,7 +16904,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16917,7 +16917,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16930,7 +16930,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16943,7 +16943,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16956,7 +16956,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16969,7 +16969,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16982,7 +16982,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -16995,7 +16995,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17008,7 +17008,7 @@ describe('pdfmake', function() { textWidth: 101.19921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17021,7 +17021,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17034,7 +17034,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17047,7 +17047,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17060,7 +17060,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17073,7 +17073,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17086,7 +17086,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17108,7 +17108,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17121,7 +17121,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17134,7 +17134,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17147,7 +17147,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17160,7 +17160,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17173,7 +17173,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17186,7 +17186,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17199,7 +17199,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17212,7 +17212,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17225,7 +17225,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17238,7 +17238,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17251,7 +17251,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17264,7 +17264,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17277,7 +17277,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17290,7 +17290,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17303,7 +17303,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17316,7 +17316,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17329,7 +17329,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17342,7 +17342,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17355,7 +17355,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17368,7 +17368,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17381,7 +17381,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17394,7 +17394,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17407,7 +17407,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17420,7 +17420,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17433,7 +17433,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17446,7 +17446,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17459,7 +17459,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17472,7 +17472,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17485,7 +17485,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17498,7 +17498,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17511,7 +17511,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17524,7 +17524,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17537,7 +17537,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17550,7 +17550,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17563,7 +17563,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17576,7 +17576,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17589,7 +17589,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17602,7 +17602,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17615,7 +17615,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17628,7 +17628,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17641,7 +17641,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17654,7 +17654,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17667,7 +17667,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17680,7 +17680,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17693,7 +17693,7 @@ describe('pdfmake', function() { textWidth: 129.8076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17706,7 +17706,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17719,7 +17719,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17732,7 +17732,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17745,7 +17745,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17758,7 +17758,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17771,7 +17771,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17793,7 +17793,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17806,7 +17806,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17819,7 +17819,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17832,7 +17832,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17845,7 +17845,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17858,7 +17858,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17871,7 +17871,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17884,7 +17884,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17897,7 +17897,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17919,7 +17919,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17932,7 +17932,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17945,7 +17945,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17958,7 +17958,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17971,7 +17971,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17984,7 +17984,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -17997,7 +17997,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18010,7 +18010,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18023,7 +18023,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18045,7 +18045,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18058,7 +18058,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18071,7 +18071,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18084,7 +18084,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18097,7 +18097,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18110,7 +18110,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18123,7 +18123,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18136,7 +18136,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18149,7 +18149,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18171,7 +18171,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18184,7 +18184,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18197,7 +18197,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18210,7 +18210,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18223,7 +18223,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18236,7 +18236,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18249,7 +18249,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18262,7 +18262,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18275,7 +18275,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18297,7 +18297,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18310,7 +18310,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18323,7 +18323,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18336,7 +18336,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18349,7 +18349,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18362,7 +18362,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18375,7 +18375,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18388,7 +18388,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18401,7 +18401,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18414,7 +18414,7 @@ describe('pdfmake', function() { textWidth: 20.23828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18427,7 +18427,7 @@ describe('pdfmake', function() { textWidth: 22.01953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18440,7 +18440,7 @@ describe('pdfmake', function() { textWidth: 22.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18453,7 +18453,7 @@ describe('pdfmake', function() { textWidth: 42.251953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18466,7 +18466,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18479,7 +18479,7 @@ describe('pdfmake', function() { textWidth: 43.21875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18492,7 +18492,7 @@ describe('pdfmake', function() { textWidth: 32.0859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18505,7 +18505,7 @@ describe('pdfmake', function() { textWidth: 15.685546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18518,7 +18518,7 @@ describe('pdfmake', function() { textWidth: 21.19921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18540,7 +18540,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18553,7 +18553,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18566,7 +18566,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18579,7 +18579,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18592,7 +18592,7 @@ describe('pdfmake', function() { textWidth: 45.36669921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18605,7 +18605,7 @@ describe('pdfmake', function() { textWidth: 7.388671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18663,7 +18663,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18676,7 +18676,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18689,7 +18689,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18702,7 +18702,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18715,7 +18715,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18728,7 +18728,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18741,7 +18741,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18754,7 +18754,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18767,7 +18767,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18825,7 +18825,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18838,7 +18838,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18851,7 +18851,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18864,7 +18864,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18877,7 +18877,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18890,7 +18890,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18903,7 +18903,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18916,7 +18916,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18929,7 +18929,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -18987,7 +18987,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19000,7 +19000,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19013,7 +19013,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19026,7 +19026,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19039,7 +19039,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19052,7 +19052,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19065,7 +19065,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19078,7 +19078,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19091,7 +19091,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19149,7 +19149,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19162,7 +19162,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19175,7 +19175,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19188,7 +19188,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19201,7 +19201,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19214,7 +19214,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19227,7 +19227,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19240,7 +19240,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19253,7 +19253,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19311,7 +19311,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19324,7 +19324,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19337,7 +19337,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19350,7 +19350,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19363,7 +19363,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19376,7 +19376,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19389,7 +19389,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19402,7 +19402,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19415,7 +19415,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19473,7 +19473,7 @@ describe('pdfmake', function() { textWidth: 32.267578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19486,7 +19486,7 @@ describe('pdfmake', function() { textWidth: 25.0546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19508,7 +19508,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19521,7 +19521,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19534,7 +19534,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19547,7 +19547,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19560,7 +19560,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19573,7 +19573,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19586,7 +19586,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19599,7 +19599,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19612,7 +19612,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19665,7 +19665,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.lineWidth(1); doc.undash(); @@ -19724,7 +19724,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19737,7 +19737,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19750,7 +19750,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19763,7 +19763,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19776,7 +19776,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19789,7 +19789,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19802,7 +19802,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19815,7 +19815,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19828,7 +19828,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19895,7 +19895,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19908,7 +19908,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19921,7 +19921,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19934,7 +19934,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19947,7 +19947,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19960,7 +19960,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19973,7 +19973,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19986,7 +19986,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -19999,7 +19999,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20057,7 +20057,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20070,7 +20070,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20083,7 +20083,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20096,7 +20096,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20109,7 +20109,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20122,7 +20122,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20135,7 +20135,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20148,7 +20148,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20161,7 +20161,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20219,7 +20219,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20232,7 +20232,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20245,7 +20245,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20258,7 +20258,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20271,7 +20271,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20284,7 +20284,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20297,7 +20297,7 @@ describe('pdfmake', function() { textWidth: 43.13671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20310,7 +20310,7 @@ describe('pdfmake', function() { textWidth: 31.107421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20323,7 +20323,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20376,7 +20376,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: false + compress: false, }); doc.lineWidth(1); doc.undash(); @@ -20579,7 +20579,7 @@ describe('pdfmake', function() { textWidth: 56.1708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20592,7 +20592,7 @@ describe('pdfmake', function() { textWidth: 40.9814453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20605,7 +20605,7 @@ describe('pdfmake', function() { textWidth: 29.208984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20618,7 +20618,7 @@ describe('pdfmake', function() { textWidth: 21.43359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20631,7 +20631,7 @@ describe('pdfmake', function() { textWidth: 48.884765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20644,7 +20644,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20657,7 +20657,7 @@ describe('pdfmake', function() { textWidth: 46.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20670,7 +20670,7 @@ describe('pdfmake', function() { textWidth: 37.681640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20683,7 +20683,7 @@ describe('pdfmake', function() { textWidth: 50.4375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20696,7 +20696,7 @@ describe('pdfmake', function() { textWidth: 16.119140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20709,7 +20709,7 @@ describe('pdfmake', function() { textWidth: 29.501953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20722,7 +20722,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20735,7 +20735,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20748,7 +20748,7 @@ describe('pdfmake', function() { textWidth: 51.99609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20761,7 +20761,7 @@ describe('pdfmake', function() { textWidth: 18.041015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20774,7 +20774,7 @@ describe('pdfmake', function() { textWidth: 20.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20787,7 +20787,7 @@ describe('pdfmake', function() { textWidth: 39.31640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20800,7 +20800,7 @@ describe('pdfmake', function() { textWidth: 20.349609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20813,7 +20813,7 @@ describe('pdfmake', function() { textWidth: 39.31640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20826,7 +20826,7 @@ describe('pdfmake', function() { textWidth: 27.205078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20839,7 +20839,7 @@ describe('pdfmake', function() { textWidth: 39.31640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20852,7 +20852,7 @@ describe('pdfmake', function() { textWidth: 41.630859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20865,7 +20865,7 @@ describe('pdfmake', function() { textWidth: 37.1484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20896,7 +20896,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20909,7 +20909,7 @@ describe('pdfmake', function() { textWidth: 34.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20922,7 +20922,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20935,7 +20935,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20948,7 +20948,7 @@ describe('pdfmake', function() { textWidth: 29.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20961,7 +20961,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20974,7 +20974,7 @@ describe('pdfmake', function() { textWidth: 34.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -20987,7 +20987,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21000,7 +21000,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21013,7 +21013,7 @@ describe('pdfmake', function() { textWidth: 29.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21026,7 +21026,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21039,7 +21039,7 @@ describe('pdfmake', function() { textWidth: 29.4609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21052,7 +21052,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21065,7 +21065,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21078,7 +21078,7 @@ describe('pdfmake', function() { textWidth: 24.134765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21127,7 +21127,7 @@ describe('pdfmake', function() { textWidth: 52.681640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21140,7 +21140,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21153,7 +21153,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -21164,7 +21164,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21177,7 +21177,7 @@ describe('pdfmake', function() { textWidth: 29.4609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21190,7 +21190,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21203,7 +21203,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21216,7 +21216,7 @@ describe('pdfmake', function() { textWidth: 24.134765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21229,7 +21229,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21242,7 +21242,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21255,7 +21255,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21268,7 +21268,7 @@ describe('pdfmake', function() { textWidth: 29.4609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21281,7 +21281,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21294,7 +21294,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21307,7 +21307,7 @@ describe('pdfmake', function() { textWidth: 29.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21356,7 +21356,7 @@ describe('pdfmake', function() { textWidth: 48.9140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21369,7 +21369,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21382,7 +21382,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -21393,7 +21393,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21406,7 +21406,7 @@ describe('pdfmake', function() { textWidth: 29.4609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21419,7 +21419,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21432,7 +21432,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21445,7 +21445,7 @@ describe('pdfmake', function() { textWidth: 24.134765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21494,7 +21494,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21507,7 +21507,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21520,7 +21520,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21533,7 +21533,7 @@ describe('pdfmake', function() { textWidth: 34.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21546,7 +21546,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21559,7 +21559,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21572,7 +21572,7 @@ describe('pdfmake', function() { textWidth: 24.134765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21630,7 +21630,7 @@ describe('pdfmake', function() { textWidth: 20.384765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21643,7 +21643,7 @@ describe('pdfmake', function() { textWidth: 31.189453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21656,7 +21656,7 @@ describe('pdfmake', function() { textWidth: 21.43359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21669,7 +21669,7 @@ describe('pdfmake', function() { textWidth: 42.80859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21682,7 +21682,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21695,7 +21695,7 @@ describe('pdfmake', function() { textWidth: 37.681640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21708,7 +21708,7 @@ describe('pdfmake', function() { textWidth: 49.259765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21721,7 +21721,7 @@ describe('pdfmake', function() { textWidth: 45.90234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21734,7 +21734,7 @@ describe('pdfmake', function() { textWidth: 9.802734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21747,7 +21747,7 @@ describe('pdfmake', function() { textWidth: 22.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21760,7 +21760,7 @@ describe('pdfmake', function() { textWidth: 15.322265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21773,7 +21773,7 @@ describe('pdfmake', function() { textWidth: 43.869140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21786,7 +21786,7 @@ describe('pdfmake', function() { textWidth: 13.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21799,7 +21799,7 @@ describe('pdfmake', function() { textWidth: 20.35546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21812,7 +21812,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21825,7 +21825,7 @@ describe('pdfmake', function() { textWidth: 63.609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21838,7 +21838,7 @@ describe('pdfmake', function() { textWidth: 15.31640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21851,7 +21851,7 @@ describe('pdfmake', function() { textWidth: 112.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21864,7 +21864,7 @@ describe('pdfmake', function() { textWidth: 34.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21877,7 +21877,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21890,7 +21890,7 @@ describe('pdfmake', function() { textWidth: 29.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21903,7 +21903,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21916,7 +21916,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21929,7 +21929,7 @@ describe('pdfmake', function() { textWidth: 29.419921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21942,7 +21942,7 @@ describe('pdfmake', function() { textWidth: 35.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21955,7 +21955,7 @@ describe('pdfmake', function() { textWidth: 22.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21968,7 +21968,7 @@ describe('pdfmake', function() { textWidth: 23.923828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21981,7 +21981,7 @@ describe('pdfmake', function() { textWidth: 19.41796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -21994,7 +21994,7 @@ describe('pdfmake', function() { textWidth: 44.408203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22007,7 +22007,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22020,7 +22020,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22033,7 +22033,7 @@ describe('pdfmake', function() { textWidth: 29.419921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22046,7 +22046,7 @@ describe('pdfmake', function() { textWidth: 34.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22068,7 +22068,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22081,7 +22081,7 @@ describe('pdfmake', function() { textWidth: 34.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22094,7 +22094,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22107,7 +22107,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22120,7 +22120,7 @@ describe('pdfmake', function() { textWidth: 29.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22133,7 +22133,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22146,7 +22146,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22159,7 +22159,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22172,7 +22172,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22221,7 +22221,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22234,7 +22234,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22247,7 +22247,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22260,7 +22260,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22273,7 +22273,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22286,7 +22286,7 @@ describe('pdfmake', function() { textWidth: 29.4609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22299,7 +22299,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22312,7 +22312,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22325,7 +22325,7 @@ describe('pdfmake', function() { textWidth: 29.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22374,7 +22374,7 @@ describe('pdfmake', function() { textWidth: 24.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22387,7 +22387,7 @@ describe('pdfmake', function() { textWidth: 32.876953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22400,7 +22400,7 @@ describe('pdfmake', function() { textWidth: 30.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22413,7 +22413,7 @@ describe('pdfmake', function() { textWidth: 54.509765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22426,7 +22426,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22439,7 +22439,7 @@ describe('pdfmake', function() { textWidth: 51.75, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22452,7 +22452,7 @@ describe('pdfmake', function() { textWidth: 52.51171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22465,7 +22465,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22478,7 +22478,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22491,7 +22491,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22504,7 +22504,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22517,7 +22517,7 @@ describe('pdfmake', function() { textWidth: 42.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22530,7 +22530,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22552,7 +22552,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22565,7 +22565,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22578,7 +22578,7 @@ describe('pdfmake', function() { textWidth: 52.681640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22591,7 +22591,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22604,7 +22604,7 @@ describe('pdfmake', function() { textWidth: 48.9140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22617,7 +22617,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22630,7 +22630,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -22641,7 +22641,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22654,7 +22654,7 @@ describe('pdfmake', function() { textWidth: 29.4609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22667,7 +22667,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22680,7 +22680,7 @@ describe('pdfmake', function() { textWidth: 26.279296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22693,7 +22693,7 @@ describe('pdfmake', function() { textWidth: 24.134765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22724,7 +22724,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22737,7 +22737,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22768,7 +22768,7 @@ describe('pdfmake', function() { textWidth: 22.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22781,7 +22781,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22821,7 +22821,7 @@ describe('pdfmake', function() { textWidth: 48.9140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22834,7 +22834,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22847,7 +22847,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -22858,7 +22858,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22871,7 +22871,7 @@ describe('pdfmake', function() { textWidth: 34.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22884,7 +22884,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22897,7 +22897,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22910,7 +22910,7 @@ describe('pdfmake', function() { textWidth: 29.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22932,7 +22932,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22945,7 +22945,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22958,7 +22958,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22971,7 +22971,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22984,7 +22984,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -22997,7 +22997,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23064,7 +23064,7 @@ describe('pdfmake', function() { textWidth: 52.681640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23077,7 +23077,7 @@ describe('pdfmake', function() { textWidth: 6.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23090,7 +23090,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -23101,7 +23101,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23114,7 +23114,7 @@ describe('pdfmake', function() { textWidth: 34.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23127,7 +23127,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23140,7 +23140,7 @@ describe('pdfmake', function() { textWidth: 31.4765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23153,7 +23153,7 @@ describe('pdfmake', function() { textWidth: 29.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23166,7 +23166,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23179,7 +23179,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23192,7 +23192,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23205,7 +23205,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23254,7 +23254,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23267,7 +23267,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23280,7 +23280,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23293,7 +23293,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23342,7 +23342,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23355,7 +23355,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23368,7 +23368,7 @@ describe('pdfmake', function() { textWidth: 37.6171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -23381,7 +23381,7 @@ describe('pdfmake', function() { textWidth: 52.751953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); diff --git a/tests/visual/pdfmake/text_decorations.spec.js b/tests/visual/pdfmake/text_decorations.spec.js index 3d9c77977..de91dd902 100644 --- a/tests/visual/pdfmake/text_decorations.spec.js +++ b/tests/visual/pdfmake/text_decorations.spec.js @@ -1,8 +1,8 @@ import { runDocTest } from '../helpers'; -describe('pdfmake', function() { - test('text decorations', function() { - return runDocTest(function(doc) { +describe('pdfmake', function () { + test('text decorations', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fillColor('yellow'); doc.fillOpacity(undefined); @@ -21,7 +21,7 @@ describe('pdfmake', function() { textWidth: 86.0712890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -34,7 +34,7 @@ describe('pdfmake', function() { textWidth: 30.216796874999996, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -47,7 +47,7 @@ describe('pdfmake', function() { textWidth: 2.970703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -60,7 +60,7 @@ describe('pdfmake', function() { textWidth: 53.361328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -73,7 +73,7 @@ describe('pdfmake', function() { textWidth: 56.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -92,7 +92,7 @@ describe('pdfmake', function() { textWidth: 25.318359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -105,7 +105,7 @@ describe('pdfmake', function() { textWidth: 47.484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -118,7 +118,7 @@ describe('pdfmake', function() { textWidth: 56.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -149,7 +149,7 @@ describe('pdfmake', function() { textWidth: 46.177734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -162,7 +162,7 @@ describe('pdfmake', function() { textWidth: 56.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -181,7 +181,7 @@ describe('pdfmake', function() { textWidth: 2.970703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -194,7 +194,7 @@ describe('pdfmake', function() { textWidth: 43.2890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -207,7 +207,7 @@ describe('pdfmake', function() { textWidth: 25.0546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -248,7 +248,7 @@ describe('pdfmake', function() { textWidth: 38.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -261,7 +261,7 @@ describe('pdfmake', function() { textWidth: 25.0546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -338,7 +338,7 @@ describe('pdfmake', function() { textWidth: 40.30078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -351,7 +351,7 @@ describe('pdfmake', function() { textWidth: 25.0546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -372,7 +372,7 @@ describe('pdfmake', function() { textWidth: 31.353515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -385,7 +385,7 @@ describe('pdfmake', function() { textWidth: 25.0546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -400,7 +400,7 @@ describe('pdfmake', function() { 426.85999999999996, 114.732421875, 427.56, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 428.26, @@ -408,7 +408,7 @@ describe('pdfmake', function() { 428.96, 116.732421875, 429.65999999999997, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 430.35999999999996, @@ -416,7 +416,7 @@ describe('pdfmake', function() { 431.05999999999995, 114.732421875, 431.76, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 432.46, @@ -424,7 +424,7 @@ describe('pdfmake', function() { 433.15999999999997, 116.732421875, 433.85999999999996, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 434.55999999999995, @@ -432,7 +432,7 @@ describe('pdfmake', function() { 435.25999999999993, 114.732421875, 435.96, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 436.65999999999997, @@ -440,7 +440,7 @@ describe('pdfmake', function() { 437.35999999999996, 116.732421875, 438.05999999999995, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 438.75999999999993, @@ -448,7 +448,7 @@ describe('pdfmake', function() { 439.4599999999999, 114.732421875, 440.15999999999997, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 440.85999999999996, @@ -456,7 +456,7 @@ describe('pdfmake', function() { 441.55999999999995, 116.732421875, 442.25999999999993, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 442.9599999999999, @@ -464,7 +464,7 @@ describe('pdfmake', function() { 443.6599999999999, 114.732421875, 444.35999999999996, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 445.05999999999995, @@ -472,7 +472,7 @@ describe('pdfmake', function() { 445.75999999999993, 116.732421875, 446.4599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 447.1599999999999, @@ -480,7 +480,7 @@ describe('pdfmake', function() { 447.8599999999999, 114.732421875, 448.55999999999995, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 449.25999999999993, @@ -488,7 +488,7 @@ describe('pdfmake', function() { 449.9599999999999, 116.732421875, 450.6599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 451.3599999999999, @@ -496,7 +496,7 @@ describe('pdfmake', function() { 452.0599999999999, 114.732421875, 452.75999999999993, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 453.4599999999999, @@ -504,7 +504,7 @@ describe('pdfmake', function() { 454.1599999999999, 116.732421875, 454.8599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 455.5599999999999, @@ -512,7 +512,7 @@ describe('pdfmake', function() { 456.2599999999999, 114.732421875, 456.9599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 457.6599999999999, @@ -520,7 +520,7 @@ describe('pdfmake', function() { 458.3599999999999, 116.732421875, 459.0599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 459.7599999999999, @@ -528,7 +528,7 @@ describe('pdfmake', function() { 460.45999999999987, 114.732421875, 461.1599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 461.8599999999999, @@ -536,7 +536,7 @@ describe('pdfmake', function() { 462.5599999999999, 116.732421875, 463.2599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 463.95999999999987, @@ -544,7 +544,7 @@ describe('pdfmake', function() { 464.65999999999985, 114.732421875, 465.3599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 466.0599999999999, @@ -552,7 +552,7 @@ describe('pdfmake', function() { 466.7599999999999, 116.732421875, 467.45999999999987, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 468.15999999999985, @@ -560,7 +560,7 @@ describe('pdfmake', function() { 468.85999999999984, 114.732421875, 469.5599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 470.2599999999999, @@ -568,7 +568,7 @@ describe('pdfmake', function() { 470.95999999999987, 116.732421875, 471.65999999999985, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 472.35999999999984, @@ -576,7 +576,7 @@ describe('pdfmake', function() { 473.05999999999983, 114.732421875, 473.7599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 474.45999999999987, @@ -584,7 +584,7 @@ describe('pdfmake', function() { 475.15999999999985, 116.732421875, 475.85999999999984, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 476.55999999999983, @@ -592,7 +592,7 @@ describe('pdfmake', function() { 477.2599999999998, 114.732421875, 477.95999999999987, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 478.65999999999985, @@ -600,7 +600,7 @@ describe('pdfmake', function() { 479.35999999999984, 116.732421875, 480.05999999999983, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 480.7599999999998, @@ -608,7 +608,7 @@ describe('pdfmake', function() { 481.4599999999998, 114.732421875, 482.15999999999985, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 482.85999999999984, @@ -616,7 +616,7 @@ describe('pdfmake', function() { 483.55999999999983, 116.732421875, 484.2599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 484.9599999999998, @@ -624,7 +624,7 @@ describe('pdfmake', function() { 485.6599999999998, 114.732421875, 486.35999999999984, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 487.05999999999983, @@ -632,7 +632,7 @@ describe('pdfmake', function() { 487.7599999999998, 116.732421875, 488.4599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 489.1599999999998, @@ -640,7 +640,7 @@ describe('pdfmake', function() { 489.8599999999998, 114.732421875, 490.55999999999983, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 491.2599999999998, @@ -648,7 +648,7 @@ describe('pdfmake', function() { 491.9599999999998, 116.732421875, 492.6599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 493.3599999999998, @@ -656,7 +656,7 @@ describe('pdfmake', function() { 494.0599999999998, 114.732421875, 494.7599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 495.4599999999998, @@ -664,7 +664,7 @@ describe('pdfmake', function() { 496.1599999999998, 116.732421875, 496.8599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 497.5599999999998, @@ -672,7 +672,7 @@ describe('pdfmake', function() { 498.25999999999976, 114.732421875, 498.9599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 499.6599999999998, @@ -680,7 +680,7 @@ describe('pdfmake', function() { 500.3599999999998, 116.732421875, 501.0599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 501.75999999999976, @@ -688,7 +688,7 @@ describe('pdfmake', function() { 502.45999999999975, 114.732421875, 503.1599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 503.8599999999998, @@ -696,7 +696,7 @@ describe('pdfmake', function() { 504.5599999999998, 116.732421875, 505.25999999999976, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 505.95999999999975, @@ -704,7 +704,7 @@ describe('pdfmake', function() { 506.65999999999974, 114.732421875, 507.3599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 508.0599999999998, @@ -712,7 +712,7 @@ describe('pdfmake', function() { 508.75999999999976, 116.732421875, 509.45999999999975, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 510.15999999999974, @@ -720,7 +720,7 @@ describe('pdfmake', function() { 510.85999999999973, 114.732421875, 511.5599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 512.2599999999998, @@ -728,7 +728,7 @@ describe('pdfmake', function() { 512.9599999999998, 116.732421875, 513.6599999999997, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 514.3599999999998, @@ -736,7 +736,7 @@ describe('pdfmake', function() { 515.0599999999997, 114.732421875, 515.7599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 516.4599999999997, @@ -744,7 +744,7 @@ describe('pdfmake', function() { 517.1599999999997, 116.732421875, 517.8599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 518.5599999999998, @@ -752,7 +752,7 @@ describe('pdfmake', function() { 519.2599999999998, 114.732421875, 519.9599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 520.6599999999997, @@ -760,7 +760,7 @@ describe('pdfmake', function() { 521.3599999999998, 116.732421875, 522.0599999999998, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 522.7599999999999, @@ -768,7 +768,7 @@ describe('pdfmake', function() { 523.4599999999998, 114.732421875, 524.1599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 524.8599999999998, @@ -776,7 +776,7 @@ describe('pdfmake', function() { 525.5599999999998, 116.732421875, 526.2599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 526.9599999999999, @@ -784,7 +784,7 @@ describe('pdfmake', function() { 527.6599999999999, 114.732421875, 528.3599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 529.0599999999998, @@ -792,7 +792,7 @@ describe('pdfmake', function() { 529.7599999999999, 116.732421875, 530.4599999999999, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 531.16, @@ -800,7 +800,7 @@ describe('pdfmake', function() { 531.8599999999999, 114.732421875, 532.56, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 533.2599999999999, @@ -808,7 +808,7 @@ describe('pdfmake', function() { 533.9599999999999, 116.732421875, 534.66, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 535.36, @@ -816,7 +816,7 @@ describe('pdfmake', function() { 536.06, 114.732421875, 536.76, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 537.4599999999999, @@ -824,7 +824,7 @@ describe('pdfmake', function() { 538.16, 116.732421875, 538.86, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 539.5600000000001, @@ -832,7 +832,7 @@ describe('pdfmake', function() { 540.26, 114.732421875, 540.96, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 541.66, @@ -840,7 +840,7 @@ describe('pdfmake', function() { 542.36, 116.732421875, 543.0600000000001, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 543.7600000000001, @@ -848,7 +848,7 @@ describe('pdfmake', function() { 544.46, 114.732421875, 545.1600000000001, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 545.86, @@ -856,7 +856,7 @@ describe('pdfmake', function() { 546.5600000000001, 116.732421875, 547.2600000000001, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 547.9600000000002, @@ -864,7 +864,7 @@ describe('pdfmake', function() { 548.6600000000001, 114.732421875, 549.3600000000001, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 550.0600000000001, @@ -872,7 +872,7 @@ describe('pdfmake', function() { 550.7600000000001, 116.732421875, 551.4600000000002, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 552.1600000000002, @@ -880,7 +880,7 @@ describe('pdfmake', function() { 552.8600000000001, 114.732421875, 553.5600000000002, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 554.2600000000001, @@ -888,7 +888,7 @@ describe('pdfmake', function() { 554.9600000000002, 116.732421875, 555.6600000000002, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 556.3600000000002, @@ -896,7 +896,7 @@ describe('pdfmake', function() { 557.0600000000002, 114.732421875, 557.7600000000002, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 558.4600000000002, @@ -904,7 +904,7 @@ describe('pdfmake', function() { 559.1600000000002, 116.732421875, 559.8600000000002, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 560.5600000000003, @@ -912,7 +912,7 @@ describe('pdfmake', function() { 561.2600000000002, 114.732421875, 561.9600000000003, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 562.6600000000002, @@ -920,7 +920,7 @@ describe('pdfmake', function() { 563.3600000000002, 116.732421875, 564.0600000000003, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 564.7600000000003, @@ -928,7 +928,7 @@ describe('pdfmake', function() { 565.4600000000003, 114.732421875, 566.1600000000003, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 566.8600000000002, @@ -936,7 +936,7 @@ describe('pdfmake', function() { 567.5600000000003, 116.732421875, 568.2600000000003, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 568.9600000000004, @@ -944,7 +944,7 @@ describe('pdfmake', function() { 569.6600000000003, 114.732421875, 570.3600000000004, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 571.0600000000003, @@ -952,7 +952,7 @@ describe('pdfmake', function() { 571.7600000000003, 116.732421875, 572.4600000000004, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 573.1600000000004, @@ -960,7 +960,7 @@ describe('pdfmake', function() { 573.8600000000004, 114.732421875, 574.5600000000004, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 575.2600000000003, @@ -968,7 +968,7 @@ describe('pdfmake', function() { 575.9600000000004, 116.732421875, 576.6600000000004, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 577.3600000000005, @@ -976,7 +976,7 @@ describe('pdfmake', function() { 578.0600000000004, 114.732421875, 578.7600000000004, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 579.4600000000004, @@ -984,7 +984,7 @@ describe('pdfmake', function() { 580.1600000000004, 116.732421875, 580.8600000000005, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 581.5600000000005, @@ -992,7 +992,7 @@ describe('pdfmake', function() { 582.2600000000004, 114.732421875, 582.9600000000005, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 583.6600000000004, @@ -1000,7 +1000,7 @@ describe('pdfmake', function() { 584.3600000000005, 116.732421875, 585.0600000000005, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 585.7600000000006, @@ -1008,7 +1008,7 @@ describe('pdfmake', function() { 586.4600000000005, 114.732421875, 587.1600000000005, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 587.8600000000005, @@ -1016,7 +1016,7 @@ describe('pdfmake', function() { 588.5600000000005, 116.732421875, 589.2600000000006, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 589.9600000000006, @@ -1024,7 +1024,7 @@ describe('pdfmake', function() { 590.6600000000005, 114.732421875, 591.3600000000006, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 592.0600000000005, @@ -1032,7 +1032,7 @@ describe('pdfmake', function() { 592.7600000000006, 116.732421875, 593.4600000000006, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 594.1600000000007, @@ -1040,7 +1040,7 @@ describe('pdfmake', function() { 594.8600000000006, 114.732421875, 595.5600000000006, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 596.2600000000006, @@ -1048,7 +1048,7 @@ describe('pdfmake', function() { 596.9600000000006, 116.732421875, 597.6600000000007, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 598.3600000000007, @@ -1056,7 +1056,7 @@ describe('pdfmake', function() { 599.0600000000006, 114.732421875, 599.7600000000007, - 115.732421875 + 115.732421875, ); doc.bezierCurveTo( 600.4600000000006, @@ -1064,7 +1064,7 @@ describe('pdfmake', function() { 601.1600000000007, 116.732421875, 601.8600000000007, - 115.732421875 + 115.732421875, ); doc.stroke('black'); doc.strokeColor('black'); @@ -1079,7 +1079,7 @@ describe('pdfmake', function() { textWidth: 2.970703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1092,7 +1092,7 @@ describe('pdfmake', function() { textWidth: 33.205078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1105,7 +1105,7 @@ describe('pdfmake', function() { textWidth: 33.12890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1124,7 +1124,7 @@ describe('pdfmake', function() { textWidth: 33.205078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1137,7 +1137,7 @@ describe('pdfmake', function() { textWidth: 33.12890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1162,7 +1162,7 @@ describe('pdfmake', function() { textWidth: 33.205078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1175,7 +1175,7 @@ describe('pdfmake', function() { textWidth: 33.12890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1190,7 +1190,7 @@ describe('pdfmake', function() { 383.91999999999996, 142.857421875, 384.62, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 385.32, @@ -1198,7 +1198,7 @@ describe('pdfmake', function() { 386.02, 144.857421875, 386.71999999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 387.41999999999996, @@ -1206,7 +1206,7 @@ describe('pdfmake', function() { 388.11999999999995, 142.857421875, 388.82, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 389.52, @@ -1214,7 +1214,7 @@ describe('pdfmake', function() { 390.21999999999997, 144.857421875, 390.91999999999996, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 391.61999999999995, @@ -1222,7 +1222,7 @@ describe('pdfmake', function() { 392.31999999999994, 142.857421875, 393.02, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 393.71999999999997, @@ -1230,7 +1230,7 @@ describe('pdfmake', function() { 394.41999999999996, 144.857421875, 395.11999999999995, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 395.81999999999994, @@ -1238,7 +1238,7 @@ describe('pdfmake', function() { 396.5199999999999, 142.857421875, 397.21999999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 397.91999999999996, @@ -1246,7 +1246,7 @@ describe('pdfmake', function() { 398.61999999999995, 144.857421875, 399.31999999999994, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 400.0199999999999, @@ -1254,7 +1254,7 @@ describe('pdfmake', function() { 400.7199999999999, 142.857421875, 401.41999999999996, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 402.11999999999995, @@ -1262,7 +1262,7 @@ describe('pdfmake', function() { 402.81999999999994, 144.857421875, 403.5199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 404.2199999999999, @@ -1270,7 +1270,7 @@ describe('pdfmake', function() { 404.9199999999999, 142.857421875, 405.61999999999995, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 406.31999999999994, @@ -1278,7 +1278,7 @@ describe('pdfmake', function() { 407.0199999999999, 144.857421875, 407.7199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 408.4199999999999, @@ -1286,7 +1286,7 @@ describe('pdfmake', function() { 409.1199999999999, 142.857421875, 409.81999999999994, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 410.5199999999999, @@ -1294,7 +1294,7 @@ describe('pdfmake', function() { 411.2199999999999, 144.857421875, 411.9199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 412.6199999999999, @@ -1302,7 +1302,7 @@ describe('pdfmake', function() { 413.3199999999999, 142.857421875, 414.0199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 414.7199999999999, @@ -1310,7 +1310,7 @@ describe('pdfmake', function() { 415.4199999999999, 144.857421875, 416.1199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 416.8199999999999, @@ -1318,7 +1318,7 @@ describe('pdfmake', function() { 417.51999999999987, 142.857421875, 418.2199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 418.9199999999999, @@ -1326,7 +1326,7 @@ describe('pdfmake', function() { 419.6199999999999, 144.857421875, 420.3199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 421.01999999999987, @@ -1334,7 +1334,7 @@ describe('pdfmake', function() { 421.71999999999986, 142.857421875, 422.4199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 423.1199999999999, @@ -1342,7 +1342,7 @@ describe('pdfmake', function() { 423.8199999999999, 144.857421875, 424.51999999999987, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 425.21999999999986, @@ -1350,7 +1350,7 @@ describe('pdfmake', function() { 425.91999999999985, 142.857421875, 426.6199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 427.3199999999999, @@ -1358,7 +1358,7 @@ describe('pdfmake', function() { 428.01999999999987, 144.857421875, 428.71999999999986, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 429.41999999999985, @@ -1366,7 +1366,7 @@ describe('pdfmake', function() { 430.11999999999983, 142.857421875, 430.8199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 431.51999999999987, @@ -1374,7 +1374,7 @@ describe('pdfmake', function() { 432.21999999999986, 144.857421875, 432.91999999999985, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 433.61999999999983, @@ -1382,7 +1382,7 @@ describe('pdfmake', function() { 434.3199999999998, 142.857421875, 435.01999999999987, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 435.71999999999986, @@ -1390,7 +1390,7 @@ describe('pdfmake', function() { 436.41999999999985, 144.857421875, 437.11999999999983, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 437.8199999999998, @@ -1398,7 +1398,7 @@ describe('pdfmake', function() { 438.5199999999998, 142.857421875, 439.21999999999986, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 439.91999999999985, @@ -1406,7 +1406,7 @@ describe('pdfmake', function() { 440.61999999999983, 144.857421875, 441.3199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 442.0199999999998, @@ -1414,7 +1414,7 @@ describe('pdfmake', function() { 442.7199999999998, 142.857421875, 443.41999999999985, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 444.11999999999983, @@ -1422,7 +1422,7 @@ describe('pdfmake', function() { 444.8199999999998, 144.857421875, 445.5199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 446.2199999999998, @@ -1430,7 +1430,7 @@ describe('pdfmake', function() { 446.9199999999998, 142.857421875, 447.61999999999983, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 448.3199999999998, @@ -1438,7 +1438,7 @@ describe('pdfmake', function() { 449.0199999999998, 144.857421875, 449.7199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 450.4199999999998, @@ -1446,7 +1446,7 @@ describe('pdfmake', function() { 451.1199999999998, 142.857421875, 451.8199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 452.5199999999998, @@ -1454,7 +1454,7 @@ describe('pdfmake', function() { 453.2199999999998, 144.857421875, 453.9199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 454.6199999999998, @@ -1462,7 +1462,7 @@ describe('pdfmake', function() { 455.31999999999977, 142.857421875, 456.0199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 456.7199999999998, @@ -1470,7 +1470,7 @@ describe('pdfmake', function() { 457.4199999999998, 144.857421875, 458.1199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 458.81999999999977, @@ -1478,7 +1478,7 @@ describe('pdfmake', function() { 459.51999999999975, 142.857421875, 460.2199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 460.9199999999998, @@ -1486,7 +1486,7 @@ describe('pdfmake', function() { 461.6199999999998, 144.857421875, 462.31999999999977, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 463.01999999999975, @@ -1494,7 +1494,7 @@ describe('pdfmake', function() { 463.71999999999974, 142.857421875, 464.4199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 465.1199999999998, @@ -1502,7 +1502,7 @@ describe('pdfmake', function() { 465.81999999999977, 144.857421875, 466.51999999999975, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 467.21999999999974, @@ -1510,7 +1510,7 @@ describe('pdfmake', function() { 467.91999999999973, 142.857421875, 468.6199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 469.31999999999977, @@ -1518,7 +1518,7 @@ describe('pdfmake', function() { 470.01999999999975, 144.857421875, 470.71999999999974, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 471.41999999999973, @@ -1526,7 +1526,7 @@ describe('pdfmake', function() { 472.1199999999997, 142.857421875, 472.81999999999977, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 473.51999999999975, @@ -1534,7 +1534,7 @@ describe('pdfmake', function() { 474.21999999999974, 144.857421875, 474.91999999999973, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 475.6199999999997, @@ -1542,7 +1542,7 @@ describe('pdfmake', function() { 476.3199999999997, 142.857421875, 477.01999999999975, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 477.71999999999974, @@ -1550,7 +1550,7 @@ describe('pdfmake', function() { 478.41999999999973, 144.857421875, 479.1199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 479.8199999999997, @@ -1558,7 +1558,7 @@ describe('pdfmake', function() { 480.5199999999997, 142.857421875, 481.21999999999974, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 481.91999999999973, @@ -1566,7 +1566,7 @@ describe('pdfmake', function() { 482.6199999999997, 144.857421875, 483.3199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 484.0199999999997, @@ -1574,7 +1574,7 @@ describe('pdfmake', function() { 484.7199999999997, 142.857421875, 485.41999999999973, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 486.1199999999997, @@ -1582,7 +1582,7 @@ describe('pdfmake', function() { 486.8199999999997, 144.857421875, 487.5199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 488.2199999999997, @@ -1590,7 +1590,7 @@ describe('pdfmake', function() { 488.9199999999997, 142.857421875, 489.6199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 490.3199999999997, @@ -1598,7 +1598,7 @@ describe('pdfmake', function() { 491.0199999999997, 144.857421875, 491.7199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 492.4199999999997, @@ -1606,7 +1606,7 @@ describe('pdfmake', function() { 493.11999999999966, 142.857421875, 493.8199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 494.5199999999997, @@ -1614,7 +1614,7 @@ describe('pdfmake', function() { 495.2199999999997, 144.857421875, 495.9199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 496.61999999999966, @@ -1622,7 +1622,7 @@ describe('pdfmake', function() { 497.31999999999965, 142.857421875, 498.0199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 498.7199999999997, @@ -1630,7 +1630,7 @@ describe('pdfmake', function() { 499.4199999999997, 144.857421875, 500.11999999999966, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 500.81999999999965, @@ -1638,7 +1638,7 @@ describe('pdfmake', function() { 501.51999999999964, 142.857421875, 502.2199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 502.9199999999997, @@ -1646,7 +1646,7 @@ describe('pdfmake', function() { 503.61999999999966, 144.857421875, 504.31999999999965, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 505.01999999999964, @@ -1654,7 +1654,7 @@ describe('pdfmake', function() { 505.71999999999963, 142.857421875, 506.4199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 507.11999999999966, @@ -1662,7 +1662,7 @@ describe('pdfmake', function() { 507.81999999999965, 144.857421875, 508.51999999999964, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 509.21999999999963, @@ -1670,7 +1670,7 @@ describe('pdfmake', function() { 509.9199999999996, 142.857421875, 510.61999999999966, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 511.31999999999965, @@ -1678,7 +1678,7 @@ describe('pdfmake', function() { 512.0199999999996, 144.857421875, 512.7199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 513.4199999999997, @@ -1686,7 +1686,7 @@ describe('pdfmake', function() { 514.1199999999997, 142.857421875, 514.8199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 515.5199999999996, @@ -1694,7 +1694,7 @@ describe('pdfmake', function() { 516.2199999999997, 144.857421875, 516.9199999999997, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 517.6199999999998, @@ -1702,7 +1702,7 @@ describe('pdfmake', function() { 518.3199999999997, 142.857421875, 519.0199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 519.7199999999997, @@ -1710,7 +1710,7 @@ describe('pdfmake', function() { 520.4199999999997, 144.857421875, 521.1199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 521.8199999999998, @@ -1718,7 +1718,7 @@ describe('pdfmake', function() { 522.5199999999998, 142.857421875, 523.2199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 523.9199999999997, @@ -1726,7 +1726,7 @@ describe('pdfmake', function() { 524.6199999999998, 144.857421875, 525.3199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 526.0199999999999, @@ -1734,7 +1734,7 @@ describe('pdfmake', function() { 526.7199999999998, 142.857421875, 527.4199999999998, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 528.1199999999998, @@ -1742,7 +1742,7 @@ describe('pdfmake', function() { 528.8199999999998, 144.857421875, 529.5199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 530.2199999999999, @@ -1750,7 +1750,7 @@ describe('pdfmake', function() { 530.9199999999998, 142.857421875, 531.6199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 532.3199999999998, @@ -1758,7 +1758,7 @@ describe('pdfmake', function() { 533.0199999999999, 144.857421875, 533.7199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 534.42, @@ -1766,7 +1766,7 @@ describe('pdfmake', function() { 535.1199999999999, 142.857421875, 535.8199999999999, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 536.5199999999999, @@ -1774,7 +1774,7 @@ describe('pdfmake', function() { 537.2199999999999, 144.857421875, 537.92, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 538.62, @@ -1782,7 +1782,7 @@ describe('pdfmake', function() { 539.3199999999999, 142.857421875, 540.02, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 540.7199999999999, @@ -1790,7 +1790,7 @@ describe('pdfmake', function() { 541.42, 144.857421875, 542.12, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 542.82, @@ -1798,7 +1798,7 @@ describe('pdfmake', function() { 543.52, 142.857421875, 544.22, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 544.92, @@ -1806,7 +1806,7 @@ describe('pdfmake', function() { 545.62, 144.857421875, 546.32, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 547.0200000000001, @@ -1814,7 +1814,7 @@ describe('pdfmake', function() { 547.72, 142.857421875, 548.4200000000001, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 549.12, @@ -1822,7 +1822,7 @@ describe('pdfmake', function() { 549.82, 144.857421875, 550.5200000000001, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 551.2200000000001, @@ -1830,7 +1830,7 @@ describe('pdfmake', function() { 551.9200000000001, 142.857421875, 552.6200000000001, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 553.32, @@ -1838,7 +1838,7 @@ describe('pdfmake', function() { 554.0200000000001, 144.857421875, 554.7200000000001, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 555.4200000000002, @@ -1846,7 +1846,7 @@ describe('pdfmake', function() { 556.1200000000001, 142.857421875, 556.8200000000002, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 557.5200000000001, @@ -1854,7 +1854,7 @@ describe('pdfmake', function() { 558.2200000000001, 144.857421875, 558.9200000000002, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 559.6200000000002, @@ -1862,7 +1862,7 @@ describe('pdfmake', function() { 560.3200000000002, 142.857421875, 561.0200000000002, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 561.7200000000001, @@ -1870,7 +1870,7 @@ describe('pdfmake', function() { 562.4200000000002, 144.857421875, 563.1200000000002, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 563.8200000000003, @@ -1878,7 +1878,7 @@ describe('pdfmake', function() { 564.5200000000002, 142.857421875, 565.2200000000003, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 565.9200000000002, @@ -1886,7 +1886,7 @@ describe('pdfmake', function() { 566.6200000000002, 144.857421875, 567.3200000000003, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 568.0200000000003, @@ -1894,7 +1894,7 @@ describe('pdfmake', function() { 568.7200000000003, 142.857421875, 569.4200000000003, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 570.1200000000002, @@ -1902,7 +1902,7 @@ describe('pdfmake', function() { 570.8200000000003, 144.857421875, 571.5200000000003, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 572.2200000000004, @@ -1910,7 +1910,7 @@ describe('pdfmake', function() { 572.9200000000003, 142.857421875, 573.6200000000003, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 574.3200000000003, @@ -1918,7 +1918,7 @@ describe('pdfmake', function() { 575.0200000000003, 144.857421875, 575.7200000000004, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 576.4200000000004, @@ -1926,7 +1926,7 @@ describe('pdfmake', function() { 577.1200000000003, 142.857421875, 577.8200000000004, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 578.5200000000003, @@ -1934,7 +1934,7 @@ describe('pdfmake', function() { 579.2200000000004, 144.857421875, 579.9200000000004, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 580.6200000000005, @@ -1942,7 +1942,7 @@ describe('pdfmake', function() { 581.3200000000004, 142.857421875, 582.0200000000004, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 582.7200000000004, @@ -1950,7 +1950,7 @@ describe('pdfmake', function() { 583.4200000000004, 144.857421875, 584.1200000000005, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 584.8200000000005, @@ -1958,7 +1958,7 @@ describe('pdfmake', function() { 585.5200000000004, 142.857421875, 586.2200000000005, - 143.857421875 + 143.857421875, ); doc.bezierCurveTo( 586.9200000000004, @@ -1966,7 +1966,7 @@ describe('pdfmake', function() { 587.6200000000005, 144.857421875, 588.3200000000005, - 143.857421875 + 143.857421875, ); doc.stroke('green'); doc.strokeColor('green'); diff --git a/tests/visual/pdfmake/toc.spec.js b/tests/visual/pdfmake/toc.spec.js index 233673b83..acaa72fe8 100644 --- a/tests/visual/pdfmake/toc.spec.js +++ b/tests/visual/pdfmake/toc.spec.js @@ -1,8 +1,8 @@ import { runDocTest } from '../helpers'; -describe('pdfmake', function() { - test('toc', function() { - return runDocTest(function(doc) { +describe('pdfmake', function () { + test('toc', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fill('black'); doc.fillColor('black'); @@ -13,7 +13,7 @@ describe('pdfmake', function() { textWidth: 25.83984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -26,7 +26,7 @@ describe('pdfmake', function() { textWidth: 12.0703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -39,7 +39,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -52,7 +52,7 @@ describe('pdfmake', function() { textWidth: 26.02734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -65,7 +65,7 @@ describe('pdfmake', function() { textWidth: 51.48046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -78,7 +78,7 @@ describe('pdfmake', function() { textWidth: 25.775390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -91,7 +91,7 @@ describe('pdfmake', function() { textWidth: 52.201171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -104,7 +104,7 @@ describe('pdfmake', function() { textWidth: 43.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -117,7 +117,7 @@ describe('pdfmake', function() { textWidth: 25.4296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -130,7 +130,7 @@ describe('pdfmake', function() { textWidth: 46.86328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -143,7 +143,7 @@ describe('pdfmake', function() { textWidth: 23.923828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -156,7 +156,7 @@ describe('pdfmake', function() { textWidth: 20.724609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -169,7 +169,7 @@ describe('pdfmake', function() { textWidth: 16.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -182,7 +182,7 @@ describe('pdfmake', function() { textWidth: 42.580078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -195,7 +195,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -208,7 +208,7 @@ describe('pdfmake', function() { textWidth: 19.857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -221,7 +221,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -234,7 +234,7 @@ describe('pdfmake', function() { textWidth: 22.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -247,7 +247,7 @@ describe('pdfmake', function() { textWidth: 34.294921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -255,7 +255,7 @@ describe('pdfmake', function() { size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: true + compress: true, }); doc.fill('black'); doc.fillColor('black'); @@ -266,7 +266,7 @@ describe('pdfmake', function() { textWidth: 51.18749999999999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -279,7 +279,7 @@ describe('pdfmake', function() { textWidth: 26.19140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -292,7 +292,7 @@ describe('pdfmake', function() { textWidth: 12.24609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -305,7 +305,7 @@ describe('pdfmake', function() { textWidth: 9.48046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -318,7 +318,7 @@ describe('pdfmake', function() { textWidth: 41.63671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -331,7 +331,7 @@ describe('pdfmake', function() { textWidth: 32.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -344,7 +344,7 @@ describe('pdfmake', function() { textWidth: 40.013671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -357,7 +357,7 @@ describe('pdfmake', function() { textWidth: 25.529296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -370,7 +370,7 @@ describe('pdfmake', function() { textWidth: 6.8203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -379,7 +379,7 @@ describe('pdfmake', function() { Dest: [2, 'XYZ', null, null, null], Type: 'Annot', Rect: [548.4596875, 754.73375, 555.28, 768.79625], - Border: [0, 0, 0] + Border: [0, 0, 0], }); doc.fill('black'); doc.fillColor('black'); @@ -390,7 +390,7 @@ describe('pdfmake', function() { textWidth: 60.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -403,7 +403,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -416,7 +416,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -429,7 +429,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -442,7 +442,7 @@ describe('pdfmake', function() { textWidth: 59.185546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -455,7 +455,7 @@ describe('pdfmake', function() { textWidth: 25.0546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -468,7 +468,7 @@ describe('pdfmake', function() { textWidth: 6.8203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -477,7 +477,7 @@ describe('pdfmake', function() { Dest: [3, 'XYZ', null, null, null], Type: 'Annot', Rect: [548.4596875, 736.67125, 555.28, 750.73375], - Border: [0, 0, 0] + Border: [0, 0, 0], }); doc.fill('black'); doc.fillColor('black'); @@ -488,7 +488,7 @@ describe('pdfmake', function() { textWidth: 60.1171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -501,7 +501,7 @@ describe('pdfmake', function() { textWidth: 9.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -514,7 +514,7 @@ describe('pdfmake', function() { textWidth: 6.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -527,7 +527,7 @@ describe('pdfmake', function() { textWidth: 32.0390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -540,7 +540,7 @@ describe('pdfmake', function() { textWidth: 59.185546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -553,7 +553,7 @@ describe('pdfmake', function() { textWidth: 25.0546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -566,7 +566,7 @@ describe('pdfmake', function() { textWidth: 6.8203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -575,13 +575,13 @@ describe('pdfmake', function() { Dest: [4, 'XYZ', null, null, null], Type: 'Annot', Rect: [548.4596875, 718.60875, 555.28, 732.67125], - Border: [0, 0, 0] + Border: [0, 0, 0], }); doc.addPage({ size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: true + compress: true, }); doc.fill('black'); doc.fillColor('black'); @@ -592,7 +592,7 @@ describe('pdfmake', function() { textWidth: 39.287109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -605,7 +605,7 @@ describe('pdfmake', function() { textWidth: 18.369140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -618,7 +618,7 @@ describe('pdfmake', function() { textWidth: 14.220703124999998, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -631,7 +631,7 @@ describe('pdfmake', function() { textWidth: 62.45507812499999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -644,7 +644,7 @@ describe('pdfmake', function() { textWidth: 48.58593749999999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -657,7 +657,7 @@ describe('pdfmake', function() { textWidth: 60.02050781249999, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -670,7 +670,7 @@ describe('pdfmake', function() { textWidth: 38.2939453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -683,7 +683,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -696,7 +696,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -709,7 +709,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -722,7 +722,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -735,7 +735,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -748,7 +748,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -761,7 +761,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -774,7 +774,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -787,7 +787,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -800,7 +800,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -813,7 +813,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -826,7 +826,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -839,7 +839,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -852,7 +852,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -865,7 +865,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -878,7 +878,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -891,7 +891,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -904,7 +904,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -917,7 +917,7 @@ describe('pdfmake', function() { textWidth: 47.712890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -930,13 +930,13 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.addPage({ size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: true + compress: true, }); doc.fill('black'); doc.fillColor('black'); @@ -947,7 +947,7 @@ describe('pdfmake', function() { textWidth: 75.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -960,7 +960,7 @@ describe('pdfmake', function() { textWidth: 12.2607421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -973,7 +973,7 @@ describe('pdfmake', function() { textWidth: 8.6572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -986,7 +986,7 @@ describe('pdfmake', function() { textWidth: 40.48828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -999,7 +999,7 @@ describe('pdfmake', function() { textWidth: 74.53857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1012,7 +1012,7 @@ describe('pdfmake', function() { textWidth: 31.91162109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1025,7 +1025,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1038,7 +1038,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1051,7 +1051,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1064,7 +1064,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1077,7 +1077,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1090,7 +1090,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1103,7 +1103,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1116,7 +1116,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1129,7 +1129,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1142,7 +1142,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1155,7 +1155,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1168,7 +1168,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1181,7 +1181,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1194,7 +1194,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1207,7 +1207,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1220,7 +1220,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1233,7 +1233,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1246,7 +1246,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1259,7 +1259,7 @@ describe('pdfmake', function() { textWidth: 47.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1272,7 +1272,7 @@ describe('pdfmake', function() { textWidth: 41.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1285,7 +1285,7 @@ describe('pdfmake', function() { textWidth: 48.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1298,7 +1298,7 @@ describe('pdfmake', function() { textWidth: 37.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1311,7 +1311,7 @@ describe('pdfmake', function() { textWidth: 45.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1324,7 +1324,7 @@ describe('pdfmake', function() { textWidth: 39.779296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1337,7 +1337,7 @@ describe('pdfmake', function() { textWidth: 49.916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1350,7 +1350,7 @@ describe('pdfmake', function() { textWidth: 83.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1363,7 +1363,7 @@ describe('pdfmake', function() { textWidth: 35.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1376,7 +1376,7 @@ describe('pdfmake', function() { textWidth: 37.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1389,7 +1389,7 @@ describe('pdfmake', function() { textWidth: 59.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1402,7 +1402,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1415,7 +1415,7 @@ describe('pdfmake', function() { textWidth: 39.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1428,7 +1428,7 @@ describe('pdfmake', function() { textWidth: 46.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1441,7 +1441,7 @@ describe('pdfmake', function() { textWidth: 45.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1454,7 +1454,7 @@ describe('pdfmake', function() { textWidth: 43.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1467,7 +1467,7 @@ describe('pdfmake', function() { textWidth: 56.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1480,7 +1480,7 @@ describe('pdfmake', function() { textWidth: 35.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1493,7 +1493,7 @@ describe('pdfmake', function() { textWidth: 35.0625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1506,7 +1506,7 @@ describe('pdfmake', function() { textWidth: 33.69140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1519,7 +1519,7 @@ describe('pdfmake', function() { textWidth: 47.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1532,7 +1532,7 @@ describe('pdfmake', function() { textWidth: 69.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1545,7 +1545,7 @@ describe('pdfmake', function() { textWidth: 45.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1558,7 +1558,7 @@ describe('pdfmake', function() { textWidth: 32.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1571,7 +1571,7 @@ describe('pdfmake', function() { textWidth: 50.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1584,7 +1584,7 @@ describe('pdfmake', function() { textWidth: 70.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1597,7 +1597,7 @@ describe('pdfmake', function() { textWidth: 35.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1610,7 +1610,7 @@ describe('pdfmake', function() { textWidth: 46.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1623,7 +1623,7 @@ describe('pdfmake', function() { textWidth: 44.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1636,7 +1636,7 @@ describe('pdfmake', function() { textWidth: 53.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1649,7 +1649,7 @@ describe('pdfmake', function() { textWidth: 61.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1662,7 +1662,7 @@ describe('pdfmake', function() { textWidth: 38.47265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1675,7 +1675,7 @@ describe('pdfmake', function() { textWidth: 35.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1688,7 +1688,7 @@ describe('pdfmake', function() { textWidth: 39.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1701,7 +1701,7 @@ describe('pdfmake', function() { textWidth: 50.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1714,7 +1714,7 @@ describe('pdfmake', function() { textWidth: 31.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1727,7 +1727,7 @@ describe('pdfmake', function() { textWidth: 80.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1740,7 +1740,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1753,7 +1753,7 @@ describe('pdfmake', function() { textWidth: 31.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1766,7 +1766,7 @@ describe('pdfmake', function() { textWidth: 51.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1779,7 +1779,7 @@ describe('pdfmake', function() { textWidth: 47.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1792,7 +1792,7 @@ describe('pdfmake', function() { textWidth: 50.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1805,7 +1805,7 @@ describe('pdfmake', function() { textWidth: 37.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1818,7 +1818,7 @@ describe('pdfmake', function() { textWidth: 40.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1831,7 +1831,7 @@ describe('pdfmake', function() { textWidth: 41.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1844,7 +1844,7 @@ describe('pdfmake', function() { textWidth: 63.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1857,7 +1857,7 @@ describe('pdfmake', function() { textWidth: 31.705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1870,7 +1870,7 @@ describe('pdfmake', function() { textWidth: 35.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1883,7 +1883,7 @@ describe('pdfmake', function() { textWidth: 57.55078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1896,7 +1896,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1909,7 +1909,7 @@ describe('pdfmake', function() { textWidth: 37.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1922,7 +1922,7 @@ describe('pdfmake', function() { textWidth: 31.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1935,7 +1935,7 @@ describe('pdfmake', function() { textWidth: 51.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1948,7 +1948,7 @@ describe('pdfmake', function() { textWidth: 29.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1961,7 +1961,7 @@ describe('pdfmake', function() { textWidth: 44.49609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1974,7 +1974,7 @@ describe('pdfmake', function() { textWidth: 41.94140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1987,7 +1987,7 @@ describe('pdfmake', function() { textWidth: 35.84765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2000,7 +2000,7 @@ describe('pdfmake', function() { textWidth: 65.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2013,7 +2013,7 @@ describe('pdfmake', function() { textWidth: 52.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2026,7 +2026,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2039,7 +2039,7 @@ describe('pdfmake', function() { textWidth: 34.828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2052,7 +2052,7 @@ describe('pdfmake', function() { textWidth: 31.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2065,7 +2065,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2078,7 +2078,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2091,7 +2091,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2104,7 +2104,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2117,7 +2117,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2130,7 +2130,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2143,7 +2143,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2156,7 +2156,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2169,7 +2169,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2182,7 +2182,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2195,7 +2195,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2208,7 +2208,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2221,7 +2221,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2234,7 +2234,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2247,7 +2247,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2260,7 +2260,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2273,7 +2273,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2286,7 +2286,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2299,7 +2299,7 @@ describe('pdfmake', function() { textWidth: 47.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2312,7 +2312,7 @@ describe('pdfmake', function() { textWidth: 41.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2325,7 +2325,7 @@ describe('pdfmake', function() { textWidth: 48.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2338,7 +2338,7 @@ describe('pdfmake', function() { textWidth: 37.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2351,7 +2351,7 @@ describe('pdfmake', function() { textWidth: 45.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2364,7 +2364,7 @@ describe('pdfmake', function() { textWidth: 39.779296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2377,7 +2377,7 @@ describe('pdfmake', function() { textWidth: 49.916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2390,7 +2390,7 @@ describe('pdfmake', function() { textWidth: 83.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2403,7 +2403,7 @@ describe('pdfmake', function() { textWidth: 35.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2416,7 +2416,7 @@ describe('pdfmake', function() { textWidth: 37.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2429,7 +2429,7 @@ describe('pdfmake', function() { textWidth: 59.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2442,7 +2442,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2455,7 +2455,7 @@ describe('pdfmake', function() { textWidth: 39.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2468,7 +2468,7 @@ describe('pdfmake', function() { textWidth: 46.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2481,7 +2481,7 @@ describe('pdfmake', function() { textWidth: 45.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2494,7 +2494,7 @@ describe('pdfmake', function() { textWidth: 43.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2507,7 +2507,7 @@ describe('pdfmake', function() { textWidth: 56.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2520,7 +2520,7 @@ describe('pdfmake', function() { textWidth: 35.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2533,7 +2533,7 @@ describe('pdfmake', function() { textWidth: 35.0625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2546,7 +2546,7 @@ describe('pdfmake', function() { textWidth: 33.69140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2559,7 +2559,7 @@ describe('pdfmake', function() { textWidth: 47.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2572,7 +2572,7 @@ describe('pdfmake', function() { textWidth: 69.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2585,7 +2585,7 @@ describe('pdfmake', function() { textWidth: 45.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2598,7 +2598,7 @@ describe('pdfmake', function() { textWidth: 32.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2611,7 +2611,7 @@ describe('pdfmake', function() { textWidth: 50.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2624,7 +2624,7 @@ describe('pdfmake', function() { textWidth: 70.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2637,7 +2637,7 @@ describe('pdfmake', function() { textWidth: 35.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2650,7 +2650,7 @@ describe('pdfmake', function() { textWidth: 46.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2663,7 +2663,7 @@ describe('pdfmake', function() { textWidth: 44.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2676,7 +2676,7 @@ describe('pdfmake', function() { textWidth: 53.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2689,7 +2689,7 @@ describe('pdfmake', function() { textWidth: 61.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2702,7 +2702,7 @@ describe('pdfmake', function() { textWidth: 38.47265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2715,7 +2715,7 @@ describe('pdfmake', function() { textWidth: 35.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2728,7 +2728,7 @@ describe('pdfmake', function() { textWidth: 39.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2741,7 +2741,7 @@ describe('pdfmake', function() { textWidth: 50.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2754,7 +2754,7 @@ describe('pdfmake', function() { textWidth: 31.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2767,7 +2767,7 @@ describe('pdfmake', function() { textWidth: 80.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2780,7 +2780,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2793,7 +2793,7 @@ describe('pdfmake', function() { textWidth: 31.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2806,7 +2806,7 @@ describe('pdfmake', function() { textWidth: 51.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2819,7 +2819,7 @@ describe('pdfmake', function() { textWidth: 47.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2832,7 +2832,7 @@ describe('pdfmake', function() { textWidth: 50.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2845,7 +2845,7 @@ describe('pdfmake', function() { textWidth: 37.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2858,7 +2858,7 @@ describe('pdfmake', function() { textWidth: 40.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2871,7 +2871,7 @@ describe('pdfmake', function() { textWidth: 41.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2884,7 +2884,7 @@ describe('pdfmake', function() { textWidth: 63.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2897,7 +2897,7 @@ describe('pdfmake', function() { textWidth: 31.705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2910,7 +2910,7 @@ describe('pdfmake', function() { textWidth: 35.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2923,7 +2923,7 @@ describe('pdfmake', function() { textWidth: 57.55078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2936,7 +2936,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2949,7 +2949,7 @@ describe('pdfmake', function() { textWidth: 37.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2962,7 +2962,7 @@ describe('pdfmake', function() { textWidth: 31.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2975,7 +2975,7 @@ describe('pdfmake', function() { textWidth: 51.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -2988,7 +2988,7 @@ describe('pdfmake', function() { textWidth: 29.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3001,7 +3001,7 @@ describe('pdfmake', function() { textWidth: 44.49609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3014,7 +3014,7 @@ describe('pdfmake', function() { textWidth: 41.94140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3027,7 +3027,7 @@ describe('pdfmake', function() { textWidth: 35.84765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3040,7 +3040,7 @@ describe('pdfmake', function() { textWidth: 65.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3053,7 +3053,7 @@ describe('pdfmake', function() { textWidth: 52.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3066,7 +3066,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3079,7 +3079,7 @@ describe('pdfmake', function() { textWidth: 34.828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3092,7 +3092,7 @@ describe('pdfmake', function() { textWidth: 31.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3105,7 +3105,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3118,7 +3118,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3131,7 +3131,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3144,7 +3144,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3157,7 +3157,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3170,7 +3170,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3183,7 +3183,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3196,7 +3196,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3209,7 +3209,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3222,7 +3222,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3235,7 +3235,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3248,7 +3248,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3261,7 +3261,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3274,7 +3274,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3287,7 +3287,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3300,7 +3300,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3313,7 +3313,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3326,7 +3326,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3339,7 +3339,7 @@ describe('pdfmake', function() { textWidth: 47.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3352,7 +3352,7 @@ describe('pdfmake', function() { textWidth: 41.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3365,7 +3365,7 @@ describe('pdfmake', function() { textWidth: 48.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3378,7 +3378,7 @@ describe('pdfmake', function() { textWidth: 37.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3391,7 +3391,7 @@ describe('pdfmake', function() { textWidth: 45.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3404,7 +3404,7 @@ describe('pdfmake', function() { textWidth: 39.779296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3417,7 +3417,7 @@ describe('pdfmake', function() { textWidth: 49.916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3430,7 +3430,7 @@ describe('pdfmake', function() { textWidth: 83.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3443,7 +3443,7 @@ describe('pdfmake', function() { textWidth: 35.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3456,7 +3456,7 @@ describe('pdfmake', function() { textWidth: 37.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3469,7 +3469,7 @@ describe('pdfmake', function() { textWidth: 59.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3482,7 +3482,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3495,7 +3495,7 @@ describe('pdfmake', function() { textWidth: 39.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3508,7 +3508,7 @@ describe('pdfmake', function() { textWidth: 46.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3521,7 +3521,7 @@ describe('pdfmake', function() { textWidth: 45.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3534,7 +3534,7 @@ describe('pdfmake', function() { textWidth: 43.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3547,7 +3547,7 @@ describe('pdfmake', function() { textWidth: 56.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3560,7 +3560,7 @@ describe('pdfmake', function() { textWidth: 35.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3573,7 +3573,7 @@ describe('pdfmake', function() { textWidth: 35.0625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3586,7 +3586,7 @@ describe('pdfmake', function() { textWidth: 33.69140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3599,7 +3599,7 @@ describe('pdfmake', function() { textWidth: 47.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3612,7 +3612,7 @@ describe('pdfmake', function() { textWidth: 69.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3625,7 +3625,7 @@ describe('pdfmake', function() { textWidth: 45.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3638,7 +3638,7 @@ describe('pdfmake', function() { textWidth: 32.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3651,7 +3651,7 @@ describe('pdfmake', function() { textWidth: 50.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3664,7 +3664,7 @@ describe('pdfmake', function() { textWidth: 70.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3677,7 +3677,7 @@ describe('pdfmake', function() { textWidth: 35.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3690,7 +3690,7 @@ describe('pdfmake', function() { textWidth: 46.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3703,7 +3703,7 @@ describe('pdfmake', function() { textWidth: 44.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3716,7 +3716,7 @@ describe('pdfmake', function() { textWidth: 53.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3729,7 +3729,7 @@ describe('pdfmake', function() { textWidth: 61.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3742,7 +3742,7 @@ describe('pdfmake', function() { textWidth: 38.47265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3755,7 +3755,7 @@ describe('pdfmake', function() { textWidth: 35.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3768,7 +3768,7 @@ describe('pdfmake', function() { textWidth: 39.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3781,7 +3781,7 @@ describe('pdfmake', function() { textWidth: 50.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3794,7 +3794,7 @@ describe('pdfmake', function() { textWidth: 31.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3807,7 +3807,7 @@ describe('pdfmake', function() { textWidth: 80.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3820,7 +3820,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3833,7 +3833,7 @@ describe('pdfmake', function() { textWidth: 31.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3846,7 +3846,7 @@ describe('pdfmake', function() { textWidth: 51.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3859,7 +3859,7 @@ describe('pdfmake', function() { textWidth: 47.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3872,7 +3872,7 @@ describe('pdfmake', function() { textWidth: 50.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3885,7 +3885,7 @@ describe('pdfmake', function() { textWidth: 37.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3898,7 +3898,7 @@ describe('pdfmake', function() { textWidth: 40.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3911,7 +3911,7 @@ describe('pdfmake', function() { textWidth: 41.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3924,7 +3924,7 @@ describe('pdfmake', function() { textWidth: 63.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3937,7 +3937,7 @@ describe('pdfmake', function() { textWidth: 31.705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3950,7 +3950,7 @@ describe('pdfmake', function() { textWidth: 35.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3963,7 +3963,7 @@ describe('pdfmake', function() { textWidth: 57.55078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3976,7 +3976,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -3989,7 +3989,7 @@ describe('pdfmake', function() { textWidth: 37.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4002,7 +4002,7 @@ describe('pdfmake', function() { textWidth: 31.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4015,7 +4015,7 @@ describe('pdfmake', function() { textWidth: 51.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4028,7 +4028,7 @@ describe('pdfmake', function() { textWidth: 29.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4041,7 +4041,7 @@ describe('pdfmake', function() { textWidth: 44.49609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4054,7 +4054,7 @@ describe('pdfmake', function() { textWidth: 41.94140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4067,7 +4067,7 @@ describe('pdfmake', function() { textWidth: 35.84765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4080,7 +4080,7 @@ describe('pdfmake', function() { textWidth: 65.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4093,7 +4093,7 @@ describe('pdfmake', function() { textWidth: 52.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4106,7 +4106,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4119,7 +4119,7 @@ describe('pdfmake', function() { textWidth: 34.828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4132,7 +4132,7 @@ describe('pdfmake', function() { textWidth: 31.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4145,13 +4145,13 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.addPage({ size: [595.28, 841.89], bufferPages: false, autoFirstPage: false, - compress: true + compress: true, }); doc.fill('black'); doc.fillColor('black'); @@ -4162,7 +4162,7 @@ describe('pdfmake', function() { textWidth: 75.849609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4175,7 +4175,7 @@ describe('pdfmake', function() { textWidth: 12.2607421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4188,7 +4188,7 @@ describe('pdfmake', function() { textWidth: 8.6572265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4201,7 +4201,7 @@ describe('pdfmake', function() { textWidth: 40.48828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4214,7 +4214,7 @@ describe('pdfmake', function() { textWidth: 74.53857421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4227,7 +4227,7 @@ describe('pdfmake', function() { textWidth: 31.91162109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4240,7 +4240,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4253,7 +4253,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4266,7 +4266,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4279,7 +4279,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4292,7 +4292,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4305,7 +4305,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4318,7 +4318,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4331,7 +4331,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4344,7 +4344,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4357,7 +4357,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4370,7 +4370,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4383,7 +4383,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4396,7 +4396,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4409,7 +4409,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4422,7 +4422,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4435,7 +4435,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4448,7 +4448,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4461,7 +4461,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4474,7 +4474,7 @@ describe('pdfmake', function() { textWidth: 47.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4487,7 +4487,7 @@ describe('pdfmake', function() { textWidth: 41.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4500,7 +4500,7 @@ describe('pdfmake', function() { textWidth: 48.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4513,7 +4513,7 @@ describe('pdfmake', function() { textWidth: 37.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4526,7 +4526,7 @@ describe('pdfmake', function() { textWidth: 45.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4539,7 +4539,7 @@ describe('pdfmake', function() { textWidth: 39.779296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4552,7 +4552,7 @@ describe('pdfmake', function() { textWidth: 49.916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4565,7 +4565,7 @@ describe('pdfmake', function() { textWidth: 83.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4578,7 +4578,7 @@ describe('pdfmake', function() { textWidth: 35.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4591,7 +4591,7 @@ describe('pdfmake', function() { textWidth: 37.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4604,7 +4604,7 @@ describe('pdfmake', function() { textWidth: 59.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4617,7 +4617,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4630,7 +4630,7 @@ describe('pdfmake', function() { textWidth: 39.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4643,7 +4643,7 @@ describe('pdfmake', function() { textWidth: 46.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4656,7 +4656,7 @@ describe('pdfmake', function() { textWidth: 45.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4669,7 +4669,7 @@ describe('pdfmake', function() { textWidth: 43.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4682,7 +4682,7 @@ describe('pdfmake', function() { textWidth: 56.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4695,7 +4695,7 @@ describe('pdfmake', function() { textWidth: 35.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4708,7 +4708,7 @@ describe('pdfmake', function() { textWidth: 35.0625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4721,7 +4721,7 @@ describe('pdfmake', function() { textWidth: 33.69140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4734,7 +4734,7 @@ describe('pdfmake', function() { textWidth: 47.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4747,7 +4747,7 @@ describe('pdfmake', function() { textWidth: 69.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4760,7 +4760,7 @@ describe('pdfmake', function() { textWidth: 45.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4773,7 +4773,7 @@ describe('pdfmake', function() { textWidth: 32.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4786,7 +4786,7 @@ describe('pdfmake', function() { textWidth: 50.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4799,7 +4799,7 @@ describe('pdfmake', function() { textWidth: 70.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4812,7 +4812,7 @@ describe('pdfmake', function() { textWidth: 35.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4825,7 +4825,7 @@ describe('pdfmake', function() { textWidth: 46.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4838,7 +4838,7 @@ describe('pdfmake', function() { textWidth: 44.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4851,7 +4851,7 @@ describe('pdfmake', function() { textWidth: 53.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4864,7 +4864,7 @@ describe('pdfmake', function() { textWidth: 61.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4877,7 +4877,7 @@ describe('pdfmake', function() { textWidth: 38.47265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4890,7 +4890,7 @@ describe('pdfmake', function() { textWidth: 35.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4903,7 +4903,7 @@ describe('pdfmake', function() { textWidth: 39.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4916,7 +4916,7 @@ describe('pdfmake', function() { textWidth: 50.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4929,7 +4929,7 @@ describe('pdfmake', function() { textWidth: 31.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4942,7 +4942,7 @@ describe('pdfmake', function() { textWidth: 80.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4955,7 +4955,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4968,7 +4968,7 @@ describe('pdfmake', function() { textWidth: 31.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4981,7 +4981,7 @@ describe('pdfmake', function() { textWidth: 51.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -4994,7 +4994,7 @@ describe('pdfmake', function() { textWidth: 47.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5007,7 +5007,7 @@ describe('pdfmake', function() { textWidth: 50.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5020,7 +5020,7 @@ describe('pdfmake', function() { textWidth: 37.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5033,7 +5033,7 @@ describe('pdfmake', function() { textWidth: 40.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5046,7 +5046,7 @@ describe('pdfmake', function() { textWidth: 41.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5059,7 +5059,7 @@ describe('pdfmake', function() { textWidth: 63.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5072,7 +5072,7 @@ describe('pdfmake', function() { textWidth: 31.705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5085,7 +5085,7 @@ describe('pdfmake', function() { textWidth: 35.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5098,7 +5098,7 @@ describe('pdfmake', function() { textWidth: 57.55078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5111,7 +5111,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5124,7 +5124,7 @@ describe('pdfmake', function() { textWidth: 37.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5137,7 +5137,7 @@ describe('pdfmake', function() { textWidth: 31.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5150,7 +5150,7 @@ describe('pdfmake', function() { textWidth: 51.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5163,7 +5163,7 @@ describe('pdfmake', function() { textWidth: 29.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5176,7 +5176,7 @@ describe('pdfmake', function() { textWidth: 44.49609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5189,7 +5189,7 @@ describe('pdfmake', function() { textWidth: 41.94140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5202,7 +5202,7 @@ describe('pdfmake', function() { textWidth: 35.84765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5215,7 +5215,7 @@ describe('pdfmake', function() { textWidth: 65.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5228,7 +5228,7 @@ describe('pdfmake', function() { textWidth: 52.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5241,7 +5241,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5254,7 +5254,7 @@ describe('pdfmake', function() { textWidth: 34.828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5267,7 +5267,7 @@ describe('pdfmake', function() { textWidth: 31.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5280,7 +5280,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5293,7 +5293,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5306,7 +5306,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5319,7 +5319,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5332,7 +5332,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5345,7 +5345,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5358,7 +5358,7 @@ describe('pdfmake', function() { textWidth: 60.46875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5371,7 +5371,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5384,7 +5384,7 @@ describe('pdfmake', function() { textWidth: 61.962890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5397,7 +5397,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5410,7 +5410,7 @@ describe('pdfmake', function() { textWidth: 38.373046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5423,7 +5423,7 @@ describe('pdfmake', function() { textWidth: 63.38671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5436,7 +5436,7 @@ describe('pdfmake', function() { textWidth: 42.84375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5449,7 +5449,7 @@ describe('pdfmake', function() { textWidth: 52.494140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5462,7 +5462,7 @@ describe('pdfmake', function() { textWidth: 35.619140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5475,7 +5475,7 @@ describe('pdfmake', function() { textWidth: 42.744140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5488,7 +5488,7 @@ describe('pdfmake', function() { textWidth: 48.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5501,7 +5501,7 @@ describe('pdfmake', function() { textWidth: 27.36328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5514,7 +5514,7 @@ describe('pdfmake', function() { textWidth: 47.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5527,7 +5527,7 @@ describe('pdfmake', function() { textWidth: 41.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5540,7 +5540,7 @@ describe('pdfmake', function() { textWidth: 48.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5553,7 +5553,7 @@ describe('pdfmake', function() { textWidth: 37.798828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5566,7 +5566,7 @@ describe('pdfmake', function() { textWidth: 45.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5579,7 +5579,7 @@ describe('pdfmake', function() { textWidth: 39.779296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5592,7 +5592,7 @@ describe('pdfmake', function() { textWidth: 49.916015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5605,7 +5605,7 @@ describe('pdfmake', function() { textWidth: 83.525390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5618,7 +5618,7 @@ describe('pdfmake', function() { textWidth: 35.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5631,7 +5631,7 @@ describe('pdfmake', function() { textWidth: 37.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5644,7 +5644,7 @@ describe('pdfmake', function() { textWidth: 59.291015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5657,7 +5657,7 @@ describe('pdfmake', function() { textWidth: 34.470703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5670,7 +5670,7 @@ describe('pdfmake', function() { textWidth: 39.1875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5683,7 +5683,7 @@ describe('pdfmake', function() { textWidth: 46.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5696,7 +5696,7 @@ describe('pdfmake', function() { textWidth: 45.73828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5709,7 +5709,7 @@ describe('pdfmake', function() { textWidth: 43.658203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5722,7 +5722,7 @@ describe('pdfmake', function() { textWidth: 56.080078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5735,7 +5735,7 @@ describe('pdfmake', function() { textWidth: 35.73046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5748,7 +5748,7 @@ describe('pdfmake', function() { textWidth: 35.0625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5761,7 +5761,7 @@ describe('pdfmake', function() { textWidth: 33.69140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5774,7 +5774,7 @@ describe('pdfmake', function() { textWidth: 47.326171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5787,7 +5787,7 @@ describe('pdfmake', function() { textWidth: 69.123046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5800,7 +5800,7 @@ describe('pdfmake', function() { textWidth: 45.732421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5813,7 +5813,7 @@ describe('pdfmake', function() { textWidth: 32.96484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5826,7 +5826,7 @@ describe('pdfmake', function() { textWidth: 50.12109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5839,7 +5839,7 @@ describe('pdfmake', function() { textWidth: 70.91015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5852,7 +5852,7 @@ describe('pdfmake', function() { textWidth: 35.6015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5865,7 +5865,7 @@ describe('pdfmake', function() { textWidth: 46.904296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5878,7 +5878,7 @@ describe('pdfmake', function() { textWidth: 44.900390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5891,7 +5891,7 @@ describe('pdfmake', function() { textWidth: 53.666015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5904,7 +5904,7 @@ describe('pdfmake', function() { textWidth: 61.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5917,7 +5917,7 @@ describe('pdfmake', function() { textWidth: 38.47265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5930,7 +5930,7 @@ describe('pdfmake', function() { textWidth: 35.806640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5943,7 +5943,7 @@ describe('pdfmake', function() { textWidth: 39.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5956,7 +5956,7 @@ describe('pdfmake', function() { textWidth: 50.15625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5969,7 +5969,7 @@ describe('pdfmake', function() { textWidth: 31.88671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5982,7 +5982,7 @@ describe('pdfmake', function() { textWidth: 80.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -5995,7 +5995,7 @@ describe('pdfmake', function() { textWidth: 36.064453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6008,7 +6008,7 @@ describe('pdfmake', function() { textWidth: 31.5703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6021,7 +6021,7 @@ describe('pdfmake', function() { textWidth: 51.708984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6034,7 +6034,7 @@ describe('pdfmake', function() { textWidth: 47.07421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6047,7 +6047,7 @@ describe('pdfmake', function() { textWidth: 50.197265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6060,7 +6060,7 @@ describe('pdfmake', function() { textWidth: 37.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6073,7 +6073,7 @@ describe('pdfmake', function() { textWidth: 40.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6086,7 +6086,7 @@ describe('pdfmake', function() { textWidth: 41.103515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6099,7 +6099,7 @@ describe('pdfmake', function() { textWidth: 63.26953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6112,7 +6112,7 @@ describe('pdfmake', function() { textWidth: 31.705078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6125,7 +6125,7 @@ describe('pdfmake', function() { textWidth: 35.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6138,7 +6138,7 @@ describe('pdfmake', function() { textWidth: 57.55078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6151,7 +6151,7 @@ describe('pdfmake', function() { textWidth: 38.91796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6164,7 +6164,7 @@ describe('pdfmake', function() { textWidth: 37.236328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6177,7 +6177,7 @@ describe('pdfmake', function() { textWidth: 31.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6190,7 +6190,7 @@ describe('pdfmake', function() { textWidth: 51.076171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6203,7 +6203,7 @@ describe('pdfmake', function() { textWidth: 29.8359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6216,7 +6216,7 @@ describe('pdfmake', function() { textWidth: 44.49609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6229,7 +6229,7 @@ describe('pdfmake', function() { textWidth: 41.94140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6242,7 +6242,7 @@ describe('pdfmake', function() { textWidth: 35.84765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6255,7 +6255,7 @@ describe('pdfmake', function() { textWidth: 65.314453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6268,7 +6268,7 @@ describe('pdfmake', function() { textWidth: 52.8046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6281,7 +6281,7 @@ describe('pdfmake', function() { textWidth: 42.486328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6294,7 +6294,7 @@ describe('pdfmake', function() { textWidth: 34.828125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6307,7 +6307,7 @@ describe('pdfmake', function() { textWidth: 31.8515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6320,7 +6320,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -6331,7 +6331,7 @@ describe('pdfmake', function() { textWidth: 6.68359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6344,7 +6344,7 @@ describe('pdfmake', function() { textWidth: 7.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6357,7 +6357,7 @@ describe('pdfmake', function() { textWidth: 31.28515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6370,7 +6370,7 @@ describe('pdfmake', function() { textWidth: 8.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6383,7 +6383,7 @@ describe('pdfmake', function() { textWidth: 20.64453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6396,7 +6396,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6409,7 +6409,7 @@ describe('pdfmake', function() { textWidth: 23.95703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6422,7 +6422,7 @@ describe('pdfmake', function() { textWidth: 10.0234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6435,7 +6435,7 @@ describe('pdfmake', function() { textWidth: 29.33203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6448,7 +6448,7 @@ describe('pdfmake', function() { textWidth: 10.54296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6461,7 +6461,7 @@ describe('pdfmake', function() { textWidth: 20.97265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6474,7 +6474,7 @@ describe('pdfmake', function() { textWidth: 16.90234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6487,7 +6487,7 @@ describe('pdfmake', function() { textWidth: 37.2578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6500,7 +6500,7 @@ describe('pdfmake', function() { textWidth: 18.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6513,7 +6513,7 @@ describe('pdfmake', function() { textWidth: 14.87109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6526,7 +6526,7 @@ describe('pdfmake', function() { textWidth: 24.3125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6539,7 +6539,7 @@ describe('pdfmake', function() { textWidth: 21.9140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6552,7 +6552,7 @@ describe('pdfmake', function() { textWidth: 14.95703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6565,7 +6565,7 @@ describe('pdfmake', function() { textWidth: 23.02734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6578,7 +6578,7 @@ describe('pdfmake', function() { textWidth: 21.6640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6591,7 +6591,7 @@ describe('pdfmake', function() { textWidth: 30, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6604,7 +6604,7 @@ describe('pdfmake', function() { textWidth: 22.39453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6617,7 +6617,7 @@ describe('pdfmake', function() { textWidth: 12.9609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6630,7 +6630,7 @@ describe('pdfmake', function() { textWidth: 33.60546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6643,7 +6643,7 @@ describe('pdfmake', function() { textWidth: 16.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6656,7 +6656,7 @@ describe('pdfmake', function() { textWidth: 12.9609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6669,7 +6669,7 @@ describe('pdfmake', function() { textWidth: 35.6953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6682,7 +6682,7 @@ describe('pdfmake', function() { textWidth: 8.203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6695,7 +6695,7 @@ describe('pdfmake', function() { textWidth: 12.99609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6708,7 +6708,7 @@ describe('pdfmake', function() { textWidth: 33.46484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6721,7 +6721,7 @@ describe('pdfmake', function() { textWidth: 20.2421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6734,7 +6734,7 @@ describe('pdfmake', function() { textWidth: 22.48046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6747,7 +6747,7 @@ describe('pdfmake', function() { textWidth: 7.921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6760,7 +6760,7 @@ describe('pdfmake', function() { textWidth: 36.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6773,7 +6773,7 @@ describe('pdfmake', function() { textWidth: 8.203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6786,7 +6786,7 @@ describe('pdfmake', function() { textWidth: 18.51171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6799,7 +6799,7 @@ describe('pdfmake', function() { textWidth: 16.65625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6812,7 +6812,7 @@ describe('pdfmake', function() { textWidth: 23.328125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6825,7 +6825,7 @@ describe('pdfmake', function() { textWidth: 12.99609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6838,7 +6838,7 @@ describe('pdfmake', function() { textWidth: 21.25, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -6851,7 +6851,7 @@ describe('pdfmake', function() { textWidth: 35.53125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); diff --git a/tests/visual/pdfmake/watermark.spec.js b/tests/visual/pdfmake/watermark.spec.js index e4f0c68f4..cea4dc5da 100644 --- a/tests/visual/pdfmake/watermark.spec.js +++ b/tests/visual/pdfmake/watermark.spec.js @@ -1,8 +1,8 @@ import { runDocTest } from '../helpers'; -describe('pdfmake', function() { - test('watermark', function() { - return runDocTest(function(doc) { +describe('pdfmake', function () { + test('watermark', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Medium.ttf'); doc.fill('black'); doc.fillColor('black'); @@ -13,7 +13,7 @@ describe('pdfmake', function() { textWidth: 26.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -26,7 +26,7 @@ describe('pdfmake', function() { textWidth: 29.3203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -39,7 +39,7 @@ describe('pdfmake', function() { textWidth: 13.98046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -52,7 +52,7 @@ describe('pdfmake', function() { textWidth: 60.228515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -65,7 +65,7 @@ describe('pdfmake', function() { textWidth: 0, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.fill('black'); doc.fillColor('black'); @@ -76,7 +76,7 @@ describe('pdfmake', function() { textWidth: 37.095703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -89,7 +89,7 @@ describe('pdfmake', function() { textWidth: 35.935546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -102,7 +102,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -115,7 +115,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -128,7 +128,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -141,7 +141,7 @@ describe('pdfmake', function() { textWidth: 66.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -154,7 +154,7 @@ describe('pdfmake', function() { textWidth: 57.556640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -167,7 +167,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -180,7 +180,7 @@ describe('pdfmake', function() { textWidth: 36.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -193,7 +193,7 @@ describe('pdfmake', function() { textWidth: 12.650390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -206,7 +206,7 @@ describe('pdfmake', function() { textWidth: 43.18359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -219,7 +219,7 @@ describe('pdfmake', function() { textWidth: 41.2734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -232,7 +232,7 @@ describe('pdfmake', function() { textWidth: 22.23046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -245,7 +245,7 @@ describe('pdfmake', function() { textWidth: 45.4453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -258,7 +258,7 @@ describe('pdfmake', function() { textWidth: 42.94921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -271,7 +271,7 @@ describe('pdfmake', function() { textWidth: 39.75, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -284,7 +284,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -297,7 +297,7 @@ describe('pdfmake', function() { textWidth: 36.955078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -310,7 +310,7 @@ describe('pdfmake', function() { textWidth: 29.00390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -323,7 +323,7 @@ describe('pdfmake', function() { textWidth: 43.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -336,7 +336,7 @@ describe('pdfmake', function() { textWidth: 40.060546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -349,7 +349,7 @@ describe('pdfmake', function() { textWidth: 46.166015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -362,7 +362,7 @@ describe('pdfmake', function() { textWidth: 48.9609375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -375,7 +375,7 @@ describe('pdfmake', function() { textWidth: 36.943359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -388,7 +388,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -401,7 +401,7 @@ describe('pdfmake', function() { textWidth: 31.875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -414,7 +414,7 @@ describe('pdfmake', function() { textWidth: 42.416015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -427,7 +427,7 @@ describe('pdfmake', function() { textWidth: 54.720703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -440,7 +440,7 @@ describe('pdfmake', function() { textWidth: 35.244140625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -453,7 +453,7 @@ describe('pdfmake', function() { textWidth: 15.005859375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -466,7 +466,7 @@ describe('pdfmake', function() { textWidth: 45.28125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -479,7 +479,7 @@ describe('pdfmake', function() { textWidth: 35.115234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -492,7 +492,7 @@ describe('pdfmake', function() { textWidth: 14.671875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -505,7 +505,7 @@ describe('pdfmake', function() { textWidth: 13.41796875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -518,7 +518,7 @@ describe('pdfmake', function() { textWidth: 39.791015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -531,7 +531,7 @@ describe('pdfmake', function() { textWidth: 17.9765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -544,7 +544,7 @@ describe('pdfmake', function() { textWidth: 19.265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -557,7 +557,7 @@ describe('pdfmake', function() { textWidth: 49.171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -570,7 +570,7 @@ describe('pdfmake', function() { textWidth: 61.6875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -583,7 +583,7 @@ describe('pdfmake', function() { textWidth: 27.322265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -596,7 +596,7 @@ describe('pdfmake', function() { textWidth: 47.109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -609,7 +609,7 @@ describe('pdfmake', function() { textWidth: 26.396484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -622,7 +622,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -635,7 +635,7 @@ describe('pdfmake', function() { textWidth: 30.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -648,7 +648,7 @@ describe('pdfmake', function() { textWidth: 34.998046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -661,7 +661,7 @@ describe('pdfmake', function() { textWidth: 47.80078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -674,7 +674,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -687,7 +687,7 @@ describe('pdfmake', function() { textWidth: 35.7421875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -700,7 +700,7 @@ describe('pdfmake', function() { textWidth: 38.68359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -713,7 +713,7 @@ describe('pdfmake', function() { textWidth: 31.640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -726,7 +726,7 @@ describe('pdfmake', function() { textWidth: 17.9765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -739,7 +739,7 @@ describe('pdfmake', function() { textWidth: 37.330078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -752,7 +752,7 @@ describe('pdfmake', function() { textWidth: 26.34375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -765,7 +765,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -778,7 +778,7 @@ describe('pdfmake', function() { textWidth: 28.5, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -791,7 +791,7 @@ describe('pdfmake', function() { textWidth: 35.033203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -804,7 +804,7 @@ describe('pdfmake', function() { textWidth: 43.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -817,7 +817,7 @@ describe('pdfmake', function() { textWidth: 49.0078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -830,7 +830,7 @@ describe('pdfmake', function() { textWidth: 45.240234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -843,7 +843,7 @@ describe('pdfmake', function() { textWidth: 26.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -856,7 +856,7 @@ describe('pdfmake', function() { textWidth: 12.50390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -869,7 +869,7 @@ describe('pdfmake', function() { textWidth: 53.7890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -882,7 +882,7 @@ describe('pdfmake', function() { textWidth: 39.75, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -895,7 +895,7 @@ describe('pdfmake', function() { textWidth: 49.892578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -908,7 +908,7 @@ describe('pdfmake', function() { textWidth: 30.3984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -921,7 +921,7 @@ describe('pdfmake', function() { textWidth: 9.498046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -934,7 +934,7 @@ describe('pdfmake', function() { textWidth: 76.9453125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -947,7 +947,7 @@ describe('pdfmake', function() { textWidth: 45.427734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -960,7 +960,7 @@ describe('pdfmake', function() { textWidth: 71.015625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -973,7 +973,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -986,7 +986,7 @@ describe('pdfmake', function() { textWidth: 39.837890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -999,7 +999,7 @@ describe('pdfmake', function() { textWidth: 24.76171875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1012,7 +1012,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1025,7 +1025,7 @@ describe('pdfmake', function() { textWidth: 22.283203125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1038,7 +1038,7 @@ describe('pdfmake', function() { textWidth: 47.419921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1051,7 +1051,7 @@ describe('pdfmake', function() { textWidth: 39.09375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1064,7 +1064,7 @@ describe('pdfmake', function() { textWidth: 51.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1077,7 +1077,7 @@ describe('pdfmake', function() { textWidth: 39.03515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1090,7 +1090,7 @@ describe('pdfmake', function() { textWidth: 33.181640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1103,7 +1103,7 @@ describe('pdfmake', function() { textWidth: 28.5, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1116,7 +1116,7 @@ describe('pdfmake', function() { textWidth: 47.419921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1129,7 +1129,7 @@ describe('pdfmake', function() { textWidth: 52.69921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1142,7 +1142,7 @@ describe('pdfmake', function() { textWidth: 27.322265625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1155,7 +1155,7 @@ describe('pdfmake', function() { textWidth: 45.802734375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1168,7 +1168,7 @@ describe('pdfmake', function() { textWidth: 41.40234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1181,7 +1181,7 @@ describe('pdfmake', function() { textWidth: 29.28515625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1194,7 +1194,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1207,7 +1207,7 @@ describe('pdfmake', function() { textWidth: 30.29296875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1220,7 +1220,7 @@ describe('pdfmake', function() { textWidth: 52.330078125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1233,7 +1233,7 @@ describe('pdfmake', function() { textWidth: 50.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1246,7 +1246,7 @@ describe('pdfmake', function() { textWidth: 28.93359375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1259,7 +1259,7 @@ describe('pdfmake', function() { textWidth: 42.251953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1272,7 +1272,7 @@ describe('pdfmake', function() { textWidth: 43.67578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1285,7 +1285,7 @@ describe('pdfmake', function() { textWidth: 26.337890625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1298,7 +1298,7 @@ describe('pdfmake', function() { textWidth: 39.984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1311,7 +1311,7 @@ describe('pdfmake', function() { textWidth: 15.990234375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1324,7 +1324,7 @@ describe('pdfmake', function() { textWidth: 32.6484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1337,7 +1337,7 @@ describe('pdfmake', function() { textWidth: 46.67578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1350,7 +1350,7 @@ describe('pdfmake', function() { textWidth: 17.9765625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1363,7 +1363,7 @@ describe('pdfmake', function() { textWidth: 32.537109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1376,7 +1376,7 @@ describe('pdfmake', function() { textWidth: 26.5546875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1389,7 +1389,7 @@ describe('pdfmake', function() { textWidth: 41.390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1402,7 +1402,7 @@ describe('pdfmake', function() { textWidth: 26.794921875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1415,7 +1415,7 @@ describe('pdfmake', function() { textWidth: 52.1953125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1428,7 +1428,7 @@ describe('pdfmake', function() { textWidth: 60.767578125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1441,7 +1441,7 @@ describe('pdfmake', function() { textWidth: 46.03125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1454,7 +1454,7 @@ describe('pdfmake', function() { textWidth: 16.400390625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1467,7 +1467,7 @@ describe('pdfmake', function() { textWidth: 29.109375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1480,7 +1480,7 @@ describe('pdfmake', function() { textWidth: 54.720703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1493,7 +1493,7 @@ describe('pdfmake', function() { textWidth: 33.9375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1506,7 +1506,7 @@ describe('pdfmake', function() { textWidth: 13.248046875, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1519,7 +1519,7 @@ describe('pdfmake', function() { textWidth: 37.6640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1532,7 +1532,7 @@ describe('pdfmake', function() { textWidth: 39.896484375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1545,7 +1545,7 @@ describe('pdfmake', function() { textWidth: 19.083984375, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1558,7 +1558,7 @@ describe('pdfmake', function() { textWidth: 23.056640625, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1571,7 +1571,7 @@ describe('pdfmake', function() { textWidth: 26.220703125, characterSpacing: 0, wordCount: 1, - link: null + link: null, }); doc.save(); doc.restore(); @@ -1583,7 +1583,7 @@ describe('pdfmake', function() { doc.rotate(-54.73679578231538, { origin: [297.64, 420.945] }); doc.fontSize(122.55859375); doc.text('test watermark', -114.73473487854005, 385.1822131347656, { - lineBreak: false + lineBreak: false, }); doc.save(); doc.restore(); diff --git a/tests/visual/text.spec.js b/tests/visual/text.spec.js index f4941040d..c051487be 100644 --- a/tests/visual/text.spec.js +++ b/tests/visual/text.spec.js @@ -1,103 +1,117 @@ import { runDocTest } from './helpers'; -describe('text', function() { - test('simple text', function() { - return runDocTest(function(doc) { +describe('text', function () { + test('simple text', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.text('Really simple text', 100, 100); }); }); - test('alignment', function() { - return runDocTest(function(doc) { + test('alignment', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.text('Left aligned text', { align: 'left' }); doc.text('Right aligned text', { align: 'right' }); doc.text( 'Justified aligned text - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam in suscipit purus.', - { align: 'justify' } + { align: 'justify' }, ); }); }); - test('soft hyphen', function() { - return runDocTest(function(doc) { + test('soft hyphen', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.text( 'Text with soft hyphen - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lo ip\u00ADsum', - { align: 'justify' } + { align: 'justify' }, ); doc.text( 'Text with soft hyphen on the edge - ttttestttestttestttestttestttestttestttestttestttestttes\u00ADtt\u00ADt', - { align: 'justify' } + { align: 'justify' }, ); }); }); - test('decoration', function() { - return runDocTest(function(doc) { + test('decoration', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fillColor('blue').text('Here is a link!', 100, 100, { link: 'http://google.com/', - underline: true + underline: true, }); doc.text('Strike', 100, 130, { - strike: true + strike: true, }); doc.text('Strike', 100, 160, { underline: true, - strike: true + strike: true, }); }); }); - test('list', function() { - return runDocTest(function(doc) { + test('list', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.fillColor('#000').list(['One', 'Two', 'Three'], 100, 150); }); }); - test('list with line breaks in items', function() { - return runDocTest(function(doc) { + test('list with line breaks in items', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); doc.list(['Foo\nBar', 'Foo\rBar', 'Foo\r\nBar'], [100, 150]); }); }); - test('list (numbered)', function() { - return runDocTest(function(doc) { + test('list (numbered)', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); - doc.fillColor('#000').list(['One', 'Two', 'Three'], 100, 150, {listType: 'numbered'}); + doc + .fillColor('#000') + .list(['One', 'Two', 'Three'], 100, 150, { listType: 'numbered' }); }); }); - test('list (lettered)', function() { - return runDocTest(function(doc) { + test('list (lettered)', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); - doc.fillColor('#000').list(['One', 'Two', 'Three'], 100, 150, {listType: 'lettered'}); + doc + .fillColor('#000') + .list(['One', 'Two', 'Three'], 100, 150, { listType: 'lettered' }); }); }); - test('list with sub-list (unordered)', function() { - return runDocTest(function(doc) { + test('list with sub-list (unordered)', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); - doc.fillColor('#000').list(['One', ['One.One', 'One.Two'], 'Three'], 100, 150); - }) - }) + doc + .fillColor('#000') + .list(['One', ['One.One', 'One.Two'], 'Three'], 100, 150); + }); + }); - test('list with sub-list (ordered)', function() { - return runDocTest(function(doc) { + test('list with sub-list (ordered)', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); - doc.fillColor('#000').list(['One', ['One.One', 'One.Two'], 'Three'], 100, 150, {listType: 'numbered'}); - }) - }) + doc + .fillColor('#000') + .list(['One', ['One.One', 'One.Two'], 'Three'], 100, 150, { + listType: 'numbered', + }); + }); + }); - test('continued text with OpenType features', function() { - return runDocTest(function(doc) { + test('continued text with OpenType features', function () { + return runDocTest(function (doc) { doc.font('tests/fonts/Roboto-Regular.ttf'); - doc.text('Really simple', 100, 100, {features: ['smcp'], continued: true, lineBreak: false}) - doc.text(' text', {features: [], lineBreak: false}); + doc.text('Really simple', 100, 100, { + features: ['smcp'], + continued: true, + lineBreak: false, + }); + doc.text(' text', { features: [], lineBreak: false }); }); }); diff --git a/tests/visual/vector.spec.js b/tests/visual/vector.spec.js index dad31e727..64401d3a1 100644 --- a/tests/visual/vector.spec.js +++ b/tests/visual/vector.spec.js @@ -1,9 +1,9 @@ import { runDocTest } from './helpers'; var tiger = require('../../examples/tiger'); -describe('vector', function() { - test('simple shapes', function() { - return runDocTest(function(doc) { +describe('vector', function () { + test('simple shapes', function () { + return runDocTest(function (doc) { doc .save() .moveTo(100, 150) @@ -23,8 +23,8 @@ describe('vector', function() { }); }); - test('complex svg', function() { - return runDocTest(function(doc) { + test('complex svg', function () { + return runDocTest(function (doc) { var i, len, part; doc.translate(220, 300); for (i = 0, len = tiger.length; i < len; i++) { @@ -49,8 +49,8 @@ describe('vector', function() { }); }); - test('svg path', function() { - return runDocTest(function(doc) { + test('svg path', function () { + return runDocTest(function (doc) { // extracted from https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths // lines doc.path('M10 10 H 90 V 90 H 10 L 10 10');