Skip to content

Commit 7d854cc

Browse files
committed
1.3.1
1 parent 3794575 commit 7d854cc

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

dist/jspdf.debug.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/** @preserve
1414
* jsPDF - PDF Document creation from JavaScript
15-
* Version 1.3.0 Built on 2016-09-30T17:52:06.447Z
16-
* CommitID c1dcb877a3
15+
* Version 1.3.1 Built on 2016-09-30T20:23:50.290Z
16+
* CommitID 3794575c07
1717
*
1818
* Copyright (c) 2010-2014 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
1919
* 2010 Aaron Spike, https://github.com/acspike
@@ -2026,7 +2026,7 @@
20262026
* pdfdoc.mymethod() // <- !!!!!!
20272027
*/
20282028
jsPDF.API = { events: [] };
2029-
jsPDF.version = "1.3.0 2016-09-30T17:52:06.447Z:jameshall";
2029+
jsPDF.version = "1.3.1 2016-09-30T20:23:50.290Z:jameshall";
20302030

20312031
if (typeof define === 'function' && define.amd) {
20322032
define('jsPDF', function () {
@@ -5341,9 +5341,9 @@ Q\n";
53415341

53425342
/**
53435343
* We cannot clear PDF commands that were already written to PDF, so we use white instead. <br />
5344-
* As a special case, read a special flag (_ignoreClearRect) and do nothing if it is set.
5345-
* This allows an calls to clearRect() to keep the canvas transparent.
5346-
* This flag is stored in the save/restore context can managed in the same way as other drawing states.
5344+
* As a special case, read a special flag (ignoreClearRect) and do nothing if it is set.
5345+
* This results in all calls to clearRect() to do nothing, and keep the canvas transparent.
5346+
* This flag is stored in the save/restore context and is managed the same way as other drawing states.
53475347
* @param x
53485348
* @param y
53495349
* @param w

dist/jspdf.min.js

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

npm-shrinkwrap.json

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

package.json

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

0 commit comments

Comments
 (0)