From 01da5cd9bcd83103e34623992b7f11880f0162a2 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 9 Jan 2019 16:39:31 +0800 Subject: [PATCH] plugins/raphael.export.js --- plugins/raphael.export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/raphael.export.js b/plugins/raphael.export.js index 28186dd..29795cf 100644 --- a/plugins/raphael.export.js +++ b/plugins/raphael.export.js @@ -142,7 +142,7 @@ fontSize = 10; //return fontSize * 4.5 / 13 - return fontSize * 4.5 / 13 * (line - .2 - lines / 2) * 4.5; + return fontSize * 4.5 / 13 * (line - .2 - lines / 2) * 3.5; } var serializer = { -- 2.39.2