From 28eda492d7f47fe8e93f7f26ca83807a099cca30 Mon Sep 17 00:00:00 2001 From: GreLI Date: Wed, 5 Nov 2014 00:42:08 +0300 Subject: [PATCH] fixed url to plugin --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 079e9a920..06899c0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * added ``--multipass`` command line option which repeatedly applies optimizations like collapsing groups (by @dfilatov) * exposed JSAPI as a factory method (by @mistakster) * added removeDesc plugin (by @dwabyick), disabled by default -* [removeUselessStrokeAndFill](https://github.com/svg/svgo/blob/master/plugins/removeUselessStrokeAndFill) plugin is disabled by default since it's unable to check inherited properties +* [removeUselessStrokeAndFill](https://github.com/svg/svgo/blob/master/plugins/removeUselessStrokeAndFill.js) plugin is disabled by default since it's unable to check inherited properties * transformations now apply to paths with arcs in [plugins/convertPathData](https://github.com/svg/svgo/blob/master/plugins/convertPathData.js) * a lot of bug fixes mostly related to transformations