Skip to content

Commit

Permalink
Remove cleanupAttrs from preset. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkenny54 authored Oct 1, 2024
1 parent 3524df6 commit a46a104
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/preset-next.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { createPreset } from '../lib/svgo/plugins.js';
import * as cleanupAttrs from './cleanupAttrs.js';
import * as cleanupIds from './cleanupIds.js';
import * as cleanupStyleAttributes from './cleanupStyleAttributes.js';
import * as cleanupXlink from './cleanupXlink.js';
Expand Down Expand Up @@ -40,7 +39,6 @@ const presetNext = createPreset({
removeMetadata,
removeEditorsNSData,
removeDesc,
cleanupAttrs,
cleanupXlink,
cleanupStyleAttributes,
combineStyleElements,
Expand Down
48 changes: 48 additions & 0 deletions test/fixtures/files/issue-1957.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a46a104

Please sign in to comment.