Skip to content

Commit

Permalink
Order: mergePaths will run before collapseGroups
Browse files Browse the repository at this point in the history
This:

<g>
	<path d="pathdata"/>
	<path d="pathdata-2"/>
</g>

will now be optimized into

<path d="pathdata1+2"/>

rather than

<g><path d="pathdata1+2"/></g>
  • Loading branch information
bfred-it committed Dec 12, 2014
1 parent 259ae7e commit 81d7a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .svgo.yml
Expand Up @@ -35,12 +35,12 @@ plugins:
- convertShapeToPath
- moveElemsAttrsToGroup
- moveGroupAttrsToElems
- collapseGroups
- convertPathData
- convertTransform
- removeEmptyAttrs
- removeEmptyContainers
- mergePaths
- collapseGroups
- cleanupIDs
- removeUnusedNS
- transformsWithOnePath
Expand Down

0 comments on commit 81d7a08

Please sign in to comment.