Add half-assed support for fill-opacity / stroke-opacity.

This commit is contained in:
Jürg Lehni 2012-11-02 23:07:43 -07:00
parent b0a82fdc06
commit 76dab534a9

View file

@ -213,7 +213,6 @@ var SvgImporter = this.SvgImporter = new function() {
break;
}
}
return compoundPath || path;
},