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:
@ -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') &&
|
||||
|
Reference in New Issue
Block a user