Commit 57b62b1b by Tomas Alabes

781 Gradients become black in some cases

parent 1f4b1709
......@@ -127,7 +127,7 @@ window.Raphael && window.Raphael.svg && function(R) {
}
}
$(o, {
fill: "url(" + document.location + "#" + id + ")",
fill: "url('" + document.location + "#" + id + "')",
opacity: 1,
"fill-opacity": 1
});
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -5942,7 +5942,7 @@
}
}
$(o, {
fill: "url(" + document.location + "#" + id + ")",
fill: "url('" + document.location + "#" + id + "')",
opacity: 1,
"fill-opacity": 1
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment