Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28eda49

Browse files
committed
fixed url to plugin
1 parent 0d5ce7d commit 28eda49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* added ``--multipass`` command line option which repeatedly applies optimizations like collapsing groups (by @dfilatov)
33
* exposed JSAPI as a factory method (by @mistakster)
44
* added removeDesc plugin (by @dwabyick), disabled by default
5-
* [removeUselessStrokeAndFill](https://github.com/svg/svgo/blob/master/plugins/removeUselessStrokeAndFill) plugin is disabled by default since it's unable to check inherited properties
5+
* [removeUselessStrokeAndFill](https://github.com/svg/svgo/blob/master/plugins/removeUselessStrokeAndFill.js) plugin is disabled by default since it's unable to check inherited properties
66
* transformations now apply to paths with arcs in [plugins/convertPathData](https://github.com/svg/svgo/blob/master/plugins/convertPathData.js)
77
* a lot of bug fixes mostly related to transformations
88

0 commit comments

Comments
 (0)