Skip to content

Commit 4e9a33e

Browse files
committed
Set sh and sd on svg object (not mml object).
1 parent 9f14997 commit 4e9a33e

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
@@ -1666,7 +1666,7 @@
16661666
this.SVGgetStyles();
16671667
var svg = this.SVG();
16681668
this.SVGhandleSpace(svg);
1669-
if (d != null) {this.sh = h; this.sd = d}
1669+
if (d != null) {svg.sh = h; svg.sd = d}
16701670
for (var i = 0, m = this.data.length; i < m; i++)
16711671
{if (this.data[i]) {svg.Check(this.data[i])}}
16721672
svg.Stretch(); svg.Clean();

0 commit comments

Comments
 (0)