mirror of
https://github.com/svg/svgo.git
synced 2025-07-28 09:22:00 +03:00
Loosed fixes
This commit is contained in:
@ -132,7 +132,6 @@ exports.fn = function(data, params) {
|
||||
IDs.get(key).attr('id').value = currentIDstring;
|
||||
|
||||
references.forEach(function(attr) {
|
||||
// console.log(key)
|
||||
attr.value = attr.value
|
||||
.replace('#' + key, '#' + currentIDstring)
|
||||
.replace(key + '.', currentIDstring + '.');
|
||||
|
Reference in New Issue
Block a user