1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-28 09:22:00 +03:00

global refactoring dump

This commit is contained in:
deepsweet
2013-04-09 22:06:27 +03:00
parent f01c7f4b98
commit 2816424ed7
36 changed files with 932 additions and 981 deletions

View File

@ -1,5 +1,9 @@
'use strict';
exports.type = 'perItem';
exports.active = false;
/**
* Remove raster images references in <image>.
*
@ -10,7 +14,7 @@
*
* @author Kir Belevich
*/
exports.removeRasterImages = function(item) {
exports.fn = function(item) {
if (
item.isElem('image') &&