No need to set default color anymore due to detection of CSS style changes on any level.

This commit is contained in:
Jürg Lehni 2013-06-18 16:59:47 -07:00
parent 30c96dc9c1
commit 785381b148

View file

@ -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.