mirror of
https://github.com/svg/svgo.git
synced 2025-08-01 18:46:52 +03:00
@ -52,7 +52,7 @@ exports.fn = function(item) {
|
||||
var inner = g.content[0];
|
||||
|
||||
if (inner.isElem() && !inner.hasAttr('id') && (
|
||||
!g.hasAttr('clip-path') ||
|
||||
!g.hasAttr('clip-path') && !g.hasAttr('mask') ||
|
||||
inner.isElem('g') && !g.hasAttr('transform') && !inner.hasAttr('transform')
|
||||
)) {
|
||||
g.eachAttr(function(attr) {
|
||||
|
Reference in New Issue
Block a user