Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
fix: removes unnecessary attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jukben committed Apr 12, 2019
1 parent fe22c95 commit 7216e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babel/pbfied.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { parse, transform } = require("@babel/core");

const PATH_REMOVE_ATTRS = ["id"];
const PATH_REMOVE_ATTRS = ["id", "clipRule", "fillRule"];
const SVG_REMOVE_ATTRS = ["width", "height"];
const CLASS_NAME = `pb-icon`;

Expand Down

0 comments on commit 7216e13

Please sign in to comment.