Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRio committed Sep 30, 2016
1 parent 3794575 commit 7d854cc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions dist/jspdf.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

/** @preserve
* jsPDF - PDF Document creation from JavaScript
* Version 1.3.0 Built on 2016-09-30T17:52:06.447Z
* CommitID c1dcb877a3
* Version 1.3.1 Built on 2016-09-30T20:23:50.290Z
* CommitID 3794575c07
*
* Copyright (c) 2010-2014 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
* 2010 Aaron Spike, https://github.com/acspike
Expand Down Expand Up @@ -2026,7 +2026,7 @@
* pdfdoc.mymethod() // <- !!!!!!
*/
jsPDF.API = { events: [] };
jsPDF.version = "1.3.0 2016-09-30T17:52:06.447Z:jameshall";
jsPDF.version = "1.3.1 2016-09-30T20:23:50.290Z:jameshall";

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

/**
* We cannot clear PDF commands that were already written to PDF, so we use white instead. <br />
* As a special case, read a special flag (_ignoreClearRect) and do nothing if it is set.
* This allows an calls to clearRect() to keep the canvas transparent.
* This flag is stored in the save/restore context can managed in the same way as other drawing states.
* As a special case, read a special flag (ignoreClearRect) and do nothing if it is set.
* This results in all calls to clearRect() to do nothing, and keep the canvas transparent.
* This flag is stored in the save/restore context and is managed the same way as other drawing states.
* @param x
* @param y
* @param w
Expand Down
2 changes: 1 addition & 1 deletion dist/jspdf.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspdf",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/mrrio/jspdf",
"description": "PDF Document creation from JavaScript",
"main": "dist/jspdf.debug.js",
Expand Down

0 comments on commit 7d854cc

Please sign in to comment.