From 785381b1487aedcbb9960c6726784cf543877606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 18 Jun 2013 16:59:47 -0700 Subject: [PATCH] No need to set default color anymore due to detection of CSS style changes on any level. --- src/svg/SVGImport.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/svg/SVGImport.js b/src/svg/SVGImport.js index a5dce36b..cd343a39 100644 --- a/src/svg/SVGImport.js +++ b/src/svg/SVGImport.js @@ -78,8 +78,6 @@ new function() { project = item._project, currentStyle = project._currentStyle, children = []; - // Set the default color to black, since that's how SVG handles fills. - item.setFillColor('black'); if (!clip) { // Have the group not pass on all transformations to its children, // as this is how SVG works too.