From 3e92be6f61f4f2de9e94f6109f8de19c1a8248e9 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Thu, 4 Aug 2022 11:46:15 -0700 Subject: [PATCH] Reduce text spacing for smaller font. --- plugins/plugin-title/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugin-title/src/index.js b/plugins/plugin-title/src/index.js index ca69dfa6cae..0c73810edea 100644 --- a/plugins/plugin-title/src/index.js +++ b/plugins/plugin-title/src/index.js @@ -92,7 +92,7 @@ export default { .attr('data-text-class', 'fill-current font-bold') .attr('data-text-transform', transform(so.at.shift(-90 - so.rotation, shift * so.scale))) } - shift += 8 + shift += 6 const dateformat = require('dateformat') const now = new Date() this.points[`_${prefix}_exportDate`] = so.at