Skip to content

Commit 25a10d7

Browse files
committed
Correct typo in stroke-width (was stroke-thickness). Resolves issue #461.
1 parent caeae07 commit 25a10d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/jax/output/SVG/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@
19031903
// Put that in an <svg> with xlink defined.
19041904
//
19051905
var box = BBOX.G({
1906-
stroke:"black", fill:"black", "stroke-thickness":0,
1906+
stroke:"black", fill:"black", "stroke-width":0,
19071907
transform: "matrix(1 0 0 -1 0 0)"
19081908
}).With({removeable: false});
19091909
box.Add(this.data[0].toSVG(),0,0,true); box.Clean();

0 commit comments

Comments
 (0)