From 82d4729d0e1a6902388ae82a4e805c9c783b9145 Mon Sep 17 00:00:00 2001 From: Pier Kuipers Date: Fri, 26 Jan 2018 16:20:48 +0000 Subject: [PATCH] Change default height from 100 to 1 The default height of 100 causes unwanted results with the "blank" space between EAN13 and EAN5 add-on codes in PDF rendering app wkhtmltopdf (which uses the Webkit browser). This problem goes away when the default is changed to 1. --- src/options/defaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/defaults.js b/src/options/defaults.js index f2362ffa..b0e33f45 100644 --- a/src/options/defaults.js +++ b/src/options/defaults.js @@ -1,6 +1,6 @@ var defaults = { width: 2, - height: 100, + height: 1, format: "auto", displayValue: true, fontOptions: "",