Use currentColor rather than black for SVG output. Resolves issue #1002.
This commit is contained in:
parent
ae48c34e64
commit
a2c3b7cdc2
|
@ -2034,7 +2034,7 @@
|
||||||
var box = BBOX.G(); box.Add(this.data[0].toSVG(),0,0,true); box.Clean();
|
var box = BBOX.G(); box.Add(this.data[0].toSVG(),0,0,true); box.Clean();
|
||||||
this.SVGhandleColor(box);
|
this.SVGhandleColor(box);
|
||||||
SVG.Element(box.element,{
|
SVG.Element(box.element,{
|
||||||
stroke:"black", fill:"black", "stroke-width":0,
|
stroke:"currentColor", fill:"currentColor", "stroke-width":0,
|
||||||
transform: "matrix(1 0 0 -1 0 0)"
|
transform: "matrix(1 0 0 -1 0 0)"
|
||||||
});
|
});
|
||||||
box.removeable = false;
|
box.removeable = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user