From 6a028c838fbe0e9c4631d204ebe851004ed3bce2 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 29 Jul 2019 13:04:43 +0300 Subject: [PATCH] Fix Bug 42237 --- build/Gruntfile.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/Gruntfile.js b/build/Gruntfile.js index 206692a1d..37c317e18 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -289,6 +289,11 @@ module.exports = function(grunt) { options: { plugins: [{ cleanupIDs: false + }, + { + convertPathData: { + floatPrecision: 4 + } }] }, dist: {