@iconify/tools 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,7 +45,7 @@ exports.shapeModifiyingSVGOPlugins = [
45
45
  noSpaceAfterFlags: true,
46
46
  },
47
47
  },
48
- 'removeOffCanvasPaths',
48
+ // 'removeOffCanvasPaths', // bugged for some icons
49
49
  'reusePaths',
50
50
  ];
51
51
  /**
@@ -40,7 +40,6 @@ var shapeModifiyingSVGOPlugins = [
40
40
  noSpaceAfterFlags: true
41
41
  }
42
42
  },
43
- "removeOffCanvasPaths",
44
43
  "reusePaths"
45
44
  ];
46
45
  async function runSVGO(svg, options = {}) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iconify/tools",
3
3
  "description": "Collection of functions for cleaning up and parsing SVG for Iconify project",
4
4
  "author": "Vjacheslav Trushkin",
5
- "version": "2.0.8",
5
+ "version": "2.0.9",
6
6
  "license": "MIT",
7
7
  "bugs": "https://github.com/iconify/tools/issues",
8
8
  "homepage": "https://github.com/iconify/tools",