@measurequick/measurequick-report-generator 1.0.23 → 1.0.24

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -127,7 +127,7 @@ function printMap(geolocationMap) {
127
127
  function printProfilePicture(picturePlacement, techName, profilePicture) {
128
128
  var coords = templates.profilePictureCoordinates[picturePlacement];
129
129
  doc.addImage(profilePicture, "JPEG", coords.x, coords.y, coords.w, coords.h);
130
- doc.text(alignRight(techName, 8.4, 8), coords.x, coords.y + 1.2, coords.w, coords.h);
130
+ doc.text(techName, alignRight(techName, 8.4, 8), coords.y + 1.2);
131
131
  }
132
132
 
133
133
  function printCompanyLogo(logoPlacement, companyLogo) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measurequick/measurequick-report-generator",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Generates PDF documents for various MeasureQuick applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {