@measurequick/measurequick-report-generator 1.0.64 → 1.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -86,7 +86,6 @@ function printBoilerPlateDiagnostic() {
|
|
|
86
86
|
doc.text('Corrective Actions', .25, 3.5);
|
|
87
87
|
doc.setFontSize(8);
|
|
88
88
|
doc.setFontStyle('normal');
|
|
89
|
-
|
|
90
89
|
}
|
|
91
90
|
|
|
92
91
|
function printHeaderData() {
|
|
@@ -168,6 +167,7 @@ function printBodySection(currentSnapshot, measurementSection, xLeft, xRight, y)
|
|
|
168
167
|
}
|
|
169
168
|
let toolIconRef = getToolIcon(JSON.parse(currentSnapshot.toolIcons)[key]);
|
|
170
169
|
if (toolIconRef) doc.addImage(graphics[toolIconRef], "JPEG", xRight + .25, y - .12, .16, .16);
|
|
170
|
+
else if (currentSnapshot.calculated && JSON.parse(currentSnapshot.calculated)[key]) doc.addImage(graphics.iconCalculator, "JPEG", xRight + .25, y - .12, .16, .16);
|
|
171
171
|
y += (s * sMultiplier);
|
|
172
172
|
} else if (key == "newColumn") {
|
|
173
173
|
sMultiplier = 1;
|