fluentreports
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -48,2 +48,3 @@ 0.0.1 - [2013/08/15] - Initial Release | ||
1.3.5 - FRG: Better match output, Y location is now saved on all objects, align works better, ctrl-c/v copy/paste/duplicate added, band formatter functions | ||
1.3.6 - FRG: Fix SVG Elements and Zero values on multiple properties | ||
@@ -50,0 +51,0 @@ |
@@ -451,5 +451,5 @@ /************************************************************************************** | ||
let left = (settings.left > 0) ? settings.left : 0; | ||
let width = (settings.width > 0) ? settings.width : 50; | ||
let height = (settings.height > 0) ? settings.height : 50; | ||
let radius = (settings.radius > 0) ? parseFloat(settings.radius) : 50; | ||
let width = (settings.width > 0) ? settings.width : 0; | ||
let height = (settings.height > 0) ? settings.height : 0; | ||
let radius = (settings.radius > 0) ? parseFloat(settings.radius) : 0; | ||
let curX = info.report.currentX(); | ||
@@ -456,0 +456,0 @@ let curY = info.startY; |
@@ -45,3 +45,3 @@ { | ||
"main": "lib/fluentReports", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"engines": { | ||
@@ -48,0 +48,0 @@ "node": "*" |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
712977
15087