Fix Bug 42237
This commit is contained in:
parent
3d5351d3f6
commit
6a028c838f
|
@ -289,6 +289,11 @@ module.exports = function(grunt) {
|
|||
options: {
|
||||
plugins: [{
|
||||
cleanupIDs: false
|
||||
},
|
||||
{
|
||||
convertPathData: {
|
||||
floatPrecision: 4
|
||||
}
|
||||
}]
|
||||
},
|
||||
dist: {
|
||||
|
|
Loading…
Reference in a new issue