Skip to content

Commit

Permalink
Make it not on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Dec 20, 2023
1 parent c0c4cf0 commit f6d3906
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/03-plugins/optimize-path-order.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Optimize Path Order
svgo:
pluginId: optimizePathOrder
defaultPlugin: true
parameters:
floatPrecision:
description: Number of decimal places to round to, using conventional rounding rules.
Expand Down
2 changes: 0 additions & 2 deletions plugins/preset-default.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const moveElemsAttrsToGroup = require('./moveElemsAttrsToGroup.js');
const moveGroupAttrsToElems = require('./moveGroupAttrsToElems.js');
const collapseGroups = require('./collapseGroups.js');
const convertPathData = require('./convertPathData.js');
const optimizePathOrder = require('./optimizePathOrder.js');
const convertTransform = require('./convertTransform.js');
const removeEmptyAttrs = require('./removeEmptyAttrs.js');
const removeEmptyContainers = require('./removeEmptyContainers.js');
Expand Down Expand Up @@ -68,7 +67,6 @@ const presetDefault = createPreset({
moveGroupAttrsToElems,
collapseGroups,
convertPathData,
optimizePathOrder,
convertTransform,
removeEmptyAttrs,
removeEmptyContainers,
Expand Down

0 comments on commit f6d3906

Please sign in to comment.