Skip to content

Commit 550ad8b

Browse files
authored
2.1.1
1 parent 87aa7aa commit 550ad8b

File tree

101 files changed

+392
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+392
-120
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jsPDF
1+
# ![jsPDF](https://parall.ax/parallax-2016/img/svg/jspdf-logo.svg)
22

33
[![Build Status](https://saucelabs.com/buildstatus/jspdf)](https://saucelabs.com/beta/builds/526e7fda50bd4f97a854bf10f280305d)
44
[![Code Climate](https://codeclimate.com/repos/57f943855cdc43705e00592f/badges/2665cddeba042dc5191f/gpa.svg)](https://codeclimate.com/repos/57f943855cdc43705e00592f/feed)
@@ -29,7 +29,7 @@ yarn add jspdf
2929
Alternatively, load it from a CDN:
3030

3131
```html
32-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.1.0/jspdf.umd.min.js"></script>
32+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.1.1/jspdf.umd.min.js"></script>
3333
```
3434

3535
Or always get latest version via [unpkg](https://unpkg.com/#/)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"homepage": "https://github.com/mrrio/jspdf",
55
"description": "PDF Document creation from JavaScript",
66
"main": [

dist/jspdf.es.js

+13-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.es.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.es.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.es.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.node.js

+13-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.node.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.node.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.node.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.umd.js

+13-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.umd.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jspdf.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/polyfills.es.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/polyfills.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/GState.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ <h5>Type:</h5>
458458
<br class="clear">
459459

460460
<footer>
461-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
461+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
462462
</footer>
463463

464464
<script>prettyPrint();</script>

docs/Matrix.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@ <h4 class="name" id="toString"><span class="type-signature"></span>toString<span
17531753
<br class="clear">
17541754

17551755
<footer>
1756-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1756+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
17571757
</footer>
17581758

17591759
<script>prettyPrint();</script>

docs/global.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ <h5>Type:</h5>
770770
<br class="clear">
771771

772772
<footer>
773-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
773+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
774774
</footer>
775775

776776
<script>prettyPrint();</script>

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>Install</h2>
7676
yarn add jspdf
7777
</code></pre>
7878
<p>Alternatively, load it from a CDN:</p>
79-
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.1.0/jspdf.umd.min.js&quot;>&lt;/script>
79+
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.1.1/jspdf.umd.min.js&quot;>&lt;/script>
8080
</code></pre>
8181
<p>Or always get latest version via <a href="https://unpkg.com/#/">unpkg</a></p>
8282
<pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://unpkg.com/jspdf@latest/dist/jspdf.umd.min.js&quot;>&lt;/script>
@@ -291,7 +291,7 @@ <h2>License (MIT)</h2>
291291
<br class="clear">
292292

293293
<footer>
294-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
294+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
295295
</footer>
296296

297297
<script>prettyPrint();</script>

docs/jsPDF-API.GState.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h5>Parameters:</h5>
219219
<br class="clear">
220220

221221
<footer>
222-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
222+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
223223
</footer>
224224

225225
<script>prettyPrint();</script>

docs/jsPDF-API.ShadingPattern.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3 class="subsection-title">Extends</h3>
380380
<br class="clear">
381381

382382
<footer>
383-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
383+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
384384
</footer>
385385

386386
<script>prettyPrint();</script>

docs/jsPDF-API.TilingPattern.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ <h3 class="subsection-title">Extends</h3>
378378
<br class="clear">
379379

380380
<footer>
381-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
381+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
382382
</footer>
383383

384384
<script>prettyPrint();</script>

docs/jsPDF.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14851,7 +14851,7 @@ <h4 class="name" id="~RenderTarget"><span class="type-signature">(inner) </span>
1485114851
<br class="clear">
1485214852

1485314853
<footer>
14854-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
14854+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1485514855
</footer>
1485614856

1485714857
<script>prettyPrint();</script>

docs/jspdf.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5961,7 +5961,7 @@ <h1 class="page-title">jspdf.js</h1>
59615961
<br class="clear">
59625962

59635963
<footer>
5964-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
5964+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
59655965
</footer>
59665966

59675967
<script>prettyPrint();</script>

docs/libs_BMPDecoder.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h1 class="page-title">libs/BMPDecoder.js</h1>
335335
<br class="clear">
336336

337337
<footer>
338-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
338+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
339339
</footer>
340340

341341
<script>prettyPrint();</script>

docs/libs_Blob.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ <h1 class="page-title">libs/Blob.js</h1>
542542
<br class="clear">
543543

544544
<footer>
545-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
545+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
546546
</footer>
547547

548548
<script>prettyPrint();</script>

docs/libs_WebPDecoder.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5508,7 +5508,7 @@ <h1 class="page-title">libs/WebPDecoder.js</h1>
55085508
<br class="clear">
55095509

55105510
<footer>
5511-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
5511+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
55125512
</footer>
55135513

55145514
<script>prettyPrint();</script>

docs/libs_bidiEngine.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ <h1 class="page-title">libs/bidiEngine.js</h1>
27462746
<br class="clear">
27472747

27482748
<footer>
2749-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2749+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
27502750
</footer>
27512751

27522752
<script>prettyPrint();</script>

docs/libs_rgbcolor.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h1 class="page-title">libs/rgbcolor.js</h1>
295295
<br class="clear">
296296

297297
<footer>
298-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
298+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
299299
</footer>
300300

301301
<script>prettyPrint();</script>

docs/libs_zlib.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ <h1 class="page-title">libs/zlib.js</h1>
10721072
<br class="clear">
10731073

10741074
<footer>
1075-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1075+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
10761076
</footer>
10771077

10781078
<script>prettyPrint();</script>

docs/module-AcroForm-AcroFormButton.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@ <h5>Type:</h5>
18411841
<br class="clear">
18421842

18431843
<footer>
1844-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1844+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
18451845
</footer>
18461846

18471847
<script>prettyPrint();</script>

docs/module-AcroForm-AcroFormCheckBox.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2318,7 +2318,7 @@ <h5>Type:</h5>
23182318
<br class="clear">
23192319

23202320
<footer>
2321-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2321+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
23222322
</footer>
23232323

23242324
<script>prettyPrint();</script>

docs/module-AcroForm-AcroFormChoiceField.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@ <h5>Type:</h5>
18411841
<br class="clear">
18421842

18431843
<footer>
1844-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1844+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
18451845
</footer>
18461846

18471847
<script>prettyPrint();</script>

docs/module-AcroForm-AcroFormComboBox.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2975,7 +2975,7 @@ <h5>Parameters:</h5>
29752975
<br class="clear">
29762976

29772977
<footer>
2978-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2978+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
29792979
</footer>
29802980

29812981
<script>prettyPrint();</script>

docs/module-AcroForm-AcroFormEditBox.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2977,7 +2977,7 @@ <h5>Parameters:</h5>
29772977
<br class="clear">
29782978

29792979
<footer>
2980-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2980+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
29812981
</footer>
29822982

29832983
<script>prettyPrint();</script>

docs/module-AcroForm-AcroFormField.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h4 class="name" id="AcroFormField"><span class="type-signature"></span>new Acro
184184
<br class="clear">
185185

186186
<footer>
187-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Tue Aug 25 2020 18:02:54 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
187+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Mon Sep 07 2020 14:58:37 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
188188
</footer>
189189

190190
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)