changes
parent
5af3e9eb30
commit
9e81e51354
|
@ -134,7 +134,7 @@ MD.PaintBox = function(container, type){
|
||||||
background.setAttribute("height", res.h+2);
|
background.setAttribute("height", res.h+2);
|
||||||
if (fillAttr.indexOf("url") == -1) background.setAttribute('fill', fillAttr)
|
if (fillAttr.indexOf("url") == -1) background.setAttribute('fill', fillAttr)
|
||||||
}
|
}
|
||||||
else createBackground(fillAttr)
|
else editor.createBackground(fillAttr)
|
||||||
}
|
}
|
||||||
|
|
||||||
if(apply) {
|
if(apply) {
|
||||||
|
|
Loading…
Reference in New Issue