Skip to content

Commit

Permalink
Removed removeDimensions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyschudel committed Mar 27, 2014
2 parents 2f33f9e + de073e9 commit 8a693e7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 60 deletions.
1 change: 0 additions & 1 deletion .svgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ plugins:
- removeUnusedNS
- transformsWithOnePath
- sortAttrs
- removeDimensions
- removeAttrs
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Today we have:
* [ [>](https://github.com/svg/svgo/blob/master/plugins/mergePaths.js) ] merge multiple Paths into one
* [ [>](https://github.com/svg/svgo/blob/master/plugins/convertShapeToPath.js) ] convert some basic shapes to path
* [ [>](https://github.com/svg/svgo/blob/master/plugins/transformsWithOnePath.js) ] apply transforms, crop by real width, center vertical alignment and resize SVG with one Path inside
* [ [>](https://github.com/svg/svgo/blob/master/plugins/removeDimensions.js) ] remove width/height attributes if viewBox is present
* [ [>](https://github.com/svg/svgo/blob/master/plugins/removeAttrs.js) ] remove attributes by pattern

Want to know how it works and how to write your own plugin? [Of course you want to](https://github.com/svg/svgo/blob/master/docs/how-it-works/en.md).
Expand Down
1 change: 0 additions & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ SVGO имеет расширяемую архитектуру, в которой
* [ [>](https://github.com/svg/svgo/blob/master/plugins/mergePaths.js) ] склеивание нескольких Path в одну кривую
* [ [>](https://github.com/svg/svgo/blob/master/plugins/convertShapeToPath.js) ] конвертирование простых форм в Path
* [ [>](https://github.com/svg/svgo/blob/master/plugins/transformsWithOnePath.js) ] применение трансформаций, обрезка по реальной ширине, вертикальное выравнивание по центру и изменение размеров SVG с одним Path внутри
* [ [>](https://github.com/svg/svgo/blob/master/plugins/removeDimensions.js) ] !!translation needed - remove width/height attributes if viewBox is present
* [ [>](https://github.com/svg/svgo/blob/master/plugins/removeAttrs.js) ] !!translation needed - remove attributes by pattern

Хотите узнать, как это работает и как написать свой плагин? [Конечно же, да!](https://github.com/svg/svgo/blob/master/docs/how-it-works/ru.md).
Expand Down
30 changes: 0 additions & 30 deletions plugins/removeDimensions.js

This file was deleted.

9 changes: 0 additions & 9 deletions test/plugins/removeDimensions.01.svg

This file was deleted.

9 changes: 0 additions & 9 deletions test/plugins/removeDimensions.02.svg

This file was deleted.

9 changes: 0 additions & 9 deletions test/plugins/removeDimensions.03.svg

This file was deleted.

0 comments on commit 8a693e7

Please sign in to comment.