Skip to content

Commit

Permalink
drop comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Aug 25, 2022
1 parent 6dfe41f commit a297525
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/gatsby-plugin-sharp/src/trace-svg.js
Expand Up @@ -75,9 +75,8 @@ const optimize = svg => {
const { optimize } = require(`svgo`)
const svgo = optimize(svg, {
multipass: true,
floatPrecision: 0,
floatPrecision: 10,
plugins: [
// "preset-default",
{
name: `preset-default`,
params: {
Expand Down

0 comments on commit a297525

Please sign in to comment.