Fixed issue 591 and issue 592
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1622 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -170,10 +170,6 @@
|
||||
urldata.extensions = urldata.extensions.split(',');
|
||||
}
|
||||
|
||||
if(urldata.bkgd_color) {
|
||||
urldata.bkgd_color = '#' + urldata.bkgd_color;
|
||||
}
|
||||
|
||||
if(urldata.bkgd_color) {
|
||||
urldata.bkgd_color = '#' + urldata.bkgd_color;
|
||||
}
|
||||
|
||||
@@ -8813,7 +8813,7 @@ this.setPaint = function(type, paint) {
|
||||
cur_properties[type + '_paint'] = p;
|
||||
switch ( p.type ) {
|
||||
case "solidColor":
|
||||
this.setColor('stroke', p.solidColor != "none" ? "#"+p.solidColor : "none");;
|
||||
this.setColor(type, p.solidColor != "none" ? "#"+p.solidColor : "none");;
|
||||
break;
|
||||
case "linearGradient":
|
||||
case "radialGradient":
|
||||
|
||||
Reference in New Issue
Block a user