From 71a7781bdd82ce688ab628d547a5e5aef60d66f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 30 Oct 2013 01:27:07 +0100 Subject: [PATCH] Fix comment. --- src/svg/SVGImport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {