diff --git a/src/svg/SVGImport.js b/src/svg/SVGImport.js index 384ebdc0..daf4888d 100644 --- a/src/svg/SVGImport.js +++ b/src/svg/SVGImport.js @@ -499,8 +499,8 @@ new function() { importer = importers[type], item = importer && importer(node, type, options), data = type !== '#document' && node.getAttribute('data-paper-data'); - // See importGroup() for an explanation of this filtering: if (item) { + // See importGroup() for an explanation of this filtering: if (!(item instanceof Group)) item = applyAttributes(item, node); if (options.expandShapes && item instanceof Shape) {