Correct typo in stroke-width (was stroke-thickness). Resolves issue #461.
This commit is contained in:
parent
caeae072ed
commit
25a10d733d
|
@ -1903,7 +1903,7 @@
|
||||||
// Put that in an <svg> with xlink defined.
|
// Put that in an <svg> with xlink defined.
|
||||||
//
|
//
|
||||||
var box = BBOX.G({
|
var box = BBOX.G({
|
||||||
stroke:"black", fill:"black", "stroke-thickness":0,
|
stroke:"black", fill:"black", "stroke-width":0,
|
||||||
transform: "matrix(1 0 0 -1 0 0)"
|
transform: "matrix(1 0 0 -1 0 0)"
|
||||||
}).With({removeable: false});
|
}).With({removeable: false});
|
||||||
box.Add(this.data[0].toSVG(),0,0,true); box.Clean();
|
box.Add(this.data[0].toSVG(),0,0,true); box.Clean();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user